1
0
Fork 0
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:
Harry Andreolas 2024-09-24 16:59:39 +03:00
parent 7e98855437
commit d4bb9d974f

View file

@ -6,5 +6,6 @@
android:layout_height="wrap_content"
android:layout_marginLeft="@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"
tools:ignore="RtlHardcoded,RtlSymmetry" />