change some sizes on the widget config screen

This commit is contained in:
tibbi 2018-03-13 17:28:36 +01:00
parent 0626a9be26
commit 23cf40108b
1 changed files with 3 additions and 2 deletions

View File

@ -11,12 +11,13 @@
<RelativeLayout
android:id="@+id/config_date_time_wrapper"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:paddingBottom="@dimen/small_margin">
<TextView
android:id="@+id/config_time"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="@dimen/widget_time_height"
android:gravity="center_horizontal"
android:includeFontPadding="false"
android:textSize="@dimen/widget_time_text_size"