Massiv design optimizations and settings

This commit is contained in:
Karim Abou Zeid 2015-03-29 17:41:47 +02:00
commit b302abc2e1
117 changed files with 1104 additions and 962 deletions

View file

@ -7,13 +7,13 @@
android:id="@+id/recycler_view"
android:layout_width="match_parent"
android:layout_height="164dp"
android:paddingTop="8dp"
android:paddingBottom="8dp"
android:layout_marginTop="8dp"
android:layout_marginBottom="8dp"
android:scrollbars="none"/>
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="#0CFFFFFF"/>
android:background="?separator_color"/>
</LinearLayout>