mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-25 13:51:16 +00:00
Fix material switch padding on item_device_form.xml
This commit is contained in:
parent
7e98855437
commit
d4bb9d974f
1 changed files with 1 additions and 0 deletions
|
@ -6,5 +6,6 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginLeft="@dimen/material_divider_inset"
|
android:layout_marginLeft="@dimen/material_divider_inset"
|
||||||
android:layout_marginStart="@dimen/material_divider_inset"
|
android:layout_marginStart="@dimen/material_divider_inset"
|
||||||
|
android:paddingEnd="@dimen/abc_action_bar_content_inset_material"
|
||||||
android:textAppearance="@style/TextAppearance.AppCompat.Caption"
|
android:textAppearance="@style/TextAppearance.AppCompat.Caption"
|
||||||
tools:ignore="RtlHardcoded,RtlSymmetry" />
|
tools:ignore="RtlHardcoded,RtlSymmetry" />
|
||||||
|
|
Loading…
Reference in a new issue