Design optimizations

This commit is contained in:
Karim Abou Zeid 2015-03-24 18:44:04 +01:00
commit 5e4f8c8f17
8 changed files with 28 additions and 62 deletions

View file

@ -21,8 +21,8 @@
android:id="@+id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"
android:divider="@null"
android:clipToPadding="false"
android:dividerHeight="0dp"
android:scrollbars="none"/>