mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-26 17:47:27 +00:00
Fixed the width of "ABC" key for Holo style in clipboard view (#128)
Material style isn't impacted by this modification
This commit is contained in:
parent
0c38c936aa
commit
c4ecf7b156
1 changed files with 3 additions and 1 deletions
|
@ -42,7 +42,9 @@
|
|||
android:layout_marginTop="1dp"
|
||||
android:layout_marginEnd="1dp"
|
||||
android:layout_gravity="start|center_vertical"
|
||||
android:paddingHorizontal="12dp"
|
||||
android:paddingStart="12dp"
|
||||
android:paddingEnd="12dp"
|
||||
android:drawablePadding="12dp"
|
||||
android:gravity="center"
|
||||
android:hapticFeedbackEnabled="false"
|
||||
android:soundEffectsEnabled="false" />
|
||||
|
|
Loading…
Add table
Reference in a new issue