Massive clean up of attrs, colors and styles. Also icon and divider colors matching better the guidelines now.

This commit is contained in:
Karim Abou Zeid 2015-08-10 21:21:03 +02:00
commit 7fd4226685
94 changed files with 160 additions and 233 deletions

View file

@ -2,8 +2,7 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<size
android:height="20dp"
android:width="3dp" />
<solid
android:color="@color/black" />
android:width="3dp"
android:height="20dp" />
<solid android:color="@android:color/black" />
</shape>