mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
Fix downloaded text drawn outside the screen
This commit is contained in:
parent
6931b75cc5
commit
499def3daa
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
tools:text="DOWNLOADED"
|
||||
android:textAllCaps="true"
|
||||
app:layout_constraintRight_toLeftOf="parent"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
android:layout_marginRight="16dp"/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue