diff --git a/app/build.gradle b/app/build.gradle
index 844ab8b24..b6ffb367c 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -73,7 +73,7 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel:2.5.1'
implementation 'androidx.preference:preference:1.2.0'
- implementation 'androidx.room:room-runtime:2.5.0'
+ implementation 'androidx.room:room-runtime:2.5.1'
implementation 'cat.ereza:customactivityoncrash:2.4.0'
implementation 'com.github.bassaer:materialdesigncolors:1.0.0'
implementation 'com.github.bumptech.glide:glide:4.14.2'
@@ -92,6 +92,6 @@ dependencies {
leanbackImplementation 'androidx.leanback:leanback:1.2.0-alpha02'
leanbackImplementation 'me.jessyan:autosize:1.2.1'
mobileImplementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
- annotationProcessor 'androidx.room:room-compiler:2.5.0'
+ annotationProcessor 'androidx.room:room-compiler:2.5.1'
annotationProcessor 'com.github.bumptech.glide:compiler:4.14.2'
}
\ No newline at end of file
diff --git a/app/src/main/res/color/nav.xml b/app/src/main/res/color/nav.xml
new file mode 100644
index 000000000..e8c22ee27
--- /dev/null
+++ b/app/src/main/res/color/nav.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index 62c1db706..bc6967652 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -30,16 +30,14 @@
- true
-
-
-
-
diff --git a/app/src/mobile/res/drawable/shape_item_round.xml b/app/src/mobile/res/drawable/shape_item_round.xml
new file mode 100644
index 000000000..d0cedcdfa
--- /dev/null
+++ b/app/src/mobile/res/drawable/shape_item_round.xml
@@ -0,0 +1,15 @@
+
+
+ -
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/mobile/res/drawable/shape_item_round_activated.xml b/app/src/mobile/res/drawable/shape_item_round_activated.xml
index 65f476d67..066c973b8 100644
--- a/app/src/mobile/res/drawable/shape_item_round_activated.xml
+++ b/app/src/mobile/res/drawable/shape_item_round_activated.xml
@@ -4,12 +4,12 @@
-
+
\ No newline at end of file
diff --git a/app/src/mobile/res/drawable/shape_item_round_normal.xml b/app/src/mobile/res/drawable/shape_item_round_normal.xml
index 468adb022..6c1f5874c 100644
--- a/app/src/mobile/res/drawable/shape_item_round_normal.xml
+++ b/app/src/mobile/res/drawable/shape_item_round_normal.xml
@@ -4,12 +4,12 @@
-
+
\ No newline at end of file
diff --git a/app/src/mobile/res/drawable/shape_text_round.xml b/app/src/mobile/res/drawable/shape_text_round.xml
new file mode 100644
index 000000000..fdc253393
--- /dev/null
+++ b/app/src/mobile/res/drawable/shape_text_round.xml
@@ -0,0 +1,15 @@
+
+
+ -
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/mobile/res/drawable/shape_widget.xml b/app/src/mobile/res/drawable/shape_widget.xml
index 508af671f..1d1cdec8c 100644
--- a/app/src/mobile/res/drawable/shape_widget.xml
+++ b/app/src/mobile/res/drawable/shape_widget.xml
@@ -4,11 +4,11 @@
-
+
diff --git a/app/src/mobile/res/layout/activity_main.xml b/app/src/mobile/res/layout/activity_main.xml
index 769dd911f..71d5af32a 100644
--- a/app/src/mobile/res/layout/activity_main.xml
+++ b/app/src/mobile/res/layout/activity_main.xml
@@ -14,10 +14,13 @@
\ No newline at end of file
diff --git a/app/src/mobile/res/layout/adapter_config.xml b/app/src/mobile/res/layout/adapter_config.xml
index 08f0e7ecf..7d5e7e230 100644
--- a/app/src/mobile/res/layout/adapter_config.xml
+++ b/app/src/mobile/res/layout/adapter_config.xml
@@ -10,7 +10,7 @@
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
- android:background="@drawable/shape_text"
+ android:background="@drawable/shape_text_round"
android:ellipsize="middle"
android:gravity="center"
android:singleLine="true"
@@ -23,7 +23,7 @@
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_marginStart="12dp"
- android:background="@drawable/shape_text"
+ android:background="@drawable/shape_text_round"
android:padding="8dp"
android:scaleType="fitCenter"
android:src="@drawable/ic_setting_delete" />
diff --git a/app/src/mobile/res/layout/adapter_site.xml b/app/src/mobile/res/layout/adapter_site.xml
index a03cc6f8a..a666a35ba 100644
--- a/app/src/mobile/res/layout/adapter_site.xml
+++ b/app/src/mobile/res/layout/adapter_site.xml
@@ -11,7 +11,7 @@
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
- android:background="@drawable/shape_text"
+ android:background="@drawable/shape_text_round"
android:gravity="center"
android:singleLine="true"
android:textColor="@color/text"
@@ -23,7 +23,7 @@
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_marginStart="12dp"
- android:background="@drawable/shape_text"
+ android:background="@drawable/shape_text_round"
android:padding="8dp"
android:scaleType="fitCenter"
android:src="@drawable/ic_site_search_on"
@@ -34,7 +34,7 @@
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_marginStart="12dp"
- android:background="@drawable/shape_text"
+ android:background="@drawable/shape_text_round"
android:padding="8dp"
android:scaleType="fitCenter"
android:src="@drawable/ic_site_change_on"
diff --git a/app/src/mobile/res/values/styles.xml b/app/src/mobile/res/values/styles.xml
index 431481952..b143bc1e1 100644
--- a/app/src/mobile/res/values/styles.xml
+++ b/app/src/mobile/res/values/styles.xml
@@ -9,13 +9,14 @@
- false
-