diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 7321c5001..6a2c5b61b 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,6 +1,6 @@ + package="com.gpr.gabinetedigital"> diff --git a/android/app/src/main/res/drawable/drawable-land-hdpi/splash.png b/android/app/src/main/res/drawable/drawable-land-hdpi/splash.png new file mode 100644 index 000000000..a105429d0 Binary files /dev/null and b/android/app/src/main/res/drawable/drawable-land-hdpi/splash.png differ diff --git a/android/app/src/main/res/drawable/drawable-land-ldpi/splash.png b/android/app/src/main/res/drawable/drawable-land-ldpi/splash.png new file mode 100644 index 000000000..8c2997fd8 Binary files /dev/null and b/android/app/src/main/res/drawable/drawable-land-ldpi/splash.png differ diff --git a/android/app/src/main/res/drawable/drawable-land-mdpi/splash.png b/android/app/src/main/res/drawable/drawable-land-mdpi/splash.png new file mode 100644 index 000000000..fd8d26789 Binary files /dev/null and b/android/app/src/main/res/drawable/drawable-land-mdpi/splash.png differ diff --git a/android/app/src/main/res/drawable/drawable-land-xhdpi/splash.png b/android/app/src/main/res/drawable/drawable-land-xhdpi/splash.png new file mode 100644 index 000000000..c3f403ace Binary files /dev/null and b/android/app/src/main/res/drawable/drawable-land-xhdpi/splash.png differ diff --git a/android/app/src/main/res/drawable/drawable-land-xxhdpi/splash.png b/android/app/src/main/res/drawable/drawable-land-xxhdpi/splash.png new file mode 100644 index 000000000..d408970a1 Binary files /dev/null and b/android/app/src/main/res/drawable/drawable-land-xxhdpi/splash.png differ diff --git a/android/app/src/main/res/drawable/drawable-land-xxxhdpi/splash.png b/android/app/src/main/res/drawable/drawable-land-xxxhdpi/splash.png new file mode 100644 index 000000000..92dfe6789 Binary files /dev/null and b/android/app/src/main/res/drawable/drawable-land-xxxhdpi/splash.png differ diff --git a/android/app/src/main/res/drawable/drawable-port-hdpi/splash.png b/android/app/src/main/res/drawable/drawable-port-hdpi/splash.png new file mode 100644 index 000000000..bcf2c145d Binary files /dev/null and b/android/app/src/main/res/drawable/drawable-port-hdpi/splash.png differ diff --git a/android/app/src/main/res/drawable/drawable-port-ldpi/splash.png b/android/app/src/main/res/drawable/drawable-port-ldpi/splash.png new file mode 100644 index 000000000..343fc73b6 Binary files /dev/null and b/android/app/src/main/res/drawable/drawable-port-ldpi/splash.png differ diff --git a/android/app/src/main/res/drawable/drawable-port-mdpi/splash.png b/android/app/src/main/res/drawable/drawable-port-mdpi/splash.png new file mode 100644 index 000000000..f1e215eb3 Binary files /dev/null and b/android/app/src/main/res/drawable/drawable-port-mdpi/splash.png differ diff --git a/android/app/src/main/res/drawable/drawable-port-xhdpi/splash.png b/android/app/src/main/res/drawable/drawable-port-xhdpi/splash.png new file mode 100644 index 000000000..6294ba453 Binary files /dev/null and b/android/app/src/main/res/drawable/drawable-port-xhdpi/splash.png differ diff --git a/android/app/src/main/res/drawable/drawable-port-xxhdpi/splash.png b/android/app/src/main/res/drawable/drawable-port-xxhdpi/splash.png new file mode 100644 index 000000000..172eaf57e Binary files /dev/null and b/android/app/src/main/res/drawable/drawable-port-xxhdpi/splash.png differ diff --git a/android/app/src/main/res/drawable/drawable-port-xxxhdpi/splash.png b/android/app/src/main/res/drawable/drawable-port-xxxhdpi/splash.png new file mode 100644 index 000000000..cccd3bdfe Binary files /dev/null and b/android/app/src/main/res/drawable/drawable-port-xxxhdpi/splash.png differ diff --git a/android/app/src/main/res/drawable/drawable-v24/ic_launcher_foreground.xml b/android/app/src/main/res/drawable/drawable-v24/ic_launcher_foreground.xml new file mode 100644 index 000000000..c7bd21dbd --- /dev/null +++ b/android/app/src/main/res/drawable/drawable-v24/ic_launcher_foreground.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + diff --git a/android/app/src/main/res/drawable/drawable/ic_launcher_background.xml b/android/app/src/main/res/drawable/drawable/ic_launcher_background.xml new file mode 100644 index 000000000..d5fccc538 --- /dev/null +++ b/android/app/src/main/res/drawable/drawable/ic_launcher_background.xml @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/res/drawable/drawable/splash.png b/android/app/src/main/res/drawable/drawable/splash.png new file mode 100644 index 000000000..f7a64923e Binary files /dev/null and b/android/app/src/main/res/drawable/drawable/splash.png differ diff --git a/android/app/src/main/res/drawable/layout/activity_main.xml b/android/app/src/main/res/drawable/layout/activity_main.xml new file mode 100644 index 000000000..b5ad13870 --- /dev/null +++ b/android/app/src/main/res/drawable/layout/activity_main.xml @@ -0,0 +1,12 @@ + + + + + diff --git a/android/app/src/main/res/drawable/mipmap-anydpi-v26/ic_launcher.xml b/android/app/src/main/res/drawable/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 000000000..036d09bc5 --- /dev/null +++ b/android/app/src/main/res/drawable/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/android/app/src/main/res/drawable/mipmap-anydpi-v26/ic_launcher_round.xml b/android/app/src/main/res/drawable/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 000000000..036d09bc5 --- /dev/null +++ b/android/app/src/main/res/drawable/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/android/app/src/main/res/drawable/mipmap-hdpi/ic_launcher.png b/android/app/src/main/res/drawable/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..15eaf4714 Binary files /dev/null and b/android/app/src/main/res/drawable/mipmap-hdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/drawable/mipmap-hdpi/ic_launcher_foreground.png b/android/app/src/main/res/drawable/mipmap-hdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..d4f266cb4 Binary files /dev/null and b/android/app/src/main/res/drawable/mipmap-hdpi/ic_launcher_foreground.png differ diff --git a/android/app/src/main/res/drawable/mipmap-hdpi/ic_launcher_round.png b/android/app/src/main/res/drawable/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 000000000..a7f8349ab Binary files /dev/null and b/android/app/src/main/res/drawable/mipmap-hdpi/ic_launcher_round.png differ diff --git a/android/app/src/main/res/drawable/mipmap-mdpi/ic_launcher.png b/android/app/src/main/res/drawable/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..b33700dc4 Binary files /dev/null and b/android/app/src/main/res/drawable/mipmap-mdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/drawable/mipmap-mdpi/ic_launcher_foreground.png b/android/app/src/main/res/drawable/mipmap-mdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..fb3f61a63 Binary files /dev/null and b/android/app/src/main/res/drawable/mipmap-mdpi/ic_launcher_foreground.png differ diff --git a/android/app/src/main/res/drawable/mipmap-mdpi/ic_launcher_round.png b/android/app/src/main/res/drawable/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 000000000..479ef13f4 Binary files /dev/null and b/android/app/src/main/res/drawable/mipmap-mdpi/ic_launcher_round.png differ diff --git a/android/app/src/main/res/drawable/mipmap-xhdpi/ic_launcher.png b/android/app/src/main/res/drawable/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..69befbc66 Binary files /dev/null and b/android/app/src/main/res/drawable/mipmap-xhdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/drawable/mipmap-xhdpi/ic_launcher_foreground.png b/android/app/src/main/res/drawable/mipmap-xhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..0fb92a171 Binary files /dev/null and b/android/app/src/main/res/drawable/mipmap-xhdpi/ic_launcher_foreground.png differ diff --git a/android/app/src/main/res/drawable/mipmap-xhdpi/ic_launcher_round.png b/android/app/src/main/res/drawable/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 000000000..ec4b159b5 Binary files /dev/null and b/android/app/src/main/res/drawable/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/android/app/src/main/res/drawable/mipmap-xxhdpi/ic_launcher.png b/android/app/src/main/res/drawable/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..f8163688b Binary files /dev/null and b/android/app/src/main/res/drawable/mipmap-xxhdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/drawable/mipmap-xxhdpi/ic_launcher_foreground.png b/android/app/src/main/res/drawable/mipmap-xxhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..2a97c3ef8 Binary files /dev/null and b/android/app/src/main/res/drawable/mipmap-xxhdpi/ic_launcher_foreground.png differ diff --git a/android/app/src/main/res/drawable/mipmap-xxhdpi/ic_launcher_round.png b/android/app/src/main/res/drawable/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..8b0453118 Binary files /dev/null and b/android/app/src/main/res/drawable/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/android/app/src/main/res/drawable/mipmap-xxxhdpi/ic_launcher.png b/android/app/src/main/res/drawable/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..7842539af Binary files /dev/null and b/android/app/src/main/res/drawable/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/drawable/mipmap-xxxhdpi/ic_launcher_foreground.png b/android/app/src/main/res/drawable/mipmap-xxxhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..3359e927c Binary files /dev/null and b/android/app/src/main/res/drawable/mipmap-xxxhdpi/ic_launcher_foreground.png differ diff --git a/android/app/src/main/res/drawable/mipmap-xxxhdpi/ic_launcher_round.png b/android/app/src/main/res/drawable/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..018996568 Binary files /dev/null and b/android/app/src/main/res/drawable/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/android/app/src/main/res/drawable/values/ic_launcher_background.xml b/android/app/src/main/res/drawable/values/ic_launcher_background.xml new file mode 100644 index 000000000..49d81d68a --- /dev/null +++ b/android/app/src/main/res/drawable/values/ic_launcher_background.xml @@ -0,0 +1,4 @@ + + + #FEFFFF + \ No newline at end of file diff --git a/android/app/src/main/res/drawable/values/strings.xml b/android/app/src/main/res/drawable/values/strings.xml new file mode 100644 index 000000000..98bcbbfc9 --- /dev/null +++ b/android/app/src/main/res/drawable/values/strings.xml @@ -0,0 +1,7 @@ + + + Gabinete Digital + Gabinete Digital + com.gpr.gabinetedigital + com.gpr.gabinetedigital + diff --git a/android/app/src/main/res/drawable/values/styles.xml b/android/app/src/main/res/drawable/values/styles.xml new file mode 100644 index 000000000..bb45498f6 --- /dev/null +++ b/android/app/src/main/res/drawable/values/styles.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/android/app/src/main/res/drawable/xml/config.xml b/android/app/src/main/res/drawable/xml/config.xml new file mode 100644 index 000000000..48aee8664 --- /dev/null +++ b/android/app/src/main/res/drawable/xml/config.xml @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/app/src/main/res/drawable/xml/file_paths.xml b/android/app/src/main/res/drawable/xml/file_paths.xml new file mode 100644 index 000000000..bd0c4d80d --- /dev/null +++ b/android/app/src/main/res/drawable/xml/file_paths.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file