mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-24 13:56:14 +03:00
Fix section padding
This commit is contained in:
parent
94455672f0
commit
17812b6256
1 changed files with 2 additions and 1 deletions
|
@ -16,9 +16,10 @@
|
|||
android:background="@color/bg_highlighted"
|
||||
android:ellipsize="end"
|
||||
android:gravity="center_vertical"
|
||||
android:padding="8dp"
|
||||
android:paddingBottom="8dp"
|
||||
android:paddingLeft="16dp"
|
||||
android:paddingRight="16dp"
|
||||
android:paddingTop="8dp"
|
||||
android:textColor="@color/fg_default_selection"
|
||||
android:textSize="12sp"/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue