mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Focus fixes for old devices (#686)
- Fix Library on TV main buttons focus. - Quick search back button focus.
This commit is contained in:
parent
1ccd3d732d
commit
fc8c0e809d
2 changed files with 12 additions and 8 deletions
|
@ -38,6 +38,7 @@
|
||||||
android:padding="2dp"
|
android:padding="2dp"
|
||||||
android:background="?selectableItemBackgroundBorderless"
|
android:background="?selectableItemBackgroundBorderless"
|
||||||
android:contentDescription="@string/change_providers_img_des"
|
android:contentDescription="@string/change_providers_img_des"
|
||||||
|
android:focusable="true"
|
||||||
android:nextFocusLeft="@id/nav_rail_view"
|
android:nextFocusLeft="@id/nav_rail_view"
|
||||||
android:nextFocusRight="@id/library_sort"
|
android:nextFocusRight="@id/library_sort"
|
||||||
android:tag="@string/tv_no_focus_tag"
|
android:tag="@string/tv_no_focus_tag"
|
||||||
|
@ -52,6 +53,7 @@
|
||||||
android:layout_marginStart="10dp"
|
android:layout_marginStart="10dp"
|
||||||
android:background="?selectableItemBackgroundBorderless"
|
android:background="?selectableItemBackgroundBorderless"
|
||||||
android:contentDescription="@string/change_providers_img_des"
|
android:contentDescription="@string/change_providers_img_des"
|
||||||
|
android:focusable="true"
|
||||||
android:nextFocusLeft="@id/provider_selector"
|
android:nextFocusLeft="@id/provider_selector"
|
||||||
android:nextFocusRight="@id/list_selector"
|
android:nextFocusRight="@id/list_selector"
|
||||||
android:tag="@string/tv_no_focus_tag"
|
android:tag="@string/tv_no_focus_tag"
|
||||||
|
@ -67,6 +69,7 @@
|
||||||
android:layout_marginStart="10dp"
|
android:layout_marginStart="10dp"
|
||||||
android:background="?selectableItemBackgroundBorderless"
|
android:background="?selectableItemBackgroundBorderless"
|
||||||
android:contentDescription="@string/change_providers_img_des"
|
android:contentDescription="@string/change_providers_img_des"
|
||||||
|
android:focusable="true"
|
||||||
android:nextFocusLeft="@id/library_sort"
|
android:nextFocusLeft="@id/library_sort"
|
||||||
android:nextFocusRight="@id/main_search"
|
android:nextFocusRight="@id/main_search"
|
||||||
android:tag="@string/tv_no_focus_tag"
|
android:tag="@string/tv_no_focus_tag"
|
||||||
|
|
|
@ -17,14 +17,15 @@
|
||||||
android:layout_height="wrap_content">
|
android:layout_height="wrap_content">
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/quick_search_back"
|
android:id="@+id/quick_search_back"
|
||||||
android:layout_gravity="center"
|
android:layout_gravity="center"
|
||||||
android:foregroundGravity="center"
|
android:foregroundGravity="center"
|
||||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||||
android:src="@drawable/ic_baseline_arrow_back_24"
|
android:src="@drawable/ic_baseline_arrow_back_24"
|
||||||
app:tint="@android:color/white"
|
app:tint="@android:color/white"
|
||||||
android:layout_width="25dp"
|
android:focusable="true"
|
||||||
android:layout_height="wrap_content">
|
android:layout_width="25dp"
|
||||||
|
android:layout_height="wrap_content">
|
||||||
|
|
||||||
<requestFocus />
|
<requestFocus />
|
||||||
</ImageView>
|
</ImageView>
|
||||||
|
|
Loading…
Reference in a new issue