move widget preview images into drawable-nodpi

This commit is contained in:
tibbi
2022-09-14 19:40:53 +02:00
parent 9931cd43c4
commit 43c4bbb0a1
5 changed files with 3 additions and 3 deletions

View File

@ -133,7 +133,7 @@
<service
android:name=".helpers.MyTileService"
android:exported="true"
android:icon="@drawable/img_widget_preview"
android:icon="@drawable/img_torch_widget_preview"
android:label="@string/app_launcher_name"
android:permission="android.permission.BIND_QUICK_SETTINGS_TILE">
<intent-filter>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@ -4,5 +4,5 @@
android:initialLayout="@layout/widget_bright_display"
android:minWidth="40dp"
android:minHeight="40dp"
android:previewImage="@drawable/ic_bright_display"
android:previewImage="@drawable/img_bright_display_widget_preview"
android:updatePeriodMillis="86400000" />

View File

@ -4,5 +4,5 @@
android:initialLayout="@layout/widget_torch"
android:minWidth="40dp"
android:minHeight="40dp"
android:previewImage="@drawable/img_widget_preview"
android:previewImage="@drawable/img_torch_widget_preview"
android:updatePeriodMillis="86400000" />