Merge pull request #3752 from talregev/Talr_change_boinc_paused

[Android] Make pause icon in status bar more descriptive
This commit is contained in:
Vitalii Koshura 2020-05-22 22:47:06 +02:00 committed by GitHub
commit 33be97e1f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 36 additions and 9 deletions

View File

@ -21,7 +21,8 @@
android:width="48dp" xmlns:android="http://schemas.android.com/apk/res/android">
<group>
<path android:name="square"
android:fillColor="#FF245c86"
android:strokeColor="#FF245c86"
android:strokeWidth="4"
android:pathData="M0,0 L24,0 L24,24 L0,24 z" />
<path android:fillColor="#FFfac134" android:pathData="M6,19h4L10,5L6,5v14zM14,5v14h4L18,5h-4z"/>
</group>

File diff suppressed because one or more lines are too long