mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
added extra padding on page number to prevent cut off on rounded corner devices. (#1056)
This commit is contained in:
parent
2060b5cd34
commit
afa89ac125
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="bottom|start"
|
||||
android:background="?android:attr/colorBackground"
|
||||
android:padding="4dp"/>
|
||||
android:padding="8dp"/>
|
||||
|
||||
</FrameLayout>
|
||||
|
||||
|
|
Loading…
Reference in a new issue