Initial AMOLED theme + some CardView fixes (#787)

* Initial AMOLED theme + some CardView fixes

* small fix
This commit is contained in:
Bram van de Kerkhof
2017-05-07 12:36:25 +02:00
committed by GitHub
parent 2eeac0bf8b
commit 2118434823
12 changed files with 100 additions and 5 deletions

View File

@@ -9,6 +9,10 @@
android:id="@+id/recycler"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="4dp"
android:paddingTop="4dp"
android:paddingStart="2dp"
android:paddingEnd="2dp"
tools:listitem="@layout/item_recently_read">
</android.support.v7.widget.RecyclerView>

View File

@@ -3,7 +3,6 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/cv_manga"
style="@style/Theme.Widget.CardView"
android:layout_marginBottom="0dp"
>
<LinearLayout