aboutsummaryrefslogtreecommitdiffstats
path: root/res/drawable/action_button_light_pressed.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/action_button_light_pressed.xml')
-rw-r--r--res/drawable/action_button_light_pressed.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/drawable/action_button_light_pressed.xml b/res/drawable/action_button_light_pressed.xml
new file mode 100644
index 0000000..fd8a9fb
--- /dev/null
+++ b/res/drawable/action_button_light_pressed.xml
@@ -0,0 +1,9 @@
+<?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="#44000000" />
+</shape> \ No newline at end of file