fix: update the preview images
@@ -180,8 +180,7 @@ class EnteAlbumsWidgetProvider : HomeWidgetProvider() {
|
||||
val drawable =
|
||||
ContextCompat.getDrawable(
|
||||
context,
|
||||
R.drawable
|
||||
.ic_home_widget_default
|
||||
R.drawable.ic_albums_widget
|
||||
)
|
||||
val bitmap =
|
||||
(drawable as BitmapDrawable).bitmap
|
||||
|
||||
@@ -181,7 +181,7 @@ class EnteMemoryWidgetProvider : HomeWidgetProvider() {
|
||||
ContextCompat.getDrawable(
|
||||
context,
|
||||
R.drawable
|
||||
.ic_home_widget_default
|
||||
.ic_memories_widget
|
||||
)
|
||||
val bitmap =
|
||||
(drawable as BitmapDrawable).bitmap
|
||||
|
||||
@@ -180,8 +180,7 @@ class EntePeopleWidgetProvider : HomeWidgetProvider() {
|
||||
val drawable =
|
||||
ContextCompat.getDrawable(
|
||||
context,
|
||||
R.drawable
|
||||
.ic_home_widget_default
|
||||
R.drawable.ic_people_widget
|
||||
)
|
||||
val bitmap =
|
||||
(drawable as BitmapDrawable).bitmap
|
||||
|
||||
|
After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 50 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 31 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 82 KiB |
|
After Width: | Height: | Size: 33 KiB |
|
After Width: | Height: | Size: 46 KiB |
|
After Width: | Height: | Size: 57 KiB |
|
Before Width: | Height: | Size: 164 KiB |
|
After Width: | Height: | Size: 56 KiB |
|
After Width: | Height: | Size: 80 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 202 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 27 KiB |
@@ -65,7 +65,7 @@
|
||||
android:id="@+id/widget_placeholder"
|
||||
android:layout_width="120dp"
|
||||
android:layout_height="120dp"
|
||||
android:src="@drawable/ic_home_widget_default"
|
||||
android:src="@drawable/ic_albums_widget"
|
||||
android:scaleType="fitCenter" />
|
||||
|
||||
<TextView
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
android:id="@+id/widget_placeholder"
|
||||
android:layout_width="120dp"
|
||||
android:layout_height="120dp"
|
||||
android:src="@drawable/ic_home_widget_default"
|
||||
android:src="@drawable/ic_memories_widget"
|
||||
android:scaleType="fitCenter" />
|
||||
|
||||
<TextView
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
android:id="@+id/widget_placeholder"
|
||||
android:layout_width="120dp"
|
||||
android:layout_height="120dp"
|
||||
android:src="@drawable/ic_home_widget_default"
|
||||
android:src="@drawable/ic_people_widget"
|
||||
android:scaleType="fitCenter" />
|
||||
|
||||
<TextView
|
||||
|
||||