adjusted chapters item since Android 16 doesnt support right and left (#1221)

This commit is contained in:
Carlos 2018-01-31 08:38:05 -05:00 committed by inorichi
parent 80996ea63e
commit c3ced0d089

View file

@ -68,6 +68,9 @@
android:paddingStart="24dp" android:paddingStart="24dp"
android:paddingEnd="16dp" android:paddingEnd="16dp"
android:layout_marginEnd="8dp" android:layout_marginEnd="8dp"
android:paddingLeft="24dp"
android:paddingRight="16dp"
android:layout_marginRight="8dp"
android:paddingBottom="24dp" android:paddingBottom="24dp"
android:paddingTop="12dp" android:paddingTop="12dp"
android:contentDescription="@string/description_cover"/> android:contentDescription="@string/description_cover"/>