mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Extension's Settings Focus on TV (#990)
This commit is contained in:
parent
375b3ec46e
commit
a3bb853691
1 changed files with 5 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:background="@drawable/outline_drawable"
|
android:background="@drawable/outline_drawable"
|
||||||
android:nextFocusRight="@id/action_button"
|
android:nextFocusRight="@id/action_settings"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:clickable="true"
|
android:clickable="true"
|
||||||
android:focusable="true"
|
android:focusable="true"
|
||||||
|
@ -117,6 +117,9 @@
|
||||||
android:background="@drawable/outline_drawable"
|
android:background="@drawable/outline_drawable"
|
||||||
android:contentDescription="@string/title_settings"
|
android:contentDescription="@string/title_settings"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
|
android:focusable="true"
|
||||||
|
android:nextFocusLeft="@id/repository_item_root"
|
||||||
|
android:nextFocusRight="@id/action_button"
|
||||||
app:srcCompat="@drawable/ic_baseline_tune_24"
|
app:srcCompat="@drawable/ic_baseline_tune_24"
|
||||||
tools:visibility="visible" />
|
tools:visibility="visible" />
|
||||||
|
|
||||||
|
@ -130,7 +133,7 @@
|
||||||
android:clickable="true"
|
android:clickable="true"
|
||||||
android:contentDescription="@string/download"
|
android:contentDescription="@string/download"
|
||||||
android:focusable="true"
|
android:focusable="true"
|
||||||
android:nextFocusLeft="@id/repository_item_root"
|
android:nextFocusLeft="@id/action_settings"
|
||||||
android:padding="12dp"
|
android:padding="12dp"
|
||||||
tools:src="@drawable/ic_baseline_add_24" />
|
tools:src="@drawable/ic_baseline_add_24" />
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue