mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix some light resources
This commit is contained in:
parent
7285bc2506
commit
8431e57eab
@ -19,12 +19,12 @@
|
||||
<layer-list>
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="@color/key_background_pressed_lxx_dark" />
|
||||
<solid android:color="@color/key_background_pressed_lxx_light" />
|
||||
</shape>
|
||||
</item>
|
||||
<item android:left="4dp" android:right="4dp" android:top="4dp" android:bottom="4dp">
|
||||
<shape>
|
||||
<solid android:color="@color/key_background_pressed_lxx_dark" />
|
||||
<solid android:color="@color/key_background_pressed_lxx_light" />
|
||||
<corners android:radius="32dp" />
|
||||
</shape>
|
||||
</item>
|
||||
|
@ -16,7 +16,7 @@
|
||||
<layer-list
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
>
|
||||
<item android:top="32dp" android:bottom="0dp">
|
||||
<item android:top="50dp" android:bottom="0dp">
|
||||
<shape
|
||||
android:shape="rectangle"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user