diff --git a/README.md b/README.md
index 5805c35c..255e6a62 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
# l-Breez
+src="./src/images/liquid-logo-color.svg">
l-Breez is a migration of [Breez mobile app](https://github.com/breez/breezmobile) to
the [Breez Liquid SDK](https://github.com/breez/breez-liquid-sdk) infrastructure.
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index 8dea8824..1ed975ef 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -5,8 +5,8 @@
+ android:roundIcon="@mipmap/ic_launcher_round"
+ android:icon="@mipmap/ic_launcher_round">
-
-
-
-
-
-
-
diff --git a/android/app/src/main/res/drawable/launch_background.xml b/android/app/src/main/res/drawable/launch_background.xml
index 304732f8..a362324c 100644
--- a/android/app/src/main/res/drawable/launch_background.xml
+++ b/android/app/src/main/res/drawable/launch_background.xml
@@ -1,12 +1,5 @@
-
-
-
-
-
-
-
+
+
+
+
\ No newline at end of file
diff --git a/android/app/src/main/res/drawable/liquid_logo.xml b/android/app/src/main/res/drawable/liquid_logo.xml
new file mode 100644
index 00000000..5b0a0b7a
--- /dev/null
+++ b/android/app/src/main/res/drawable/liquid_logo.xml
@@ -0,0 +1,11 @@
+
+
+
diff --git a/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
new file mode 100644
index 00000000..446d86fc
--- /dev/null
+++ b/android/app/src/main/res/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/mipmap-anydpi-v26/ic_launcher_round_round.xml b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round_round.xml
new file mode 100644
index 00000000..446d86fc
--- /dev/null
+++ b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round_round.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
deleted file mode 100644
index e4738ab4..00000000
Binary files a/android/app/src/main/res/mipmap-hdpi/ic_launcher.png and /dev/null differ
diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
deleted file mode 100644
index 3615e287..00000000
Binary files a/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png and /dev/null differ
diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
new file mode 100644
index 00000000..5458bb0b
Binary files /dev/null and b/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png differ
diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher_round_foreground.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher_round_foreground.png
new file mode 100644
index 00000000..15f13b42
Binary files /dev/null and b/android/app/src/main/res/mipmap-hdpi/ic_launcher_round_foreground.png differ
diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher_round_round.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher_round_round.png
new file mode 100644
index 00000000..5458bb0b
Binary files /dev/null and b/android/app/src/main/res/mipmap-hdpi/ic_launcher_round_round.png differ
diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
deleted file mode 100644
index faea6300..00000000
Binary files a/android/app/src/main/res/mipmap-mdpi/ic_launcher.png and /dev/null differ
diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
deleted file mode 100644
index b3f93ece..00000000
Binary files a/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png and /dev/null differ
diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
new file mode 100644
index 00000000..ae158aea
Binary files /dev/null and b/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png differ
diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher_round_foreground.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher_round_foreground.png
new file mode 100644
index 00000000..2ba8db5a
Binary files /dev/null and b/android/app/src/main/res/mipmap-mdpi/ic_launcher_round_foreground.png differ
diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher_round_round.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher_round_round.png
new file mode 100644
index 00000000..ae158aea
Binary files /dev/null and b/android/app/src/main/res/mipmap-mdpi/ic_launcher_round_round.png differ
diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
deleted file mode 100644
index f16ba76c..00000000
Binary files a/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png and /dev/null differ
diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
deleted file mode 100644
index 69b86d30..00000000
Binary files a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png and /dev/null differ
diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
new file mode 100644
index 00000000..486d0b37
Binary files /dev/null and b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png differ
diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round_foreground.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round_foreground.png
new file mode 100644
index 00000000..58f64b3b
Binary files /dev/null and b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round_foreground.png differ
diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round_round.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round_round.png
new file mode 100644
index 00000000..486d0b37
Binary files /dev/null and b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round_round.png differ
diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
deleted file mode 100644
index 2ed844b3..00000000
Binary files a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and /dev/null differ
diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png
deleted file mode 100644
index 62f12c7a..00000000
Binary files a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png and /dev/null differ
diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
new file mode 100644
index 00000000..9c3bd3ce
Binary files /dev/null and b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png differ
diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round_foreground.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round_foreground.png
new file mode 100644
index 00000000..7d59377a
Binary files /dev/null and b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round_foreground.png differ
diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round_round.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round_round.png
new file mode 100644
index 00000000..9c3bd3ce
Binary files /dev/null and b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round_round.png differ
diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
deleted file mode 100644
index 731499f8..00000000
Binary files a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and /dev/null differ
diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png
deleted file mode 100644
index 805cdb6c..00000000
Binary files a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png and /dev/null differ
diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
new file mode 100644
index 00000000..63840bb0
Binary files /dev/null and b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ
diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round_foreground.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round_foreground.png
new file mode 100644
index 00000000..76da5a74
Binary files /dev/null and b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round_foreground.png differ
diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round_round.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round_round.png
new file mode 100644
index 00000000..63840bb0
Binary files /dev/null and b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round_round.png differ
diff --git a/android/app/src/main/res/values-night/styles.xml b/android/app/src/main/res/values-night/styles.xml
deleted file mode 100644
index 3db14bb5..00000000
--- a/android/app/src/main/res/values-night/styles.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
diff --git a/android/app/src/main/res/values/color.xml b/android/app/src/main/res/values/color.xml
index 4abcd336..c375a6b0 100644
--- a/android/app/src/main/res/values/color.xml
+++ b/android/app/src/main/res/values/color.xml
@@ -1,5 +1,5 @@
#055deb
- #0089f9
+ #1F34E7
diff --git a/android/app/src/main/res/values/ic_launcher_background.xml b/android/app/src/main/res/values/ic_launcher_background.xml
deleted file mode 100644
index c27ab231..00000000
--- a/android/app/src/main/res/values/ic_launcher_background.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- #4177FB
-
\ No newline at end of file
diff --git a/android/app/src/main/res/values/ic_launcher_round_background.xml b/android/app/src/main/res/values/ic_launcher_round_background.xml
new file mode 100644
index 00000000..1e2722d0
--- /dev/null
+++ b/android/app/src/main/res/values/ic_launcher_round_background.xml
@@ -0,0 +1,4 @@
+
+
+ @color/breez_app_icon_color
+
\ No newline at end of file
diff --git a/android/app/src/main/res/values/string.xml b/android/app/src/main/res/values/string.xml
deleted file mode 100644
index a03fc662..00000000
--- a/android/app/src/main/res/values/string.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- Breez is running in the background
- Pay to Breez
-
\ No newline at end of file
diff --git a/android/app/src/main/res/values/styles.xml b/android/app/src/main/res/values/styles.xml
index d460d1e9..91528939 100644
--- a/android/app/src/main/res/values/styles.xml
+++ b/android/app/src/main/res/values/styles.xml
@@ -5,6 +5,12 @@
- @drawable/launch_background
+
+ - false
+ - true
+ - @color/breez_primary_color
+ - @color/breez_primary_color
+ - true