feat(TV UI): Press Right to focus save on Logcat

This commit is contained in:
KingLucius 2024-06-16 08:00:08 +03:00
parent 4c061edd7c
commit 7f4d52ac49

View file

@ -8,12 +8,12 @@
<ScrollView <ScrollView
android:layout_marginBottom="60dp" android:layout_marginBottom="60dp"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"> android:layout_height="match_parent"
android:nextFocusRight="@id/save_btt">
<TextView <TextView
android:id="@+id/text1" android:id="@+id/text1"
android:padding="15dp" android:padding="15dp"
android:textSize="15sp" android:textSize="15sp"
android:textColor="?attr/textColor" android:textColor="?attr/textColor"
android:layout_width="match_parent" android:layout_width="match_parent"