Fix Talkback focus on random position when launch Settings homepage

- set default focus on Search

Bug: 350887106
Test: manual
Flag: com.android.settings.flags.homepage_revamp
Change-Id: Iae1f57fd573d9657bbe3c5397c86d35f9ceaf5b0
This commit is contained in:
Edgar Wang
2024-07-26 06:30:48 +00:00
parent 5c466c5ba3
commit ec31852c7b

View File

@@ -30,6 +30,7 @@
android:orientation="horizontal" android:orientation="horizontal"
android:paddingStart="24dp" android:paddingStart="24dp"
android:paddingEnd="24dp" android:paddingEnd="24dp"
android:focusedByDefault="true"
android:background="@drawable/search_bar_selected_background"> android:background="@drawable/search_bar_selected_background">
<ImageView <ImageView