diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 25becf504cecf68fd653042db4d43bf9f8765b36..ce47978509bd6c9b182edfcd0159d342fa9fd970 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -4,9 +4,9 @@ <application android:allowBackup="true" - android:icon="@mipmap/ic_launcher" + android:icon="@mipmap/chatman_launcher" android:label="@string/app_name" - android:roundIcon="@mipmap/ic_launcher_round" + android:roundIcon="@mipmap/chatman_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme"> <!-- <service --> diff --git a/android/app/src/main/res/mipmap-hdpi/chatman_launcher.png b/android/app/src/main/res/mipmap-hdpi/chatman_launcher.png new file mode 100644 index 0000000000000000000000000000000000000000..0fdf5a86ab7d5768f06db41e0ccf33d30dfc0dc7 Binary files /dev/null and b/android/app/src/main/res/mipmap-hdpi/chatman_launcher.png differ diff --git a/android/app/src/main/res/mipmap-hdpi/chatman_launcher_round.png b/android/app/src/main/res/mipmap-hdpi/chatman_launcher_round.png new file mode 100644 index 0000000000000000000000000000000000000000..d7c1c492ca3580666f986ad8069103773fc7e47f Binary files /dev/null and b/android/app/src/main/res/mipmap-hdpi/chatman_launcher_round.png differ diff --git a/android/app/src/main/res/mipmap-mdpi/chatman_launcher.png b/android/app/src/main/res/mipmap-mdpi/chatman_launcher.png new file mode 100644 index 0000000000000000000000000000000000000000..aff0e99ba491f9ac72d4ddc57b19cd2392cb96d2 Binary files /dev/null and b/android/app/src/main/res/mipmap-mdpi/chatman_launcher.png differ diff --git a/android/app/src/main/res/mipmap-mdpi/chatman_launcher_round.png b/android/app/src/main/res/mipmap-mdpi/chatman_launcher_round.png new file mode 100644 index 0000000000000000000000000000000000000000..f951a01f1e2eff17b578fe99b3bc7e1f53c1056f Binary files /dev/null and b/android/app/src/main/res/mipmap-mdpi/chatman_launcher_round.png differ diff --git a/android/app/src/main/res/mipmap-xhdpi/chatman_launcher.png b/android/app/src/main/res/mipmap-xhdpi/chatman_launcher.png new file mode 100644 index 0000000000000000000000000000000000000000..6425f87cfdc75c677b384bf35c70089d5a065ae9 Binary files /dev/null and b/android/app/src/main/res/mipmap-xhdpi/chatman_launcher.png differ diff --git a/android/app/src/main/res/mipmap-xhdpi/chatman_launcher_round.png b/android/app/src/main/res/mipmap-xhdpi/chatman_launcher_round.png new file mode 100644 index 0000000000000000000000000000000000000000..195438a017bbee11bfc0806d70546ddf1421f5f1 Binary files /dev/null and b/android/app/src/main/res/mipmap-xhdpi/chatman_launcher_round.png differ diff --git a/android/app/src/main/res/mipmap-xxhdpi/chatman_launcher.png b/android/app/src/main/res/mipmap-xxhdpi/chatman_launcher.png new file mode 100644 index 0000000000000000000000000000000000000000..3b1c835f427e18ab8b535bf50679fabbac9f419d Binary files /dev/null and b/android/app/src/main/res/mipmap-xxhdpi/chatman_launcher.png differ diff --git a/android/app/src/main/res/mipmap-xxhdpi/chatman_launcher_round.png b/android/app/src/main/res/mipmap-xxhdpi/chatman_launcher_round.png new file mode 100644 index 0000000000000000000000000000000000000000..f698fefd73fa702a418b26b90c20d9df6ab1783f Binary files /dev/null and b/android/app/src/main/res/mipmap-xxhdpi/chatman_launcher_round.png differ diff --git a/android/app/src/main/res/mipmap-xxxhdpi/chatman_launcher.png b/android/app/src/main/res/mipmap-xxxhdpi/chatman_launcher.png new file mode 100644 index 0000000000000000000000000000000000000000..fc144eb87c83f95db10405b476cc16cc79ed3ea9 Binary files /dev/null and b/android/app/src/main/res/mipmap-xxxhdpi/chatman_launcher.png differ diff --git a/android/app/src/main/res/mipmap-xxxhdpi/chatman_launcher_round.png b/android/app/src/main/res/mipmap-xxxhdpi/chatman_launcher_round.png new file mode 100644 index 0000000000000000000000000000000000000000..699fa2750411a5066cdd944643eb1873890d6bf6 Binary files /dev/null and b/android/app/src/main/res/mipmap-xxxhdpi/chatman_launcher_round.png differ diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index a34e93cd269513b4edfcdf2a95fcb392da4a9e07..7109671efb656a17b380c2ca0a1471693d65f8e6 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -1,5 +1,5 @@ <resources> - <string name="app_name">chatman</string> + <string name="app_name">ChatMan</string> <string name="navigation_drawer_open">Open navigation drawer</string> <string name="navigation_drawer_close">Close navigation drawer</string> <string name="nav_header_title">Android Studio</string> diff --git a/photoshop_assets/Launcher_elevated/res/mipmap-hdpi/chatman_launcher.png b/photoshop_assets/Launcher_elevated/res/mipmap-hdpi/chatman_launcher.png new file mode 100644 index 0000000000000000000000000000000000000000..0fdf5a86ab7d5768f06db41e0ccf33d30dfc0dc7 Binary files /dev/null and b/photoshop_assets/Launcher_elevated/res/mipmap-hdpi/chatman_launcher.png differ diff --git a/photoshop_assets/Launcher_elevated/res/mipmap-hdpi/chatman_launcher_round.png b/photoshop_assets/Launcher_elevated/res/mipmap-hdpi/chatman_launcher_round.png new file mode 100644 index 0000000000000000000000000000000000000000..d7c1c492ca3580666f986ad8069103773fc7e47f Binary files /dev/null and b/photoshop_assets/Launcher_elevated/res/mipmap-hdpi/chatman_launcher_round.png differ diff --git a/photoshop_assets/Launcher_elevated/res/mipmap-mdpi/chatman_launcher.png b/photoshop_assets/Launcher_elevated/res/mipmap-mdpi/chatman_launcher.png new file mode 100644 index 0000000000000000000000000000000000000000..aff0e99ba491f9ac72d4ddc57b19cd2392cb96d2 Binary files /dev/null and b/photoshop_assets/Launcher_elevated/res/mipmap-mdpi/chatman_launcher.png differ diff --git a/photoshop_assets/Launcher_elevated/res/mipmap-mdpi/chatman_launcher_round.png b/photoshop_assets/Launcher_elevated/res/mipmap-mdpi/chatman_launcher_round.png new file mode 100644 index 0000000000000000000000000000000000000000..f951a01f1e2eff17b578fe99b3bc7e1f53c1056f Binary files /dev/null and b/photoshop_assets/Launcher_elevated/res/mipmap-mdpi/chatman_launcher_round.png differ diff --git a/photoshop_assets/Launcher_elevated/res/mipmap-xhdpi/chatman_launcher.png b/photoshop_assets/Launcher_elevated/res/mipmap-xhdpi/chatman_launcher.png new file mode 100644 index 0000000000000000000000000000000000000000..6425f87cfdc75c677b384bf35c70089d5a065ae9 Binary files /dev/null and b/photoshop_assets/Launcher_elevated/res/mipmap-xhdpi/chatman_launcher.png differ diff --git a/photoshop_assets/Launcher_elevated/res/mipmap-xhdpi/chatman_launcher_round.png b/photoshop_assets/Launcher_elevated/res/mipmap-xhdpi/chatman_launcher_round.png new file mode 100644 index 0000000000000000000000000000000000000000..195438a017bbee11bfc0806d70546ddf1421f5f1 Binary files /dev/null and b/photoshop_assets/Launcher_elevated/res/mipmap-xhdpi/chatman_launcher_round.png differ diff --git a/photoshop_assets/Launcher_elevated/res/mipmap-xxhdpi/chatman_launcher.png b/photoshop_assets/Launcher_elevated/res/mipmap-xxhdpi/chatman_launcher.png new file mode 100644 index 0000000000000000000000000000000000000000..3b1c835f427e18ab8b535bf50679fabbac9f419d Binary files /dev/null and b/photoshop_assets/Launcher_elevated/res/mipmap-xxhdpi/chatman_launcher.png differ diff --git a/photoshop_assets/Launcher_elevated/res/mipmap-xxhdpi/chatman_launcher_round.png b/photoshop_assets/Launcher_elevated/res/mipmap-xxhdpi/chatman_launcher_round.png new file mode 100644 index 0000000000000000000000000000000000000000..f698fefd73fa702a418b26b90c20d9df6ab1783f Binary files /dev/null and b/photoshop_assets/Launcher_elevated/res/mipmap-xxhdpi/chatman_launcher_round.png differ diff --git a/photoshop_assets/Launcher_elevated/res/mipmap-xxxhdpi/chatman_launcher.png b/photoshop_assets/Launcher_elevated/res/mipmap-xxxhdpi/chatman_launcher.png new file mode 100644 index 0000000000000000000000000000000000000000..fc144eb87c83f95db10405b476cc16cc79ed3ea9 Binary files /dev/null and b/photoshop_assets/Launcher_elevated/res/mipmap-xxxhdpi/chatman_launcher.png differ diff --git a/photoshop_assets/Launcher_elevated/res/mipmap-xxxhdpi/chatman_launcher_round.png b/photoshop_assets/Launcher_elevated/res/mipmap-xxxhdpi/chatman_launcher_round.png new file mode 100644 index 0000000000000000000000000000000000000000..699fa2750411a5066cdd944643eb1873890d6bf6 Binary files /dev/null and b/photoshop_assets/Launcher_elevated/res/mipmap-xxxhdpi/chatman_launcher_round.png differ diff --git a/photoshop_assets/Launcher_shadow/res/mipmap-hdpi/chatman_launcher.png b/photoshop_assets/Launcher_shadow/res/mipmap-hdpi/chatman_launcher.png new file mode 100644 index 0000000000000000000000000000000000000000..cf03a811bf9817ef4ae1b88806be95112f52c88b Binary files /dev/null and b/photoshop_assets/Launcher_shadow/res/mipmap-hdpi/chatman_launcher.png differ diff --git a/photoshop_assets/Launcher_shadow/res/mipmap-hdpi/chatman_launcher_round.png b/photoshop_assets/Launcher_shadow/res/mipmap-hdpi/chatman_launcher_round.png new file mode 100644 index 0000000000000000000000000000000000000000..401944d9381539facaf5f7ce1dcc4a8e8dd2a584 Binary files /dev/null and b/photoshop_assets/Launcher_shadow/res/mipmap-hdpi/chatman_launcher_round.png differ diff --git a/photoshop_assets/Launcher_shadow/res/mipmap-mdpi/chatman_launcher.png b/photoshop_assets/Launcher_shadow/res/mipmap-mdpi/chatman_launcher.png new file mode 100644 index 0000000000000000000000000000000000000000..2e8f89e459622697926846743e31ded1f4a5a8ae Binary files /dev/null and b/photoshop_assets/Launcher_shadow/res/mipmap-mdpi/chatman_launcher.png differ diff --git a/photoshop_assets/Launcher_shadow/res/mipmap-mdpi/chatman_launcher_round.png b/photoshop_assets/Launcher_shadow/res/mipmap-mdpi/chatman_launcher_round.png new file mode 100644 index 0000000000000000000000000000000000000000..27343f60c306b717eb5a1a463fc79d3d2cf5d20b Binary files /dev/null and b/photoshop_assets/Launcher_shadow/res/mipmap-mdpi/chatman_launcher_round.png differ diff --git a/photoshop_assets/Launcher_shadow/res/mipmap-xhdpi/chatman_launcher.png b/photoshop_assets/Launcher_shadow/res/mipmap-xhdpi/chatman_launcher.png new file mode 100644 index 0000000000000000000000000000000000000000..82a5e2a646935c4d91333ff03a739126401319df Binary files /dev/null and b/photoshop_assets/Launcher_shadow/res/mipmap-xhdpi/chatman_launcher.png differ diff --git a/photoshop_assets/Launcher_shadow/res/mipmap-xhdpi/chatman_launcher_round.png b/photoshop_assets/Launcher_shadow/res/mipmap-xhdpi/chatman_launcher_round.png new file mode 100644 index 0000000000000000000000000000000000000000..6e0bcfbd37978ff536f62caba814ab30713e8902 Binary files /dev/null and b/photoshop_assets/Launcher_shadow/res/mipmap-xhdpi/chatman_launcher_round.png differ diff --git a/photoshop_assets/Launcher_shadow/res/mipmap-xxhdpi/chatman_launcher.png b/photoshop_assets/Launcher_shadow/res/mipmap-xxhdpi/chatman_launcher.png new file mode 100644 index 0000000000000000000000000000000000000000..bfcc6c566a19e3548a185fa21b6782387881a9e7 Binary files /dev/null and b/photoshop_assets/Launcher_shadow/res/mipmap-xxhdpi/chatman_launcher.png differ diff --git a/photoshop_assets/Launcher_shadow/res/mipmap-xxhdpi/chatman_launcher_round.png b/photoshop_assets/Launcher_shadow/res/mipmap-xxhdpi/chatman_launcher_round.png new file mode 100644 index 0000000000000000000000000000000000000000..8ed32194e84ff33e25439bb3b9f6ff10224f805c Binary files /dev/null and b/photoshop_assets/Launcher_shadow/res/mipmap-xxhdpi/chatman_launcher_round.png differ diff --git a/photoshop_assets/Launcher_shadow/res/mipmap-xxxhdpi/chatman_launcher.png b/photoshop_assets/Launcher_shadow/res/mipmap-xxxhdpi/chatman_launcher.png new file mode 100644 index 0000000000000000000000000000000000000000..c540a7210df95239ea09c40eb01f75ba4f8d8e13 Binary files /dev/null and b/photoshop_assets/Launcher_shadow/res/mipmap-xxxhdpi/chatman_launcher.png differ diff --git a/photoshop_assets/Launcher_shadow/res/mipmap-xxxhdpi/chatman_launcher_round.png b/photoshop_assets/Launcher_shadow/res/mipmap-xxxhdpi/chatman_launcher_round.png new file mode 100644 index 0000000000000000000000000000000000000000..d39f3e22c77d41b4c529d6cb2d74cb7f5c409a0d Binary files /dev/null and b/photoshop_assets/Launcher_shadow/res/mipmap-xxxhdpi/chatman_launcher_round.png differ