soul-browser/app/res/drawable/ic_download.xml
KaKi87 77c7b00011 Restore download progress notification icon frames.
Apktool had decoded ic_download as an animation-list of @null frames, so MainDownSvc progress notifications had no small icon and Android dropped them.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-09-08 15:46:03 +02:00

9 lines
656 B
XML

<?xml version="1.0" encoding="utf-8"?>
<animation-list android:oneshot="false"
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:duration="400" android:drawable="@drawable/baseline_file_download_white_24_00" />
<item android:duration="400" android:drawable="@drawable/baseline_file_download_white_24_01" />
<item android:duration="400" android:drawable="@drawable/baseline_file_download_white_24_02" />
<item android:duration="400" android:drawable="@drawable/baseline_file_download_white_24_03" />
<item android:duration="400" android:drawable="@drawable/baseline_file_download_white_24" />
</animation-list>