Skip to content

Commit

Permalink
Fix material switch padding on item_device_form.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Divinelink committed Sep 30, 2024
1 parent 338d46a commit 07b22f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/item_device_form.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />

0 comments on commit 07b22f8

Please sign in to comment.