We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e0c396 commit e4361acCopy full SHA for e4361ac
app/src/main/res/layout/widget.xml
@@ -12,6 +12,6 @@
12
android:background="@null"
13
android:gravity="top"
14
android:padding="@dimen/activity_margin"
15
- android:textSize="18sp"/>
+ android:textSize="@dimen/normal_text_size"/>
16
17
</RelativeLayout>
app/src/main/res/layout/widget_config.xml
@@ -17,8 +17,7 @@
18
19
20
- android:text="@string/widget_config"
21
+ android:text="@string/widget_config"/>
22
23
<Button
24
android:id="@+id/config_bg_color"
0 commit comments