mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2025-01-31 10:44:52 +01:00
add some bottom padding to the widget
This commit is contained in:
parent
561dbd3d34
commit
1c29b08ef7
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user