Wrong card background fix + bump gradle version (#337)

This commit is contained in:
Bram van de Kerkhof
2016-06-07 20:14:36 +02:00
parent dad9dcd742
commit 172305fc6a
10 changed files with 16 additions and 16 deletions

View File

@@ -3,9 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/cv_mal"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/card_margin"
style="@style/Theme.Widget.CardView"
>
<RelativeLayout

View File

@@ -9,7 +9,7 @@
android:id="@+id/recycler"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:listitem="@layout/item_recent_manga">
tools:listitem="@layout/item_recently_read">
</android.support.v7.widget.RecyclerView>

View File

@@ -3,8 +3,6 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/cv_manga"
style="@style/Theme.Widget.CardView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
>
<LinearLayout