mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Readd left and righr focus
This commit is contained in:
parent
5f186cfd7b
commit
161cb541ad
1 changed files with 4 additions and 0 deletions
|
@ -70,6 +70,8 @@
|
|||
android:autofillHints="username"
|
||||
android:hint="@string/repository_name_hint"
|
||||
android:inputType="text"
|
||||
android:nextFocusLeft="@id/apply_btt"
|
||||
android:nextFocusRight="@id/cancel_btt"
|
||||
android:nextFocusDown="@id/repo_url_input"
|
||||
android:requiresFadingEdge="vertical"
|
||||
android:textColorHint="?attr/grayTextColor"
|
||||
|
@ -81,6 +83,8 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:hint="@string/repository_url_hint"
|
||||
android:inputType="textUri"
|
||||
android:nextFocusLeft="@id/apply_btt"
|
||||
android:nextFocusRight="@id/cancel_btt"
|
||||
android:nextFocusUp="@id/repo_name_input"
|
||||
android:nextFocusDown="@id/apply_btt"
|
||||
android:requiresFadingEdge="vertical"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue