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>
|
<layer-list>
|
||||||
<item>
|
<item>
|
||||||
<shape android:shape="rectangle">
|
<shape android:shape="rectangle">
|
||||||
<solid android:color="@color/key_background_pressed_lxx_dark" />
|
<solid android:color="@color/key_background_pressed_lxx_light" />
|
||||||
</shape>
|
</shape>
|
||||||
</item>
|
</item>
|
||||||
<item android:left="4dp" android:right="4dp" android:top="4dp" android:bottom="4dp">
|
<item android:left="4dp" android:right="4dp" android:top="4dp" android:bottom="4dp">
|
||||||
<shape>
|
<shape>
|
||||||
<solid android:color="@color/key_background_pressed_lxx_dark" />
|
<solid android:color="@color/key_background_pressed_lxx_light" />
|
||||||
<corners android:radius="32dp" />
|
<corners android:radius="32dp" />
|
||||||
</shape>
|
</shape>
|
||||||
</item>
|
</item>
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
<layer-list
|
<layer-list
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
>
|
>
|
||||||
<item android:top="32dp" android:bottom="0dp">
|
<item android:top="50dp" android:bottom="0dp">
|
||||||
<shape
|
<shape
|
||||||
android:shape="rectangle"
|
android:shape="rectangle"
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user