Skip to content

Commit

Permalink
Added missed widget previews
Browse files Browse the repository at this point in the history
  • Loading branch information
KieronQuinn committed Sep 7, 2024
1 parent 1cf7d9f commit 061cc64
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 2 deletions.
Binary file modified app/release/baselineProfiles/0/app-release.dm
Binary file not shown.
Binary file modified app/release/baselineProfiles/1/app-release.dm
Binary file not shown.
4 changes: 2 additions & 2 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 235,
"versionName": "2.3.5",
"versionCode": 240,
"versionName": "2.4",
"outputFile": "app-release.apk"
}
],
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/src/main/res/xml/appwidgetprovider_dynamic.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
android:minResizeWidth="180dp"
android:minResizeHeight="40dp"
android:widgetCategory="home_screen|keyguard"
android:previewImage="@drawable/widget_preview_4_1"
android:previewLayout="@layout/widget_preview"
android:resizeMode="horizontal|vertical"
android:targetCellWidth="4"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/xml/appwidgetprovider_minimal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
android:minResizeWidth="180dp"
android:minResizeHeight="40dp"
android:widgetCategory="home_screen|keyguard"
android:previewImage="@drawable/widget_preview_minimal"
android:previewLayout="@layout/widget_preview_minimal"
android:resizeMode="horizontal|vertical"
android:targetCellWidth="4"
Expand Down

0 comments on commit 061cc64

Please sign in to comment.