mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 20:48:00 +01:00
reducing the start padding of a settings item
This commit is contained in:
parent
86060e39a4
commit
c31d3848bc
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
android:layout_toStartOf="@+id/dialog_file_style_spacing"
|
||||
android:ellipsize="end"
|
||||
android:lines="1"
|
||||
android:paddingStart="@dimen/medium_margin"
|
||||
android:paddingStart="@dimen/small_margin"
|
||||
android:paddingEnd="@dimen/medium_margin"
|
||||
android:text="@string/thumbnail_spacing" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue