aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/drawable/button_edgy.xml
diff options
context:
space:
mode:
Diffstat (limited to 'OpenKeychain/src/main/res/drawable/button_edgy.xml')
-rw-r--r--OpenKeychain/src/main/res/drawable/button_edgy.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenKeychain/src/main/res/drawable/button_edgy.xml b/OpenKeychain/src/main/res/drawable/button_edgy.xml
index d296642b8..fdb94d40e 100644
--- a/OpenKeychain/src/main/res/drawable/button_edgy.xml
+++ b/OpenKeychain/src/main/res/drawable/button_edgy.xml
@@ -8,8 +8,8 @@
android:left="6dip"
android:right="6dip"
android:top="6dip" />
+ <solid android:color="#ebebeb" />
<stroke android:color="#cccccc" android:width="1.5dip" />
- <stroke android:color="#ebebeb" />
</shape>
</item>
<item android:state_focused="true">
@@ -19,8 +19,8 @@
android:left="6dip"
android:right="6dip"
android:top="6dip" />
- <stroke android:color="#cccccc" android:width="1.5dip" />
<solid android:color="#ebebeb"/>
+ <stroke android:color="#cccccc" android:width="1.5dip" />
</shape>
</item>
<item >
@@ -30,8 +30,8 @@
android:left="6dip"
android:right="6dip"
android:top="6dip" />
- <stroke android:color="#cccccc" android:width="1.5dip" />
<solid android:color="#ffffff" />
+ <stroke android:color="#cccccc" android:width="1.5dip" />
</shape>
</item>
</selector> \ No newline at end of file