Skip to content

Commit

Permalink
fix: time interval unit UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Dishebh authored and marcnause committed Nov 2, 2024
1 parent 161d8c2 commit 34ba15b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/activity_create_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
android:layout_width="@dimen/width_zero"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_weight="@dimen/weight_three"
android:layout_weight="@dimen/weight_four"
android:hint="@string/time_interval_hint"
android:imeOptions="actionDone"
android:inputType="number"
Expand All @@ -94,7 +94,7 @@
android:layout_width="@dimen/width_zero"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_weight="@dimen/weight_one" />
android:layout_weight="@dimen/weight_three" />
</LinearLayout>
</androidx.cardview.widget.CardView>

Expand Down

0 comments on commit 34ba15b

Please sign in to comment.