Ported even more buttons to use new design (Key and User editor)

Added drawables for them
This commit is contained in:
Daniel Albert
2014-06-29 22:31:37 +02:00
parent e8bb14ca26
commit 2406842847
17 changed files with 102 additions and 37 deletions

View File

@@ -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>