Add widget previews

main
Hemanth S 2020-05-07 13:05:33 +05:30
parent 43bfc24ec5
commit d74ad32a38
12 changed files with 12 additions and 16 deletions

View File

@ -24,8 +24,8 @@ android {
vectorDrawables.useSupportLibrary = true
applicationId "code.name.monkey.retromusic"
versionCode 422
versionName '3.5.110'
versionCode 423
versionName '3.5.120'
multiDexEnabled true

View File

@ -55,8 +55,7 @@ class App : MultiDexApplication() {
this@App,
R.string.restored_previous_purchase_please_restart,
Toast.LENGTH_LONG
)
.show()
).show()
}
override fun onBillingError(errorCode: Int, error: Throwable?) {}

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

@ -4,9 +4,8 @@
android:initialLayout="@layout/app_widget_big"
android:minWidth="@dimen/app_widget_big_min_width"
android:minHeight="@dimen/app_widget_big_min_height"
android:previewImage="@drawable/widget_big_info"
android:resizeMode="horizontal|vertical"
android:updatePeriodMillis="0"
android:widgetCategory="keyguard|home_screen"
tools:ignore="UnusedAttribute" />
<!--android:previewImage="@drawable/app_widget_classic"-->
tools:ignore="UnusedAttribute" />

View File

@ -4,9 +4,8 @@
android:initialLayout="@layout/app_widget_card"
android:minWidth="@dimen/app_widget_card_min_width"
android:minHeight="@dimen/app_widget_small_min_height"
android:previewImage="@drawable/widget_card_info"
android:resizeMode="horizontal|vertical"
android:updatePeriodMillis="0"
android:widgetCategory="keyguard|home_screen"
tools:ignore="UnusedAttribute" />
<!--android:previewImage="@drawable/app_widget_classic"-->
tools:ignore="UnusedAttribute" />

View File

@ -6,7 +6,6 @@
android:minHeight="@dimen/app_widget_classic_min_height"
android:resizeMode="horizontal|vertical"
android:updatePeriodMillis="0"
android:previewImage="@drawable/widget_classic"
android:widgetCategory="keyguard|home_screen"
tools:ignore="UnusedAttribute" />
<!--android:previewImage="@drawable/app_widget_classic"-->
tools:ignore="UnusedAttribute" />

View File

@ -4,9 +4,8 @@
android:initialLayout="@layout/app_widget_small"
android:minWidth="@dimen/app_widget_small_min_width"
android:minHeight="@dimen/app_widget_small_min_height"
android:previewImage="@drawable/widget_small"
android:resizeMode="horizontal|vertical"
android:updatePeriodMillis="0"
android:widgetCategory="keyguard|home_screen"
tools:ignore="UnusedAttribute" />
<!--android:previewImage="@drawable/app_widget_classic"-->
tools:ignore="UnusedAttribute" />

View File

@ -3,6 +3,7 @@
android:initialLayout="@layout/app_widget_text"
android:minWidth="@dimen/app_widget_small_min_width"
android:minHeight="@dimen/app_widget_small_min_height"
android:previewImage="@drawable/widget_text"
android:resizeMode="horizontal|vertical"
android:updatePeriodMillis="0"
android:widgetCategory="keyguard|home_screen" />