Skip to content

Commit

Permalink
Dual Counter: Fix cut off number on higher ppi
Browse files Browse the repository at this point in the history
  • Loading branch information
deadman96385 committed Feb 29, 2024
1 parent fde078e commit 785f050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/ui_dual_number_picker.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<EditText
android:id="@+id/display"
android:layout_width="45dp"
android:layout_height="40dp"
android:layout_height="45dp"
android:gravity="center"
android:inputType="number"
android:text="@string/one"
Expand Down

0 comments on commit 785f050

Please sign in to comment.