summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/home_section.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/home_section.xml')
-rw-r--r--app/src/main/res/layout/home_section.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/layout/home_section.xml b/app/src/main/res/layout/home_section.xml
index a8885b514..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"
@@ -39,6 +40,7 @@
android:layout_marginLeft="8dp"
android:background="?attr/selectableItemBackgroundBorderless"
android:visibility="gone"
+ android:contentDescription="@string/shuffle_suggestions"
app:layout_constraintBottom_toBottomOf="@id/barrier"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintStart_toEndOf="@id/titleLabel"