diff --git a/example/pubspec.lock b/example/pubspec.lock index f4f9476..218a863 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -155,7 +155,7 @@ packages: path: ".." relative: true source: path - version: "0.3.2" + version: "0.4.0" font_awesome_flutter: dependency: "direct main" description: diff --git a/zxscanner/android/app/src/main/res/drawable-hdpi/splash.png b/zxscanner/android/app/src/main/res/drawable-hdpi/splash.png new file mode 100644 index 0000000..dc18453 Binary files /dev/null and b/zxscanner/android/app/src/main/res/drawable-hdpi/splash.png differ diff --git a/zxscanner/android/app/src/main/res/drawable-mdpi/splash.png b/zxscanner/android/app/src/main/res/drawable-mdpi/splash.png new file mode 100644 index 0000000..2cdd7f9 Binary files /dev/null and b/zxscanner/android/app/src/main/res/drawable-mdpi/splash.png differ diff --git a/zxscanner/android/app/src/main/res/drawable-night-v21/background.png b/zxscanner/android/app/src/main/res/drawable-night-v21/background.png new file mode 100644 index 0000000..84f64bb Binary files /dev/null and b/zxscanner/android/app/src/main/res/drawable-night-v21/background.png differ diff --git a/zxscanner/android/app/src/main/res/drawable-night-v21/launch_background.xml b/zxscanner/android/app/src/main/res/drawable-night-v21/launch_background.xml new file mode 100644 index 0000000..3fe6b2e --- /dev/null +++ b/zxscanner/android/app/src/main/res/drawable-night-v21/launch_background.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/zxscanner/android/app/src/main/res/drawable-night/background.png b/zxscanner/android/app/src/main/res/drawable-night/background.png new file mode 100644 index 0000000..84f64bb Binary files /dev/null and b/zxscanner/android/app/src/main/res/drawable-night/background.png differ diff --git a/zxscanner/android/app/src/main/res/drawable-night/launch_background.xml b/zxscanner/android/app/src/main/res/drawable-night/launch_background.xml new file mode 100644 index 0000000..3fe6b2e --- /dev/null +++ b/zxscanner/android/app/src/main/res/drawable-night/launch_background.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/zxscanner/android/app/src/main/res/drawable-v21/background.png b/zxscanner/android/app/src/main/res/drawable-v21/background.png new file mode 100644 index 0000000..e29b3b5 Binary files /dev/null and b/zxscanner/android/app/src/main/res/drawable-v21/background.png differ diff --git a/zxscanner/android/app/src/main/res/drawable-v21/launch_background.xml b/zxscanner/android/app/src/main/res/drawable-v21/launch_background.xml index f74085f..3fe6b2e 100644 --- a/zxscanner/android/app/src/main/res/drawable-v21/launch_background.xml +++ b/zxscanner/android/app/src/main/res/drawable-v21/launch_background.xml @@ -1,12 +1,9 @@ - - - - - - + + + + + + + \ No newline at end of file diff --git a/zxscanner/android/app/src/main/res/drawable-xhdpi/splash.png b/zxscanner/android/app/src/main/res/drawable-xhdpi/splash.png new file mode 100644 index 0000000..3ecee2b Binary files /dev/null and b/zxscanner/android/app/src/main/res/drawable-xhdpi/splash.png differ diff --git a/zxscanner/android/app/src/main/res/drawable-xxhdpi/splash.png b/zxscanner/android/app/src/main/res/drawable-xxhdpi/splash.png new file mode 100644 index 0000000..6ab2d1b Binary files /dev/null and b/zxscanner/android/app/src/main/res/drawable-xxhdpi/splash.png differ diff --git a/zxscanner/android/app/src/main/res/drawable-xxxhdpi/splash.png b/zxscanner/android/app/src/main/res/drawable-xxxhdpi/splash.png new file mode 100644 index 0000000..34a2466 Binary files /dev/null and b/zxscanner/android/app/src/main/res/drawable-xxxhdpi/splash.png differ diff --git a/zxscanner/android/app/src/main/res/drawable/background.png b/zxscanner/android/app/src/main/res/drawable/background.png new file mode 100644 index 0000000..e29b3b5 Binary files /dev/null and b/zxscanner/android/app/src/main/res/drawable/background.png differ diff --git a/zxscanner/android/app/src/main/res/drawable/launch_background.xml b/zxscanner/android/app/src/main/res/drawable/launch_background.xml index 304732f..3fe6b2e 100644 --- a/zxscanner/android/app/src/main/res/drawable/launch_background.xml +++ b/zxscanner/android/app/src/main/res/drawable/launch_background.xml @@ -1,12 +1,9 @@ - - - - - - + + + + + + + \ No newline at end of file diff --git a/zxscanner/android/app/src/main/res/values-night-v31/styles.xml b/zxscanner/android/app/src/main/res/values-night-v31/styles.xml new file mode 100644 index 0000000..a9464b2 --- /dev/null +++ b/zxscanner/android/app/src/main/res/values-night-v31/styles.xml @@ -0,0 +1,18 @@ + + + + + + + \ No newline at end of file diff --git a/zxscanner/android/app/src/main/res/values-night/styles.xml b/zxscanner/android/app/src/main/res/values-night/styles.xml index 06952be..8c708bc 100644 --- a/zxscanner/android/app/src/main/res/values-night/styles.xml +++ b/zxscanner/android/app/src/main/res/values-night/styles.xml @@ -5,6 +5,8 @@ @drawable/launch_background + false + false + + + + \ No newline at end of file diff --git a/zxscanner/android/app/src/main/res/values/styles.xml b/zxscanner/android/app/src/main/res/values/styles.xml index cb1ef88..e197acd 100644 --- a/zxscanner/android/app/src/main/res/values/styles.xml +++ b/zxscanner/android/app/src/main/res/values/styles.xml @@ -5,6 +5,8 @@ @drawable/launch_background + false + false