add some bottom padding to the widget

This commit is contained in:
tibbi 2018-03-13 17:17:10 +01:00
parent 561dbd3d34
commit 1c29b08ef7
2 changed files with 4 additions and 2 deletions

View file

@ -4,7 +4,8 @@
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/widget_date_time_holder"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:paddingBottom="@dimen/small_margin">
<RelativeLayout
android:id="@+id/widget_time_holder"

View file

@ -4,7 +4,8 @@
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/widget_date_time_holder"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:paddingBottom="@dimen/small_margin">
<RelativeLayout
android:id="@+id/widget_time_holder"