mirror of
https://git.mihon.tech/mihonapp/mihon
synced 2024-11-23 13:45:43 +03:00
More consistent library list view padding (closes #3509)
This commit is contained in:
parent
6742cdeb8b
commit
9a55cf880e
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
|||
android:layout_height="@dimen/material_component_lists_single_line_with_avatar_height"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:background="@drawable/list_item_selector"
|
||||
android:paddingStart="8dp"
|
||||
android:paddingEnd="8dp"
|
||||
tools:layout_editor_absoluteX="0dp"
|
||||
tools:layout_editor_absoluteY="25dp">
|
||||
|
||||
|
|
Loading…
Reference in a new issue