summaryrefslogtreecommitdiff
path: root/core/src/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/res')
-rw-r--r--core/src/main/res/drawable/borderless_button_dark.xml19
-rw-r--r--core/src/main/res/values-v16/colors.xml (renamed from core/src/main/res/values-v19/colors.xml)0
2 files changed, 12 insertions, 7 deletions
diff --git a/core/src/main/res/drawable/borderless_button_dark.xml b/core/src/main/res/drawable/borderless_button_dark.xml
index 6d263938d..3a44d81a2 100644
--- a/core/src/main/res/drawable/borderless_button_dark.xml
+++ b/core/src/main/res/drawable/borderless_button_dark.xml
@@ -1,13 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:state_pressed="true"><shape android:shape="rectangle">
+ <item android:state_pressed="true">
+ <shape android:shape="rectangle">
<solid android:color="@color/selection_background_color_dark" />
- </shape></item>
- <item android:state_focused="true"><shape android:shape="rectangle">
+ </shape>
+ </item>
+ <item android:state_focused="true">
+ <shape android:shape="rectangle">
<solid android:color="@color/selection_background_color_dark" />
- </shape></item>
- <item><shape android:shape="rectangle">
+ </shape>
+ </item>
+ <item>
+ <shape android:shape="rectangle">
<solid android:color="@android:color/transparent" />
- </shape></item>
-
+ </shape>
+ </item>
</selector> \ No newline at end of file
diff --git a/core/src/main/res/values-v19/colors.xml b/core/src/main/res/values-v16/colors.xml
index 4154280e8..4154280e8 100644
--- a/core/src/main/res/values-v19/colors.xml
+++ b/core/src/main/res/values-v16/colors.xml