Skip to content

Commit

Permalink
Fix TV focus issues for add repo input (#1239)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna712 authored Aug 1, 2024
1 parent 60e3c48 commit aac2311
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/src/main/res/layout/add_repo_input.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
android:inputType="text"
android:nextFocusLeft="@id/apply_btt"
android:nextFocusRight="@id/cancel_btt"
android:nextFocusDown="@id/site_url_input"
android:nextFocusDown="@id/repo_url_input"
android:requiresFadingEdge="vertical"
android:textColorHint="?attr/grayTextColor"
tools:ignore="LabelFor" />
Expand All @@ -85,9 +85,8 @@
android:inputType="textUri"
android:nextFocusLeft="@id/apply_btt"
android:nextFocusRight="@id/cancel_btt"

android:nextFocusUp="@id/site_name_input"
android:nextFocusDown="@id/site_lang_input"
android:nextFocusUp="@id/repo_name_input"
android:nextFocusDown="@id/apply_btt"
android:requiresFadingEdge="vertical"
android:textColorHint="?attr/grayTextColor"
tools:ignore="LabelFor" />
Expand Down

0 comments on commit aac2311

Please sign in to comment.