Skip to content

Commit 03432b3

Browse files
committed
removing some extra bottom padding from the widget config
1 parent 4c70b7d commit 03432b3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/src/main/res/layout/widget_config.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
android:layout_width="match_parent"
1111
android:layout_height="wrap_content"
1212
android:layout_centerHorizontal="true"
13-
android:layout_margin="@dimen/activity_margin"
14-
android:paddingBottom="@dimen/activity_margin"
15-
app:layout_behavior="@string/appbar_scrolling_view_behavior">
13+
android:layout_margin="@dimen/activity_margin">
1614

1715
<RelativeLayout
1816
android:id="@+id/notes_picker_holder"

0 commit comments

Comments
 (0)