diff options
author | Tommy Webb <tommy@calyxinstitute.org> | 2023-10-25 17:01:26 -0400 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2023-12-27 00:35:28 +0800 |
commit | 19e9bb19d19ac048792f5d57a3c8c8b0e14ddf34 (patch) | |
tree | b4e54d7fb380a1d7f24877a962d1529122ec6e8a | |
parent | ca4a5d5b6b7dc9608e36e27364399c5c83e3f54c (diff) |
WallpaperPicker2: Remove unnecessary top padding in Change wallpaper buttonumineko
Change-Id: I3c6cf16a2023b3a2e1329fb72fa2462f73ee0c1a
-rw-r--r-- | res/layout/wallpaper_quick_switch_section.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/res/layout/wallpaper_quick_switch_section.xml b/res/layout/wallpaper_quick_switch_section.xml index 4ceace92..e5d790dd 100644 --- a/res/layout/wallpaper_quick_switch_section.xml +++ b/res/layout/wallpaper_quick_switch_section.xml @@ -22,7 +22,6 @@ android:layout_marginHorizontal="24dp" android:orientation="vertical" android:background="@drawable/bottom_connected_section_background" - android:paddingTop="16dp" android:paddingHorizontal="24dp"> <!-- See ResponsiveLayoutSectionController to see whether and how the background is replaced in code. |