mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2025-04-06 22:51:05 +02:00
change some sizes on the widget config screen
This commit is contained in:
parent
0626a9be26
commit
23cf40108b
@ -11,12 +11,13 @@
|
|||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:id="@+id/config_date_time_wrapper"
|
android:id="@+id/config_date_time_wrapper"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content">
|
android:layout_height="wrap_content"
|
||||||
|
android:paddingBottom="@dimen/small_margin">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/config_time"
|
android:id="@+id/config_time"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="@dimen/widget_time_height"
|
||||||
android:gravity="center_horizontal"
|
android:gravity="center_horizontal"
|
||||||
android:includeFontPadding="false"
|
android:includeFontPadding="false"
|
||||||
android:textSize="@dimen/widget_time_text_size"
|
android:textSize="@dimen/widget_time_text_size"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user