summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/fragment_subscriptions.xml26
-rw-r--r--app/src/main/res/layout/nav_section_item.xml1
2 files changed, 19 insertions, 8 deletions
diff --git a/app/src/main/res/layout/fragment_subscriptions.xml b/app/src/main/res/layout/fragment_subscriptions.xml
index 5585dedbd..f60f925ab 100644
--- a/app/src/main/res/layout/fragment_subscriptions.xml
+++ b/app/src/main/res/layout/fragment_subscriptions.xml
@@ -19,18 +19,30 @@
app:title="@string/subscriptions_label"
app:navigationIcon="?homeAsUpIndicator" />
- <TextView
+ <LinearLayout
android:id="@+id/feeds_filtered_message"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:paddingBottom="8dp"
- android:text="@string/filtered_label"
+ android:paddingStart="60dp"
+ android:paddingEnd="0dp"
+ android:paddingVertical="4dp"
android:layout_marginTop="-12dp"
- android:layout_marginLeft="60dp"
- android:layout_marginStart="60dp"
android:background="?android:attr/selectableItemBackground"
- android:visibility="gone"
- tools:visibility="visible" />
+ android:gravity="center_vertical"
+ android:orientation="horizontal">
+
+ <ImageView
+ android:layout_width="20dp"
+ android:layout_height="20dp"
+ android:src="@drawable/ic_info" />
+
+ <TextView
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginLeft="4dp"
+ android:text="@string/subscriptions_are_filtered" />
+
+ </LinearLayout>
</com.google.android.material.appbar.AppBarLayout>
diff --git a/app/src/main/res/layout/nav_section_item.xml b/app/src/main/res/layout/nav_section_item.xml
index bdb7b28ee..8596ad80a 100644
--- a/app/src/main/res/layout/nav_section_item.xml
+++ b/app/src/main/res/layout/nav_section_item.xml
@@ -20,7 +20,6 @@
android:id="@+id/nav_feeds_filtered_message"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:importantForAccessibility="no"
android:orientation="horizontal">
<ImageView