all: optimize previews

Optimize widget previous and app screenshots to reduce load times and
APK size.
This commit is contained in:
OxygenCobalt 2022-07-13 11:45:13 -06:00
parent a24b4cf447
commit 8a4aee9ab1
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47
14 changed files with 5 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 283 KiB

After

Width:  |  Height:  |  Size: 132 KiB

View file

@ -105,15 +105,13 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_weight="1" /> android:layout_weight="1" />
<android.widget.ImageButton <android.widget.ImageButton
android:id="@+id/widget_play_pause" android:id="@+id/widget_play_pause"
style="@style/Widget.Auxio.MaterialButton.AppWidget.PlayPause" style="@style/Widget.Auxio.MaterialButton.AppWidget.PlayPause"
android:layout_width="@dimen/size_btn" android:layout_width="@dimen/size_btn"
android:layout_height="@dimen/size_btn" android:layout_height="@dimen/size_btn"
android:contentDescription="@string/desc_play_pause" android:contentDescription="@string/desc_play_pause"
android:src="@drawable/ic_pause_24" /> android:src="@drawable/ic_play_24" />
<android.widget.ImageView <android.widget.ImageView
android:layout_width="0dp" android:layout_width="0dp"

View file

@ -97,7 +97,7 @@
android:layout_width="@dimen/size_btn" android:layout_width="@dimen/size_btn"
android:layout_height="@dimen/size_btn" android:layout_height="@dimen/size_btn"
android:contentDescription="@string/desc_play_pause" android:contentDescription="@string/desc_play_pause"
android:src="@drawable/ic_pause_24" /> android:src="@drawable/ic_play_24" />
<android.widget.ImageView <android.widget.ImageView

View file

@ -85,7 +85,7 @@
android:layout_width="@dimen/size_btn" android:layout_width="@dimen/size_btn"
android:layout_height="@dimen/size_btn" android:layout_height="@dimen/size_btn"
android:contentDescription="@string/desc_play_pause" android:contentDescription="@string/desc_play_pause"
android:src="@drawable/ic_pause_24" /> android:src="@drawable/ic_play_24" />
<android.widget.ImageView <android.widget.ImageView
android:layout_width="0dp" android:layout_width="0dp"

View file

@ -97,7 +97,7 @@
android:layout_width="@dimen/size_btn" android:layout_width="@dimen/size_btn"
android:layout_height="@dimen/size_btn" android:layout_height="@dimen/size_btn"
android:contentDescription="@string/desc_play_pause" android:contentDescription="@string/desc_play_pause"
android:src="@drawable/ic_pause_24" /> android:src="@drawable/ic_play_24" />
</android.widget.LinearLayout> </android.widget.LinearLayout>

View file

@ -85,8 +85,7 @@
android:layout_width="@dimen/size_btn" android:layout_width="@dimen/size_btn"
android:layout_height="@dimen/size_btn" android:layout_height="@dimen/size_btn"
android:contentDescription="@string/desc_play_pause" android:contentDescription="@string/desc_play_pause"
android:src="@drawable/ic_pause_24" /> android:src="@drawable/ic_play_24" />
<android.widget.ImageView <android.widget.ImageView
android:layout_width="0dp" android:layout_width="0dp"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 188 KiB

After

Width:  |  Height:  |  Size: 168 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 KiB

After

Width:  |  Height:  |  Size: 135 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 141 KiB

After

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 332 KiB

After

Width:  |  Height:  |  Size: 292 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 170 KiB

After

Width:  |  Height:  |  Size: 147 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 277 KiB

After

Width:  |  Height:  |  Size: 276 KiB