diff --git a/briar-android/artwork/logo_circle.svg b/briar-android/artwork/logo_circle.svg new file mode 100644 index 000000000..3acaa5ea9 --- /dev/null +++ b/briar-android/artwork/logo_circle.svg @@ -0,0 +1,157 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/briar-android/artwork/logo_horizontal_white.svg b/briar-android/artwork/logo_horizontal_white.svg new file mode 100644 index 000000000..8aa45874c --- /dev/null +++ b/briar-android/artwork/logo_horizontal_white.svg @@ -0,0 +1,118 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/briar-android/artwork/logo_no_text.svg b/briar-android/artwork/logo_no_text.svg new file mode 100644 index 000000000..d093809b0 --- /dev/null +++ b/briar-android/artwork/logo_no_text.svg @@ -0,0 +1,154 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/briar-android/artwork/logo_vertical_black.svg b/briar-android/artwork/logo_vertical_black.svg new file mode 100644 index 000000000..89f9b907d --- /dev/null +++ b/briar-android/artwork/logo_vertical_black.svg @@ -0,0 +1,108 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/briar-android/src/main/AndroidManifest.xml b/briar-android/src/main/AndroidManifest.xml index dec1fbc3a..e3268b740 100644 --- a/briar-android/src/main/AndroidManifest.xml +++ b/briar-android/src/main/AndroidManifest.xml @@ -28,7 +28,7 @@ android:allowBackup="false" android:icon="@drawable/ic_launcher" android:label="@string/app_name" - android:logo="@drawable/logo" + android:logo="@mipmap/ic_launcher_round" android:theme="@style/BriarTheme"> + + + + + + + + + + + + + + diff --git a/briar-android/src/main/res/drawable/splash_screen.xml b/briar-android/src/main/res/drawable/splash_screen.xml new file mode 100644 index 000000000..25b898dee --- /dev/null +++ b/briar-android/src/main/res/drawable/splash_screen.xml @@ -0,0 +1,71 @@ + + + + + + + + + \ No newline at end of file diff --git a/briar-android/src/main/res/layout/navigation_header.xml b/briar-android/src/main/res/layout/navigation_header.xml index 9ac50e366..a54b9b6a0 100644 --- a/briar-android/src/main/res/layout/navigation_header.xml +++ b/briar-android/src/main/res/layout/navigation_header.xml @@ -1,10 +1,19 @@ - + android:background="@color/briar_primary" + tools:showIn="@layout/navigation_menu"> + + + + diff --git a/briar-android/src/main/res/layout/splash.xml b/briar-android/src/main/res/layout/splash.xml index da9943399..595cecaf2 100644 --- a/briar-android/src/main/res/layout/splash.xml +++ b/briar-android/src/main/res/layout/splash.xml @@ -1,16 +1,16 @@ - + android:background="@color/window_background" > - + diff --git a/briar-android/src/main/res/mipmap-hdpi/ic_launcher_round.png b/briar-android/src/main/res/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 000000000..2a1df44f1 Binary files /dev/null and b/briar-android/src/main/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/briar-android/src/main/res/mipmap-mdpi/ic_launcher_round.png b/briar-android/src/main/res/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 000000000..a0c366016 Binary files /dev/null and b/briar-android/src/main/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/briar-android/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/briar-android/src/main/res/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 000000000..50071b876 Binary files /dev/null and b/briar-android/src/main/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/briar-android/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/briar-android/src/main/res/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..1ef39ff9e Binary files /dev/null and b/briar-android/src/main/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/briar-android/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/briar-android/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..4cad5b993 Binary files /dev/null and b/briar-android/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ