aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/drawable/action_button_light_selected.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/drawable/action_button_light_selected.xml')
-rw-r--r--main/res/drawable/action_button_light_selected.xml14
1 files changed, 8 insertions, 6 deletions
diff --git a/main/res/drawable/action_button_light_selected.xml b/main/res/drawable/action_button_light_selected.xml
index dbd5781..bc44988 100644
--- a/main/res/drawable/action_button_light_selected.xml
+++ b/main/res/drawable/action_button_light_selected.xml
@@ -1,9 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
- android:shape="rectangle">
- <stroke
- android:color="#FF000000"
- android:width="2px" />
- <solid
- android:color="#22000000" />
+ android:shape="rectangle" >
+
+ <stroke
+ android:width="2px"
+ android:color="#FF000000" />
+
+ <solid android:color="#22000000" />
+
</shape> \ No newline at end of file