removing some extra bottom padding from the widget config

This commit is contained in:
tibbi 2022-12-25 10:53:30 +01:00
parent 4c70b7dc05
commit 03432b3aea

View File

@ -10,9 +10,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_centerHorizontal="true" android:layout_centerHorizontal="true"
android:layout_margin="@dimen/activity_margin" android:layout_margin="@dimen/activity_margin">
android:paddingBottom="@dimen/activity_margin"
app:layout_behavior="@string/appbar_scrolling_view_behavior">
<RelativeLayout <RelativeLayout
android:id="@+id/notes_picker_holder" android:id="@+id/notes_picker_holder"