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