mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-02-09 16:08:49 +01:00
scale widget text size properly
This commit is contained in:
parent
8e0c396d7a
commit
e4361ac559
@ -12,6 +12,6 @@
|
||||
android:background="@null"
|
||||
android:gravity="top"
|
||||
android:padding="@dimen/activity_margin"
|
||||
android:textSize="18sp"/>
|
||||
android:textSize="@dimen/normal_text_size"/>
|
||||
|
||||
</RelativeLayout>
|
||||
|
@ -17,8 +17,7 @@
|
||||
android:background="@null"
|
||||
android:gravity="top"
|
||||
android:padding="@dimen/activity_margin"
|
||||
android:text="@string/widget_config"
|
||||
android:textSize="18sp"/>
|
||||
android:text="@string/widget_config"/>
|
||||
|
||||
<Button
|
||||
android:id="@+id/config_bg_color"
|
||||
|
Loading…
x
Reference in New Issue
Block a user