Skip to content

Commit

Permalink
fix: do not allow TextView to be wider than ImageView in floating_key
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtr126 committed Oct 5, 2024
1 parent e81574c commit 8cafbbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/floating_key.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:maxWidth="70dp"
android:textSize="20sp"
android:gravity="center"
android:layout_gravity="center"
Expand Down

0 comments on commit 8cafbbd

Please sign in to comment.