diff options
author | cyberta <cyberta@riseup.net> | 2022-02-05 00:11:21 +0000 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2022-02-05 00:11:21 +0000 |
commit | 09b3c509223cc3dedcc09763b570f5016d73857f (patch) | |
tree | 0e32e5bded655d9d86f5e08c93d95e917df83488 /app/src/normal | |
parent | 4f4b49a6c14d2274a48f8a030576f54bb2488e57 (diff) | |
parent | f63c52e28fd0a2ec6b20e1191b6a07bac95b9e71 (diff) |
Merge branch 'fix_bm_background_img' into 'master'
fix Bitmask background image used in EipFragment
Closes #9070
See merge request leap/bitmask_android!172
Diffstat (limited to 'app/src/normal')
-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"/> |