mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-11 18:20:50 +01:00
adjusted chapters item since Android 16 doesnt support right and left (#1221)
This commit is contained in:
parent
80996ea63e
commit
c3ced0d089
1 changed files with 3 additions and 0 deletions
|
@ -68,6 +68,9 @@
|
|||
android:paddingStart="24dp"
|
||||
android:paddingEnd="16dp"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:paddingLeft="24dp"
|
||||
android:paddingRight="16dp"
|
||||
android:layout_marginRight="8dp"
|
||||
android:paddingBottom="24dp"
|
||||
android:paddingTop="12dp"
|
||||
android:contentDescription="@string/description_cover"/>
|
||||
|
|
Loading…
Reference in a new issue