summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/addfeed.xml2
-rw-r--r--app/src/main/res/layout/feeditemlist_header.xml98
-rw-r--r--app/src/main/res/layout/home_section.xml1
-rw-r--r--app/src/main/res/layout/quick_feed_discovery.xml1
4 files changed, 52 insertions, 50 deletions
diff --git a/app/src/main/res/layout/addfeed.xml b/app/src/main/res/layout/addfeed.xml
index f2b7bed63..eee07c669 100644
--- a/app/src/main/res/layout/addfeed.xml
+++ b/app/src/main/res/layout/addfeed.xml
@@ -79,7 +79,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
- android:focusableInTouchMode="true"
android:padding="16dp">
<androidx.fragment.app.FragmentContainerView
@@ -95,6 +94,7 @@
android:textSize="18sp"
android:layout_marginTop="16dp"
android:layout_marginBottom="8dp"
+ android:accessibilityHeading="true"
android:textColor="?android:attr/textColorPrimary" />
<TextView
diff --git a/app/src/main/res/layout/feeditemlist_header.xml b/app/src/main/res/layout/feeditemlist_header.xml
index 0b7181cf2..45f8e8ff8 100644
--- a/app/src/main/res/layout/feeditemlist_header.xml
+++ b/app/src/main/res/layout/feeditemlist_header.xml
@@ -16,6 +16,55 @@
android:orientation="horizontal"
android:gravity="bottom">
+ <LinearLayout
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:padding="8dp"
+ android:background="@color/image_readability_tint"
+ android:orientation="horizontal"
+ android:layout_alignParentBottom="true">
+
+ <View
+ android:layout_width="148dp"
+ android:layout_height="match_parent" />
+
+ <ImageButton
+ android:id="@+id/butShowInfo"
+ android:layout_width="40dp"
+ android:layout_height="40dp"
+ android:background="?attr/selectableItemBackground"
+ android:contentDescription="@string/show_info_label"
+ android:layout_marginLeft="-8dp"
+ android:layout_marginStart="-8dp"
+ android:scaleType="fitXY"
+ android:padding="8dp"
+ app:srcCompat="@drawable/ic_info_white"
+ tools:visibility="visible" />
+
+ <ImageButton
+ android:id="@+id/butFilter"
+ android:layout_width="40dp"
+ android:layout_height="40dp"
+ android:background="?attr/selectableItemBackground"
+ android:contentDescription="@string/filter"
+ android:scaleType="fitXY"
+ android:padding="8dp"
+ app:srcCompat="@drawable/ic_filter_white"
+ tools:visibility="visible" />
+
+ <ImageButton
+ android:id="@+id/butShowSettings"
+ android:layout_width="40dp"
+ android:layout_height="40dp"
+ android:background="?attr/selectableItemBackground"
+ android:contentDescription="@string/show_feed_settings_label"
+ android:scaleType="fitXY"
+ android:padding="8dp"
+ app:srcCompat="@drawable/ic_settings_white"
+ tools:visibility="visible" />
+
+ </LinearLayout>
+
<ImageView
android:layout_width="12dp"
android:layout_height="12dp"
@@ -89,55 +138,6 @@
</LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:padding="8dp"
- android:background="@color/image_readability_tint"
- android:orientation="horizontal"
- android:layout_alignParentBottom="true">
-
- <View
- android:layout_width="148dp"
- android:layout_height="match_parent" />
-
- <ImageButton
- android:id="@+id/butShowInfo"
- android:layout_width="40dp"
- android:layout_height="40dp"
- android:background="?attr/selectableItemBackground"
- android:contentDescription="@string/show_info_label"
- android:layout_marginLeft="-8dp"
- android:layout_marginStart="-8dp"
- android:scaleType="fitXY"
- android:padding="8dp"
- app:srcCompat="@drawable/ic_info_white"
- tools:visibility="visible" />
-
- <ImageButton
- android:id="@+id/butFilter"
- android:layout_width="40dp"
- android:layout_height="40dp"
- android:background="?attr/selectableItemBackground"
- android:contentDescription="@string/filter"
- android:scaleType="fitXY"
- android:padding="8dp"
- app:srcCompat="@drawable/ic_filter_white"
- tools:visibility="visible" />
-
- <ImageButton
- android:id="@+id/butShowSettings"
- android:layout_width="40dp"
- android:layout_height="40dp"
- android:background="?attr/selectableItemBackground"
- android:contentDescription="@string/show_feed_settings_label"
- android:scaleType="fitXY"
- android:padding="8dp"
- app:srcCompat="@drawable/ic_settings_white"
- tools:visibility="visible" />
-
- </LinearLayout>
-
</RelativeLayout>
<com.joanzapata.iconify.widget.IconTextView
diff --git a/app/src/main/res/layout/home_section.xml b/app/src/main/res/layout/home_section.xml
index 8a1e21907..82f5c0b5c 100644
--- a/app/src/main/res/layout/home_section.xml
+++ b/app/src/main/res/layout/home_section.xml
@@ -19,6 +19,7 @@
android:textColor="?android:attr/textColorPrimary"
android:textSize="18sp"
android:layout_marginVertical="8dp"
+ android:accessibilityHeading="true"
app:layout_constraintWidth_max="wrap"
app:layout_constraintWidth_percent="0.6"
app:layout_constraintBottom_toBottomOf="@id/barrier"
diff --git a/app/src/main/res/layout/quick_feed_discovery.xml b/app/src/main/res/layout/quick_feed_discovery.xml
index 0fb5fdb8c..4781bf323 100644
--- a/app/src/main/res/layout/quick_feed_discovery.xml
+++ b/app/src/main/res/layout/quick_feed_discovery.xml
@@ -19,6 +19,7 @@
android:textSize="18sp"
android:layout_marginBottom="8dp"
android:layout_weight="1"
+ android:accessibilityHeading="true"
android:textColor="?android:attr/textColorPrimary" />
<Button