Added rect selector global

This commit is contained in:
Karim Abou Zeid 2015-02-15 14:44:45 +01:00
commit 097f36397b
20 changed files with 68 additions and 5 deletions

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/button_selected" />
</shape>