1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2026-08-23 06:13:04 +00:00

Button style is now good

This commit is contained in:
Loic Blot
2015-02-07 16:51:11 +01:00
parent 8f7a083f07
commit acd3a06e56
5 changed files with 39 additions and 4 deletions
+17
View File
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8" ?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape>
<corners android:radius="6dp" />
<gradient
android:startColor="#66b6df"
android:endColor="#56a6cf"
android:angle="270" />
<padding
android:left="10dp"
android:top="10dp"
android:right="10dp"
android:bottom="10dp" />
</shape>
</item>
</selector>