diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 41dc886..45feef4 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -5,9 +5,9 @@ diff --git a/app/src/main/ic_protecto_launcher-playstore.png b/app/src/main/ic_protecto_launcher-playstore.png new file mode 100644 index 0000000..995260b Binary files /dev/null and b/app/src/main/ic_protecto_launcher-playstore.png differ diff --git a/app/src/main/res/drawable/ic_protecto_launcher_foreground.xml b/app/src/main/res/drawable/ic_protecto_launcher_foreground.xml new file mode 100644 index 0000000..de85453 --- /dev/null +++ b/app/src/main/res/drawable/ic_protecto_launcher_foreground.xml @@ -0,0 +1,15 @@ + + + + + diff --git a/app/src/main/res/drawable/top_border_gradient.xml b/app/src/main/res/drawable/top_border_gradient.xml new file mode 100644 index 0000000..ec52d35 --- /dev/null +++ b/app/src/main/res/drawable/top_border_gradient.xml @@ -0,0 +1,8 @@ + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_protecto_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_protecto_launcher.xml new file mode 100644 index 0000000..922e389 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_protecto_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_protecto_launcher_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_protecto_launcher_round.xml new file mode 100644 index 0000000..922e389 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_protecto_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-hdpi/ic_protecto_launcher.png b/app/src/main/res/mipmap-hdpi/ic_protecto_launcher.png new file mode 100644 index 0000000..b926a01 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_protecto_launcher.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_protecto_launcher_round.png b/app/src/main/res/mipmap-hdpi/ic_protecto_launcher_round.png new file mode 100644 index 0000000..8473745 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_protecto_launcher_round.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_protecto_launcher.png b/app/src/main/res/mipmap-mdpi/ic_protecto_launcher.png new file mode 100644 index 0000000..e6e46c4 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_protecto_launcher.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_protecto_launcher_round.png b/app/src/main/res/mipmap-mdpi/ic_protecto_launcher_round.png new file mode 100644 index 0000000..bb67cf6 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_protecto_launcher_round.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_protecto_launcher.png b/app/src/main/res/mipmap-xhdpi/ic_protecto_launcher.png new file mode 100644 index 0000000..3dc8db3 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_protecto_launcher.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_protecto_launcher_round.png b/app/src/main/res/mipmap-xhdpi/ic_protecto_launcher_round.png new file mode 100644 index 0000000..8f66e2e Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_protecto_launcher_round.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_protecto_launcher.png b/app/src/main/res/mipmap-xxhdpi/ic_protecto_launcher.png new file mode 100644 index 0000000..c2492d8 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_protecto_launcher.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_protecto_launcher_round.png b/app/src/main/res/mipmap-xxhdpi/ic_protecto_launcher_round.png new file mode 100644 index 0000000..abad358 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_protecto_launcher_round.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_protecto_launcher.png b/app/src/main/res/mipmap-xxxhdpi/ic_protecto_launcher.png new file mode 100644 index 0000000..d33c999 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_protecto_launcher.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_protecto_launcher_round.png b/app/src/main/res/mipmap-xxxhdpi/ic_protecto_launcher_round.png new file mode 100644 index 0000000..cb7e79a Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_protecto_launcher_round.png differ diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index f8c6127..22cdc72 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -7,4 +7,6 @@ #FF018786 #FF000000 #FFFFFFFF + + #F9A03F \ No newline at end of file diff --git a/app/src/main/res/values/ic_protecto_launcher_background.xml b/app/src/main/res/values/ic_protecto_launcher_background.xml new file mode 100644 index 0000000..c7c12c2 --- /dev/null +++ b/app/src/main/res/values/ic_protecto_launcher_background.xml @@ -0,0 +1,4 @@ + + + #F9A03F + \ No newline at end of file