aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/drawable/action_button_dark_default.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/drawable/action_button_dark_default.xml')
-rw-r--r--main/res/drawable/action_button_dark_default.xml14
1 files changed, 8 insertions, 6 deletions
diff --git a/main/res/drawable/action_button_dark_default.xml b/main/res/drawable/action_button_dark_default.xml
index 8059482..e28312b 100644
--- a/main/res/drawable/action_button_dark_default.xml
+++ b/main/res/drawable/action_button_dark_default.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="#66FFFFFF"
- android:width="1px" />
- <solid
- android:color="#11FFFFFF" />
+ android:shape="rectangle" >
+
+ <stroke
+ android:width="1px"
+ android:color="#66FFFFFF" />
+
+ <solid android:color="#11FFFFFF" />
+
</shape> \ No newline at end of file