diff options
author | cyBerta <cyberta@riseup.net> | 2022-02-04 23:38:03 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2022-02-04 23:38:03 +0100 |
commit | f63c52e28fd0a2ec6b20e1191b6a07bac95b9e71 (patch) | |
tree | 9f6ffcca0c9d3f47403c657994c62be1db19b916 /app/src | |
parent | 2f777b5ebd80fc3f6a46dc09f60057370c399042 (diff) |
fix Bitmask background image used in EipFragment
Diffstat (limited to 'app/src')
-rw-r--r-- | app/src/normal/res/drawable/background_eip.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/normal/res/drawable/background_eip.xml b/app/src/normal/res/drawable/background_eip.xml index 770a71d9..9b20a8fd 100644 --- a/app/src/normal/res/drawable/background_eip.xml +++ b/app/src/normal/res/drawable/background_eip.xml @@ -27,7 +27,7 @@ android:strokeColor="#c5e1a5" android:strokeWidth="0"/> <path android:fillAlpha="1" android:fillColor="#e6ee9c" android:pathData="M50,33 L-30564.67,73960.37A80000,80000 0,0 0,50 80050Z" - android:strokeColor="#b39ddb" android:strokeWidth="0"/> + android:strokeColor="#e6ee9c" android:strokeWidth="0"/> <path android:fillAlpha="1" android:fillColor="#fff59d" android:pathData="m50,33 l-56568.54,56568.54a80000,80000 0,0 0,25953.87 17341.82z" android:strokeColor="#fff59d" android:strokeWidth="0"/> |