summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2022-02-04 23:38:03 +0100
committercyBerta <cyberta@riseup.net>2022-02-04 23:38:03 +0100
commitf63c52e28fd0a2ec6b20e1191b6a07bac95b9e71 (patch)
tree9f6ffcca0c9d3f47403c657994c62be1db19b916
parent2f777b5ebd80fc3f6a46dc09f60057370c399042 (diff)
fix Bitmask background image used in EipFragment
-rw-r--r--app/src/normal/res/drawable/background_eip.xml2
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"/>