Skip to content

Commit e4361ac

Browse files
committed
scale widget text size properly
1 parent 8e0c396 commit e4361ac

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/src/main/res/layout/widget.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
android:background="@null"
1313
android:gravity="top"
1414
android:padding="@dimen/activity_margin"
15-
android:textSize="18sp"/>
15+
android:textSize="@dimen/normal_text_size"/>
1616

1717
</RelativeLayout>

app/src/main/res/layout/widget_config.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
android:background="@null"
1818
android:gravity="top"
1919
android:padding="@dimen/activity_margin"
20-
android:text="@string/widget_config"
21-
android:textSize="18sp"/>
20+
android:text="@string/widget_config"/>
2221

2322
<Button
2423
android:id="@+id/config_bg_color"

0 commit comments

Comments
 (0)