diff --git a/app/src/main/Android.bp b/app/src/main/Android.bp
index 843cc7ad33ccf6bc4b13a3f209af43c529dedf18..bc8a6ac928bddce236b140d4285bd36f1788e99e 100644
--- a/app/src/main/Android.bp
+++ b/app/src/main/Android.bp
@@ -32,7 +32,7 @@ android_app {
"androidx-constraintlayout_constraintlayout-solver",
"androidx.appcompat_appcompat",
"androidx.recyclerview_recyclerview",
- "com.google.android.material_material",
+ "elib",
],
sdk_version: "current",
diff --git a/app/src/main/res/drawable/ic_launcher_background.xml b/app/src/main/res/drawable/ic_launcher_background.xml
index ae40d16b596828c5073dbfd62050f8ffd9e8bd30..faea79d21b0382e7635d4e5056f0d9a9838e49cd 100644
--- a/app/src/main/res/drawable/ic_launcher_background.xml
+++ b/app/src/main/res/drawable/ic_launcher_background.xml
@@ -1,23 +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/app/src/main/res/drawable/ic_launcher_foreground.xml b/app/src/main/res/drawable/ic_launcher_foreground.xml
index 501e3797c62f0e242948ac3b02c65c17d496b1b6..49a25aca3236cdddb9426d386807b68eda109123 100644
--- a/app/src/main/res/drawable/ic_launcher_foreground.xml
+++ b/app/src/main/res/drawable/ic_launcher_foreground.xml
@@ -1,33 +1,51 @@
+ ~ 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/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml
index 8b7677f580c32caac72754dc252d2ee1e6dbc632..5ff17d6a846a6e38abc27f8a4e1b6e751ca8bb76 100644
--- a/app/src/main/res/layout/activity_main.xml
+++ b/app/src/main/res/layout/activity_main.xml
@@ -54,7 +54,7 @@
android:clipToPadding="false"
android:contentDescription="@string/main_sound_action"
android:src="@drawable/ic_action_record"
- app:fabCustomSize="96dp"
+ app:fabCustomSize="72dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" />
diff --git a/app/src/main/res/mipmap-anydpi/ic_launcher.xml b/app/src/main/res/mipmap-anydpi/ic_launcher.xml
index 3d90bc5c3365d4775bbf1cccb9e699f0f1d06931..25f9cfa96d332c92c0680432e6fe3b10b809c915 100644
--- a/app/src/main/res/mipmap-anydpi/ic_launcher.xml
+++ b/app/src/main/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/app/src/main/res/values-night-v31/colors.xml b/app/src/main/res/values-night-v31/colors.xml
index 88232cc6534050402772e32035993f3b2915a4d0..2fbae26d6f9b72c59bed852f8b1ba61bb0241b95 100644
--- a/app/src/main/res/values-night-v31/colors.xml
+++ b/app/src/main/res/values-night-v31/colors.xml
@@ -14,7 +14,7 @@
limitations under the License.
-->
- @android:color/system_neutral1_900
- @android:color/system_neutral1_900
- @android:color/system_accent1_100
+ @color/e_action_bar
+ @color/e_action_bar
+ @color/e_accent
diff --git a/app/src/main/res/values-v31/colors.xml b/app/src/main/res/values-v31/colors.xml
index 96732af139c6d38698084b170f740af7631ad950..2fbae26d6f9b72c59bed852f8b1ba61bb0241b95 100644
--- a/app/src/main/res/values-v31/colors.xml
+++ b/app/src/main/res/values-v31/colors.xml
@@ -14,7 +14,7 @@
limitations under the License.
-->
- @android:color/system_neutral1_50
- @android:color/system_neutral1_50
- @android:color/system_accent1_600
+ @color/e_action_bar
+ @color/e_action_bar
+ @color/e_accent
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index cfa64af1d141ffcaf72182fd73d0fa5d1da55775..1c673d9ec5f811075c910cb2a2512808807854c9 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -20,7 +20,10 @@
- @color/colorPrimaryDark
- @color/colorAccent
- true
- - true
+ - @color/e_background
+ - @style/Dialog
+ - @color/e_primary_text_color
+ - @color/e_secondary_text_color
+
+