mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
Set the AccessibilityNodeInfo containerTitle to improve a11y for users in predictionRow. See expected behavior suggestion in https://b.corp.google.com/issues/379640673#comment1 Video Quickstep launcher: http://recall/-/cOtJfHR6buEyEHnRyCqzVE/eugH3ID7eenOuLwTszaLHk Pixel launcher: http://recall/-/cOtJfHR6buEyEHnRyCqzVE/fftzwMRCy6N3o7OcwiGMdk Bug: 379640673 Test: Manual Flag: EXEMPT a11y bugfix Change-Id: I23a8a142afb213c0801402a56bc134bc14f0f97d
15 lines
551 B
XML
15 lines
551 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
<com.android.launcher3.appprediction.PredictionRowView
|
|
android:id="@+id/prediction_row"
|
|
android:layout_width="match_parent"
|
|
android:importantForAccessibility="yes"
|
|
android:layout_height="wrap_content" />
|
|
|
|
<com.android.launcher3.appprediction.AppsDividerView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:id="@+id/apps_divider_view" />
|
|
</merge>
|