Skip to content

Commit 34ba15b

Browse files
Dishebhmarcnause
authored andcommitted
fix: time interval unit UI
1 parent 161d8c2 commit 34ba15b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/res/layout/activity_create_config.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
android:layout_width="@dimen/width_zero"
8484
android:layout_height="wrap_content"
8585
android:layout_gravity="center"
86-
android:layout_weight="@dimen/weight_three"
86+
android:layout_weight="@dimen/weight_four"
8787
android:hint="@string/time_interval_hint"
8888
android:imeOptions="actionDone"
8989
android:inputType="number"
@@ -94,7 +94,7 @@
9494
android:layout_width="@dimen/width_zero"
9595
android:layout_height="wrap_content"
9696
android:layout_gravity="center"
97-
android:layout_weight="@dimen/weight_one" />
97+
android:layout_weight="@dimen/weight_three" />
9898
</LinearLayout>
9999
</androidx.cardview.widget.CardView>
100100

0 commit comments

Comments
 (0)