Skip to content

Commit

Permalink
improved auto location || added widgets fixed #161
Browse files Browse the repository at this point in the history
  • Loading branch information
PranshulGG committed Nov 28, 2024
1 parent cb45fb2 commit 82dec12
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.example.weathermaster"
minSdk 22
targetSdk 33
versionCode 79
versionName "1.8.7 (W)"
versionCode 80
versionName "1.8.8 (W)"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
15 changes: 10 additions & 5 deletions app/src/main/res/xml/widget_info.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
android:updatePeriodMillis="1800000"
android:minHeight="150dp"
android:minWidth="350dp"
android:previewImage="@drawable/scattered_showers_day"
xmlns:tools="http://schemas.android.com/tools"
android:initialLayout="@layout/widget_weather"
android:minWidth="160dp"
android:minHeight="140dp"
android:minResizeWidth="160dp"
android:minResizeHeight="110dp"
android:resizeMode="horizontal|vertical"
android:widgetCategory="home_screen" />
android:targetCellWidth="2"
android:targetCellHeight="2"
android:updatePeriodMillis="0"
android:widgetCategory="home_screen|keyguard"
tools:ignore="UnusedAttribute" />

0 comments on commit 82dec12

Please sign in to comment.