From 1fda0f9ce0e9ecbeb323068acb555872ee9539c5 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Thu, 4 Apr 2024 13:57:32 -0700 Subject: [PATCH] android resourses for flutter 3.19.3 --- android/app/src/main/res/drawable/knott.xml | 81 +++++++++++++++++++ .../res/mipmap-anydpi-v26/ic_launcher.xml | 5 ++ .../app/src/main/res/values-v26/styles.xml | 14 ++++ android/app/src/main/res/values/colors.xml | 5 ++ android/app/src/main/res/values/styles.xml | 23 ++++++ 5 files changed, 128 insertions(+) create mode 100644 android/app/src/main/res/drawable/knott.xml create mode 100644 android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml create mode 100644 android/app/src/main/res/values-v26/styles.xml create mode 100644 android/app/src/main/res/values/colors.xml create mode 100644 android/app/src/main/res/values/styles.xml diff --git a/android/app/src/main/res/drawable/knott.xml b/android/app/src/main/res/drawable/knott.xml new file mode 100644 index 00000000..a7eb243b --- /dev/null +++ b/android/app/src/main/res/drawable/knott.xml @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 00000000..4732f3cd --- /dev/null +++ b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/android/app/src/main/res/values-v26/styles.xml b/android/app/src/main/res/values-v26/styles.xml new file mode 100644 index 00000000..4332e406 --- /dev/null +++ b/android/app/src/main/res/values-v26/styles.xml @@ -0,0 +1,14 @@ + + + + + + + + \ No newline at end of file diff --git a/android/app/src/main/res/values/colors.xml b/android/app/src/main/res/values/colors.xml new file mode 100644 index 00000000..600064c7 --- /dev/null +++ b/android/app/src/main/res/values/colors.xml @@ -0,0 +1,5 @@ + + #281831 + #00ff00 + @color/darkGreyPurple + diff --git a/android/app/src/main/res/values/styles.xml b/android/app/src/main/res/values/styles.xml new file mode 100644 index 00000000..8869be16 --- /dev/null +++ b/android/app/src/main/res/values/styles.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + \ No newline at end of file