diff --git a/FlowCrypt/src/main/res/layout/action_item_switch.xml b/FlowCrypt/src/main/res/layout/action_item_switch.xml
index 7f8e219d2a..f7f83a18ea 100644
--- a/FlowCrypt/src/main/res/layout/action_item_switch.xml
+++ b/FlowCrypt/src/main/res/layout/action_item_switch.xml
@@ -8,5 +8,4 @@
android:id="@+id/switchShowOnlyEncryptedMessages"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:theme="@style/AppWidget.Switch"
tools:checked="true" />
diff --git a/FlowCrypt/src/main/res/layout/activity_create_message.xml b/FlowCrypt/src/main/res/layout/activity_create_message.xml
index 17fb57abbb..dd86b96e12 100644
--- a/FlowCrypt/src/main/res/layout/activity_create_message.xml
+++ b/FlowCrypt/src/main/res/layout/activity_create_message.xml
@@ -15,18 +15,16 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:animateLayoutChanges="true"
- android:theme="@style/AppTheme.NoActionBar.AppBarOverlay"
android:visibility="visible"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
-
+ android:layout_height="?android:attr/actionBarSize" />
diff --git a/FlowCrypt/src/main/res/layout/activity_main.xml b/FlowCrypt/src/main/res/layout/activity_main.xml
index cada61ca7a..c0b23dd400 100644
--- a/FlowCrypt/src/main/res/layout/activity_main.xml
+++ b/FlowCrypt/src/main/res/layout/activity_main.xml
@@ -20,18 +20,15 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:animateLayoutChanges="true"
- android:theme="@style/AppTheme.NoActionBar.AppBarOverlay"
- android:visibility="visible"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
-
+ android:layout_height="?android:attr/actionBarSize" />
diff --git a/FlowCrypt/src/main/res/layout/fragment_backup_keys.xml b/FlowCrypt/src/main/res/layout/fragment_backup_keys.xml
index 1cf7433571..3b88a747da 100644
--- a/FlowCrypt/src/main/res/layout/fragment_backup_keys.xml
+++ b/FlowCrypt/src/main/res/layout/fragment_backup_keys.xml
@@ -21,8 +21,7 @@
android:layout_weight="1"
android:checked="true"
android:text="@string/email"
- android:textAllCaps="true"
- android:theme="@style/AppWidget.RadioButton" />
+ android:textAllCaps="true" />
+ android:textAllCaps="true" />
-
+
+
+
+
+
+
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/FlowCrypt/src/main/res/values/themes.xml b/FlowCrypt/src/main/res/values/themes.xml
index ddab7f5881..c2d420fde0 100644
--- a/FlowCrypt/src/main/res/values/themes.xml
+++ b/FlowCrypt/src/main/res/values/themes.xml
@@ -5,18 +5,25 @@
-