mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
feat(TV UI): Fix clone site focus (#1179)
This commit is contained in:
parent
e1d4a46309
commit
699a6979a5
1 changed files with 11 additions and 9 deletions
|
@ -7,6 +7,7 @@
|
|||
<TextView
|
||||
android:id="@+id/add_site"
|
||||
android:text="@string/add_site_pref"
|
||||
android:focusable="true"
|
||||
style="@style/SettingsItem">
|
||||
|
||||
<requestFocus />
|
||||
|
@ -15,5 +16,6 @@
|
|||
<TextView
|
||||
android:id="@+id/remove_site"
|
||||
android:text="@string/remove_site_pref"
|
||||
android:focusable="true"
|
||||
style="@style/SettingsItem" />
|
||||
</LinearLayout>
|
Loading…
Reference in a new issue