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

@ -11,9 +11,9 @@
android:scrollbars="none" />
<View
android:layout_marginTop="-8dp"
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="?separator_color" />
android:layout_height="wrap_content"
android:layout_marginTop="-8dp"
android:background="?dividerHorizontal" />
</LinearLayout>