Skip to content

Commit

Permalink
widget improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
jjewuz committed Aug 26, 2023
1 parent 6b4db54 commit 101d022
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/src/main/res/layout/weather_widget.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@
android:layout_marginBottom="8dp"
android:contentDescription="@string/appwidget_text"
android:gravity="center"
android:text="0 C"
android:text="@string/appwidget_text"
android:singleLine="true"
android:ellipsize="end"
android:textColor="?android:colorPrimary"
android:textSize="50sp"
android:textSize="42sp"
android:textStyle="bold" />


Expand Down

0 comments on commit 101d022

Please sign in to comment.