syncthing-android icon indicating copy to clipboard operation
syncthing-android copied to clipboard

Fix material switch padding on item_device_form layout

Open Divinelink opened this issue 1 year ago • 1 comments

Description

This pull request addresses the missing padding in the item_device_form.xml, which caused the Material Switch to appear too close to the edge of the screen. To resolve this, I added the same padding used by the other Material Switch components through their style.

Let me know if this works for you!

Changes

What changes are made in this PR

  • Add android:paddingEnd="@dimen/abc_action_bar_content_inset_material" on item_device_form.xml layout

Screenshots

In case of UI changes, add before and after screenshots

Before After
Screenshot 2024-09-24 at 5 17 00 PM image

Divinelink avatar Sep 24 '24 14:09 Divinelink

Thanks for contributing - it's on my radar (and looks good/unproblematic). Just other/unrelated (procedural) things going on at the moment, thus not merging right away.

imsodin avatar Sep 30 '24 16:09 imsodin