mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2025-06-05 22:19:17 +02:00
use constant text size on the widget on tablets too
This commit is contained in:
@ -29,7 +29,7 @@
|
||||
android:layout_alignBaseline="@+id/widget_time"
|
||||
android:layout_toRightOf="@+id/widget_time"
|
||||
android:includeFontPadding="false"
|
||||
android:textSize="@dimen/normal_text_size"
|
||||
android:textSize="@dimen/widget_details_text_size"
|
||||
tools:text=" a.m."/>
|
||||
</RelativeLayout>
|
||||
|
||||
@ -41,7 +41,7 @@
|
||||
android:layout_centerHorizontal="true"
|
||||
android:gravity="center_horizontal"
|
||||
android:includeFontPadding="false"
|
||||
android:textSize="@dimen/normal_text_size"
|
||||
android:textSize="@dimen/widget_details_text_size"
|
||||
tools:text="Mon, 1 January"/>
|
||||
|
||||
<RelativeLayout
|
||||
@ -65,7 +65,7 @@
|
||||
android:layout_toRightOf="@+id/widget_next_alarm_image"
|
||||
android:includeFontPadding="false"
|
||||
android:paddingLeft="@dimen/small_margin"
|
||||
android:textSize="@dimen/normal_text_size"
|
||||
android:textSize="@dimen/widget_details_text_size"
|
||||
tools:text="Tue, 18:30"/>
|
||||
|
||||
</RelativeLayout>
|
||||
|
@ -35,7 +35,7 @@
|
||||
android:shadowColor="@android:color/black"
|
||||
android:shadowDy="1"
|
||||
android:shadowRadius="1"
|
||||
android:textSize="@dimen/normal_text_size"
|
||||
android:textSize="@dimen/widget_details_text_size"
|
||||
tools:text=" a.m."/>
|
||||
</RelativeLayout>
|
||||
|
||||
@ -50,7 +50,7 @@
|
||||
android:shadowColor="@android:color/black"
|
||||
android:shadowDy="1"
|
||||
android:shadowRadius="1"
|
||||
android:textSize="@dimen/normal_text_size"
|
||||
android:textSize="@dimen/widget_details_text_size"
|
||||
tools:text="Mon, 1 January"/>
|
||||
|
||||
<RelativeLayout
|
||||
@ -77,7 +77,7 @@
|
||||
android:shadowColor="@android:color/black"
|
||||
android:shadowDy="1"
|
||||
android:shadowRadius="1"
|
||||
android:textSize="@dimen/normal_text_size"
|
||||
android:textSize="@dimen/widget_details_text_size"
|
||||
tools:text="Tue, 18:30"/>
|
||||
|
||||
</RelativeLayout>
|
||||
|
Reference in New Issue
Block a user