diff --git a/app/src/main/res/layout/activity_add_profile.xml b/app/src/main/res/layout/activity_add_profile.xml
index 2548b3c..ed6f97d 100644
--- a/app/src/main/res/layout/activity_add_profile.xml
+++ b/app/src/main/res/layout/activity_add_profile.xml
@@ -1,135 +1,143 @@
-
-
-
+ android:layout_height="wrap_content">
+ android:layout_height="wrap_content"
+ android:orientation="vertical">
-
-
-
-
-
-
-
-
-
-
-
+ android:indeterminate="true"
+ android:visibility="gone" />
+ android:layout_height="match_parent"
+ android:orientation="vertical"
+ android:clipToPadding="false"
+ android:clipChildren="false"
+ android:padding="16dp">
+
+
+
+
+
+
+ android:hint="@string/profile_type">
+ android:text="@string/profile_type_local"
+ app:simpleItems="@array/profile_type" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_config_override.xml b/app/src/main/res/layout/activity_config_override.xml
index c2803fa..0839237 100644
--- a/app/src/main/res/layout/activity_config_override.xml
+++ b/app/src/main/res/layout/activity_config_override.xml
@@ -1,17 +1,16 @@
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+ android:clipChildren="false"
+ android:clipToPadding="false"
+ android:orientation="vertical"
+ android:padding="16dp">
+ android:text="@string/disabled"
+ app:simpleItems="@array/per_app_proxy_update_on_change_value" />
diff --git a/app/src/main/res/layout/activity_edit_profile.xml b/app/src/main/res/layout/activity_edit_profile.xml
index 7005a82..ece8e40 100644
--- a/app/src/main/res/layout/activity_edit_profile.xml
+++ b/app/src/main/res/layout/activity_edit_profile.xml
@@ -1,77 +1,36 @@
-
-
-
+ android:layout_height="wrap_content">
+ android:layout_height="wrap_content"
+ android:orientation="vertical">
-
-
-
-
-
-
-
-
-
-
-
-
-
+ android:indeterminate="true" />
+ android:padding="16dp"
+ android:visibility="gone"
+ tools:visibility="visible">
+ android:hint="@string/profile_name">
-
+ android:enabled="false"
+ android:hint="@string/profile_type">
-
-
-
-
-
-
-
-
-
-
-
-
+ android:text="@string/profile_type_local"
+ app:simpleItems="@array/profile_type" />
+ android:text="@string/profile_edit_content" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/fragment_configuration.xml b/app/src/main/res/layout/fragment_configuration.xml
index eeab091..35c7ac1 100644
--- a/app/src/main/res/layout/fragment_configuration.xml
+++ b/app/src/main/res/layout/fragment_configuration.xml
@@ -9,8 +9,7 @@
+ android:orientation="vertical">
+ android:layout_height="match_parent"
+ android:clipToPadding="false"
+ android:padding="16dp"
+ android:scrollbars="vertical" />
+
@@ -31,12 +33,14 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
+ android:clipChildren="false"
android:visibility="gone"
tools:visibility="visible">
-
@@ -152,7 +156,7 @@
@@ -174,7 +178,7 @@
-
@@ -252,7 +256,7 @@
-
@@ -330,7 +334,7 @@
-
diff --git a/app/src/main/res/layout/fragment_log.xml b/app/src/main/res/layout/fragment_log.xml
index bda3ecc..58313ac 100644
--- a/app/src/main/res/layout/fragment_log.xml
+++ b/app/src/main/res/layout/fragment_log.xml
@@ -9,8 +9,7 @@
+ android:orientation="vertical">
diff --git a/app/src/main/res/layout/fragment_settings.xml b/app/src/main/res/layout/fragment_settings.xml
index e6c9b03..2e57e41 100644
--- a/app/src/main/res/layout/fragment_settings.xml
+++ b/app/src/main/res/layout/fragment_settings.xml
@@ -9,6 +9,8 @@
diff --git a/app/src/main/res/layout/view_configutation_item.xml b/app/src/main/res/layout/view_configutation_item.xml
index a80a1fa..0924535 100644
--- a/app/src/main/res/layout/view_configutation_item.xml
+++ b/app/src/main/res/layout/view_configutation_item.xml
@@ -5,48 +5,40 @@
style="?attr/materialCardViewElevatedStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_margin="4dp"
android:clickable="true"
android:focusable="true">
+ android:layout_height="wrap_content"
+ android:gravity="center_vertical"
+ android:orientation="horizontal"
+ android:paddingStart="16dp"
+ android:paddingEnd="4dp">
+
+
+ android:gravity="center_vertical|end"
+ android:orientation="horizontal">
-
+ app:icon="@drawable/ic_more_vert_24" />
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/layout/view_log_text_item.xml b/app/src/main/res/layout/view_log_text_item.xml
index 23866a9..856005a 100644
--- a/app/src/main/res/layout/view_log_text_item.xml
+++ b/app/src/main/res/layout/view_log_text_item.xml
@@ -1,33 +1,19 @@
-
+ android:layout_marginBottom="4dp"
+ android:checkable="true"
+ android:clickable="true"
+ android:focusable="true">
-
+ android:gravity="center_vertical"
+ android:paddingHorizontal="12dp"
+ android:paddingVertical="14dp" />
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
\ No newline at end of file