Set focus for onboarding activity to support rotary input (#3009)

This commit is contained in:
StopMotionCuber 2022-10-28 19:21:17 +02:00 committed by GitHub
parent 3f9b01affa
commit 11f2006924
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,12 +6,15 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.wear.widget.WearableRecyclerView
android:id="@+id/server_list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbars="vertical"
tools:listitem="@layout/listitem_instance">
<requestFocus />
</androidx.wear.widget.WearableRecyclerView>
<io.homeassistant.companion.android.util.LoadingView