Clean ups

This commit is contained in:
Karim Abou Zeid 2015-06-21 13:27:25 +02:00
commit 3bc0059989
22 changed files with 197 additions and 83 deletions

View file

@ -8,7 +8,6 @@
android:layout_width="match_parent"
android:layout_height="164dp"
android:layout_marginTop="8dp"
android:layout_marginBottom="8dp"
android:scrollbars="none" />
<View

View file

@ -3,11 +3,11 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="104dp"
android:layout_height="148dp"
android:layout_marginRight="8dp"
android:layout_marginEnd="8dp"
app:cardBackgroundColor="?default_bar_color"
app:elevation="3dp"
android:foreground="?rect_selector">
android:layout_marginRight="8dp"
android:foreground="?rect_selector"
app:cardBackgroundColor="?card_color"
app:elevation="3dp">
<LinearLayout
android:layout_width="match_parent"
@ -25,8 +25,7 @@
<LinearLayout
android:id="@+id/footer"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?card_color">
android:layout_height="match_parent">
<LinearLayout
android:layout_width="wrap_content"

View file

@ -3,8 +3,6 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="64dp"
android:background="?card_color"
android:elevation="2dp"
android:foreground="?rect_selector"
tools:ignore="UnusedAttribute">

View file

@ -3,6 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="64dp"
android:background="?card_color"
android:elevation="2dp"
android:foreground="?rect_selector"
tools:ignore="UnusedAttribute">