Adjust reader info bar insets

This commit is contained in:
Koitharu
2022-08-18 17:00:59 +03:00
parent 0248f84ca0
commit 6879d046f8
3 changed files with 54 additions and 9 deletions

View File

@@ -28,9 +28,9 @@
<org.koitharu.kotatsu.reader.ui.ReaderInfoBarView
android:id="@+id/infoBar"
android:layout_width="match_parent"
android:layout_height="16dp"
android:layout_height="wrap_content"
android:layout_gravity="top"
android:paddingHorizontal="4dp"
android:minHeight="12sp"
android:visibility="gone"
tools:visibility="visible" />