mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-03-24 04:20:07 +01:00
removing some extra bottom padding from the widget config
This commit is contained in:
parent
4c70b7dc05
commit
03432b3aea
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user