mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-24 21:58:34 +03: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