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

This commit is contained in:
KingLucius 2024-06-18 06:02:32 +03:00 committed by GitHub
parent 30d223cfe3
commit 7a0cd07dc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 12 deletions

View File

@ -6,20 +6,20 @@
android:layout_height="match_parent">
<ScrollView
android:layout_marginBottom="60dp"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_marginBottom="60dp"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:nextFocusRight="@id/save_btt">
<TextView
android:id="@+id/text1"
android:padding="15dp"
android:textSize="15sp"
android:textColor="?attr/textColor"
android:layout_width="match_parent"
android:layout_rowWeight="1"
tools:text="Test"
android:layout_height="wrap_content" />
android:id="@+id/text1"
android:padding="15dp"
android:textSize="15sp"
android:textColor="?attr/textColor"
android:layout_width="match_parent"
android:layout_rowWeight="1"
tools:text="Test"
android:layout_height="wrap_content"/>
</ScrollView>
<HorizontalScrollView