mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-11 13:20:49 +01:00
Fix layout overlapping
This commit is contained in:
parent
27b95e9d73
commit
4521174138
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_below="@id/manga_status"
|
||||
android:layout_below="@id/manga_status_label"
|
||||
android:focusable="false"
|
||||
android:focusableInTouchMode="false"
|
||||
android:text="@string/source" />
|
||||
|
|
Loading…
Reference in a new issue