diff --git a/Android.bp b/Android.bp
index 88ebebadd4fc97b7fa6e3034832800098cc645d6..7e088ec60801db13cb2bc943862bebb85856eb46 100644
--- a/Android.bp
+++ b/Android.bp
@@ -54,6 +54,7 @@ java_defaults {
"apache-commons-compress",
"com.google.android.material_material",
"guava",
+ "elib",
],
libs: [
diff --git a/res/color/search_chip_background_color.xml b/res/color/search_chip_background_color.xml
index c94d155a5f39464adc9cb70ccb2cd512f5125f2b..ed5f3222fbe90bc4852dafb65766b08a4ea09fca 100644
--- a/res/color/search_chip_background_color.xml
+++ b/res/color/search_chip_background_color.xml
@@ -16,7 +16,7 @@
-->
-
-
+
+
\ No newline at end of file
diff --git a/res/drawable/bottom_sheet_dialog_background.xml b/res/drawable/bottom_sheet_dialog_background.xml
index 703667a52423ac8aef3b3576999f5155fb99f419..f3f7bb930fedc9e62cd8fe0aaf77fcdcbdf7e9ed 100644
--- a/res/drawable/bottom_sheet_dialog_background.xml
+++ b/res/drawable/bottom_sheet_dialog_background.xml
@@ -15,7 +15,7 @@
-->
-
+
\ No newline at end of file
diff --git a/res/drawable/ic_hamburger.xml b/res/drawable/ic_hamburger.xml
index bc273524ba973bce677a3975297e79d28abe813c..4e4ef7f7bfce11069e6b0781910b8b9d2c0e1c5e 100644
--- a/res/drawable/ic_hamburger.xml
+++ b/res/drawable/ic_hamburger.xml
@@ -20,6 +20,6 @@
android:viewportWidth="24"
android:viewportHeight="24">
\ No newline at end of file
diff --git a/res/drawable/ic_launcher_background.xml b/res/drawable/ic_launcher_background.xml
index 452f45a3ad5508dc3bee9dd4486ea9faeb12977d..5ec6d62982ea4e84e37531e8eacabbb9e1b05d22 100644
--- a/res/drawable/ic_launcher_background.xml
+++ b/res/drawable/ic_launcher_background.xml
@@ -1,17 +1,37 @@
+ ~ Copyright ECORP SAS 2022
+ ~ This program is free software: you can redistribute it and/or modify
+ ~ it under the terms of the GNU General Public License as published by
+ ~ the Free Software Foundation, either version 3 of the License, or
+ ~ (at your option) any later version.
+ ~
+ ~ This program is distributed in the hope that it will be useful,
+ ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ ~ GNU General Public License for more details.
+ ~
+ ~ You should have received a copy of the GNU General Public License
+ ~ along with this program. If not, see .
+ -->
-
+ android:pathData="M0,0h108v108h-108z">
+
+
+
+
+
+
+
diff --git a/res/drawable/ic_launcher_foreground.xml b/res/drawable/ic_launcher_foreground.xml
index 7ce0be9048f8ab8f0bd44d93f22abf6439a0d62c..6fe8e07e1af917d812b6e5e5f8583d15200fa19f 100644
--- a/res/drawable/ic_launcher_foreground.xml
+++ b/res/drawable/ic_launcher_foreground.xml
@@ -1,34 +1,31 @@
+ ~ Copyright ECORP SAS 2022
+ ~ This program is free software: you can redistribute it and/or modify
+ ~ it under the terms of the GNU General Public License as published by
+ ~ the Free Software Foundation, either version 3 of the License, or
+ ~ (at your option) any later version.
+ ~
+ ~ This program is distributed in the hope that it will be useful,
+ ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ ~ GNU General Public License for more details.
+ ~
+ ~ You should have received a copy of the GNU General Public License
+ ~ along with this program. If not, see .
+ -->
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
diff --git a/res/drawable/list_divider.xml b/res/drawable/list_divider.xml
index 5067af08e842dd9fc197a8f8d3f618c343c1b768..de96b1f12df9b083d9180caf9fc1dde49d4a0296 100644
--- a/res/drawable/list_divider.xml
+++ b/res/drawable/list_divider.xml
@@ -15,7 +15,7 @@
-->
+ android:tint="@android:color/transparent">
+ android:background="@color/e_drawer_background">
diff --git a/res/layout/inspector_activity.xml b/res/layout/inspector_activity.xml
index 8763351c9f33b27ca4cb3217b777a13deb006cc8..9d6908a04eede579bdb1dc8fb8759d84bd3428ac 100644
--- a/res/layout/inspector_activity.xml
+++ b/res/layout/inspector_activity.xml
@@ -55,7 +55,7 @@
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?android:attr/actionBarSize"
- android:background="?android:attr/colorBackground"
+ android:background="@color/e_action_bar"
android:theme="?actionBarTheme"
app:title="@string/inspector_title"
app:titleTextAppearance="@style/ToolbarTitle"
@@ -76,7 +76,7 @@
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="@drawable/bottom_sheet_dialog_background"
+ android:background="@color/app_background_color"
android:paddingBottom="5dp">
+ android:background="?android:colorBackground" />
diff --git a/res/mipmap-anydpi/ic_launcher.xml b/res/mipmap-anydpi/ic_launcher.xml
index 3d90bc5c3365d4775bbf1cccb9e699f0f1d06931..25f9cfa96d332c92c0680432e6fe3b10b809c915 100644
--- a/res/mipmap-anydpi/ic_launcher.xml
+++ b/res/mipmap-anydpi/ic_launcher.xml
@@ -1,9 +1,22 @@
+ ~ Copyright ECORP SAS 2022
+ ~ This program is free software: you can redistribute it and/or modify
+ ~ it under the terms of the GNU General Public License as published by
+ ~ the Free Software Foundation, either version 3 of the License, or
+ ~ (at your option) any later version.
+ ~
+ ~ This program is distributed in the hope that it will be useful,
+ ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ ~ GNU General Public License for more details.
+ ~
+ ~ You should have received a copy of the GNU General Public License
+ ~ along with this program. If not, see .
+ -->
-
-
-
+
+
+
+
+
\ No newline at end of file
diff --git a/res/values-night/colors.xml b/res/values-night/colors.xml
index 169f52f35dfd1a174e055157e848f11c06ed9f95..364bf1e3ba3ea9ee297176e4981825096016d63a 100644
--- a/res/values-night/colors.xml
+++ b/res/values-night/colors.xml
@@ -14,14 +14,8 @@
limitations under the License.
-->
- #202124
- #3C4043
#52000000
- #8AB4F8
- #3D8AB4F8
- #5F6368
-
@android:color/white
@android:color/white
@@ -32,5 +26,4 @@
#36ffffff
#9aa0a6
- ?android:colorSecondary
diff --git a/res/values-night/themes.xml b/res/values-night/themes.xml
index 8ade73172dd2fdfff1ce649528d6356ad1ad73d3..ddf2dcd0278b53d0f53542362831e510a8a7a175 100644
--- a/res/values-night/themes.xml
+++ b/res/values-night/themes.xml
@@ -18,30 +18,4 @@
-
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 98287627e2861bb46455112ecfd5f09407909a61..a80959b71362525cac23407cd9c9505536d7615a 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -19,13 +19,13 @@
else that needs to manually declare a background matching the "default"
app background (e.g. the drawer overlay). -->
- @android:color/white
- @android:color/white
+ @color/e_background
+ @color/e_floating_background
#99FFFFFF
- #1E88E5
- #E3F2FD
- #E0E0E0
+ @color/e_accent
+ @color/e_alpha_accent
+ @color/e_stroke_color
#fff1f3f4
@android:color/transparent
@@ -52,5 +52,5 @@
#1f000000
?android:colorSecondary
- @color/app_background_color
+ @color/e_action_bar
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 264f2b4e6bcfda0ae578f148a2ef4be60640273f..c7ed49083c27780fe991bb0764a397b62babcb7b 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -17,6 +17,7 @@
@@ -103,6 +104,8 @@