From de573fa62968b7c4d0bf98f8e7f3fb9c5e79d409 Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Sat, 3 Jul 2021 10:41:21 +0900 Subject: [PATCH] minor change --- .../res/drawable/ic_launcher_foreground.xml | 30 ---------------- android/app/src/debug/res/values/colors.xml | 4 +++ .../res/drawable/ic_launcher_foreground.xml | 34 +++++++++---------- android/app/src/main/res/values/colors.xml | 1 + .../res/drawable/ic_launcher_foreground.xml | 30 ---------------- android/app/src/profile/res/values/colors.xml | 4 +++ 6 files changed, 26 insertions(+), 77 deletions(-) delete mode 100644 android/app/src/debug/res/drawable/ic_launcher_foreground.xml create mode 100644 android/app/src/debug/res/values/colors.xml delete mode 100644 android/app/src/profile/res/drawable/ic_launcher_foreground.xml create mode 100644 android/app/src/profile/res/values/colors.xml diff --git a/android/app/src/debug/res/drawable/ic_launcher_foreground.xml b/android/app/src/debug/res/drawable/ic_launcher_foreground.xml deleted file mode 100644 index f1023f683..000000000 --- a/android/app/src/debug/res/drawable/ic_launcher_foreground.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - diff --git a/android/app/src/debug/res/values/colors.xml b/android/app/src/debug/res/values/colors.xml new file mode 100644 index 000000000..206921163 --- /dev/null +++ b/android/app/src/debug/res/values/colors.xml @@ -0,0 +1,4 @@ + + + #7B1FA2 + \ No newline at end of file diff --git a/android/app/src/main/res/drawable/ic_launcher_foreground.xml b/android/app/src/main/res/drawable/ic_launcher_foreground.xml index 8f7ff6c1e..0933093c4 100644 --- a/android/app/src/main/res/drawable/ic_launcher_foreground.xml +++ b/android/app/src/main/res/drawable/ic_launcher_foreground.xml @@ -4,27 +4,27 @@ android:viewportWidth="108" android:viewportHeight="108"> + android:fillColor="@color/ic_launcher_flavour" + android:pathData="M29.77,36.566 L60.448,67.245a1.306,1.306 0,0 0,1.846 0l5.717,-5.717a3.661,3.661 0,0 0,0 -5.177L46.02,34.36A4.456,4.456 0,0 0,42.869 33.055H31.225a2.057,2.057 0,0 0,-1.455 3.511z" + android:strokeWidth="1.345" + android:strokeColor="#000000" + android:strokeLineJoin="round" /> + android:pathData="m47.258,63.456v15.497a1.379,1.379 0,0 0,2.352 0.974l7.059,-7.059a3.328,3.328 0,0 0,0 -4.706l-6.085,-6.086a1.95,1.95 0,0 0,-3.328 1.379z" + android:strokeWidth="1.345" + android:strokeColor="#000000" + android:strokeLineJoin="round" /> + android:pathData="M70.6,49.53V34.032a1.379,1.379 0,0 0,-2.353 -0.974l-7.058,7.059a3.328,3.328 0,0 0,0 4.707l6.085,6.085a1.95,1.95 0,0 0,3.328 -1.379z" + android:strokeWidth="1.345" + android:strokeColor="#000000" + android:strokeLineJoin="round" /> + android:pathData="m79.744,37.015 l-4.059,-4.059a1.035,1.035 0,0 0,-1.765 0.731v3.328a2.496,2.496 0,0 0,2.496 2.496h2.294a1.462,1.462 0,0 0,1.034 -2.496z" + android:strokeWidth="1.345" + android:strokeColor="#000000" + android:strokeLineJoin="round" /> diff --git a/android/app/src/main/res/values/colors.xml b/android/app/src/main/res/values/colors.xml index 45ea13c03..9a0f0bc25 100644 --- a/android/app/src/main/res/values/colors.xml +++ b/android/app/src/main/res/values/colors.xml @@ -2,4 +2,5 @@ #FFFFFF #FFFFFF + #3f51b5 \ No newline at end of file diff --git a/android/app/src/profile/res/drawable/ic_launcher_foreground.xml b/android/app/src/profile/res/drawable/ic_launcher_foreground.xml deleted file mode 100644 index 87fb28844..000000000 --- a/android/app/src/profile/res/drawable/ic_launcher_foreground.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - diff --git a/android/app/src/profile/res/values/colors.xml b/android/app/src/profile/res/values/colors.xml new file mode 100644 index 000000000..f5bfedf7c --- /dev/null +++ b/android/app/src/profile/res/values/colors.xml @@ -0,0 +1,4 @@ + + + #D32F2F + \ No newline at end of file