From d4bb9d974f4f1234390a87323a3cc8d48412a82f Mon Sep 17 00:00:00 2001 From: Harry Andreolas Date: Tue, 24 Sep 2024 16:59:39 +0300 Subject: [PATCH] Fix material switch padding on item_device_form.xml --- app/src/main/res/layout/item_device_form.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/item_device_form.xml b/app/src/main/res/layout/item_device_form.xml index 487f870d..a2e276b8 100644 --- a/app/src/main/res/layout/item_device_form.xml +++ b/app/src/main/res/layout/item_device_form.xml @@ -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" />