Skip to content
Snippets Groups Projects
Commit 8431e57e authored by Aleksandras Kostarevas's avatar Aleksandras Kostarevas
Browse files

Fix some light resources

parent 7285bc25
No related branches found
No related tags found
No related merge requests found
......@@ -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"
>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment