mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
feat(TV UI): Press Right to focus save on Logcat (#1136)
This commit is contained in:
parent
30d223cfe3
commit
7a0cd07dc1
1 changed files with 12 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue