From 51555b9a1f254f7fb6b7d8235566bc620e58c032 Mon Sep 17 00:00:00 2001 From: FongMi Date: Wed, 7 Sep 2022 15:40:29 +0800 Subject: [PATCH] Fix bug --- .../leanback/res/layout/activity_detail.xml | 394 +++++++++--------- .../leanback/res/layout/activity_search.xml | 1 + 2 files changed, 199 insertions(+), 196 deletions(-) diff --git a/app/src/leanback/res/layout/activity_detail.xml b/app/src/leanback/res/layout/activity_detail.xml index 2bc22556f..d0b0fe869 100644 --- a/app/src/leanback/res/layout/activity_detail.xml +++ b/app/src/leanback/res/layout/activity_detail.xml @@ -1,235 +1,237 @@ - - - - - - - - - - - - - - + + + + + + + + + - + + + + + + + - - - - - - - - - - - - + android:textSize="16sp" + tools:text="站源:泥巴" /> + tools:text="年份:2022" /> + tools:text="地區:台灣" /> + tools:text="類型:科幻" /> + + + + + + + + + + - - - - - + android:layout_height="match_parent" + android:orientation="vertical"> - - - - \ No newline at end of file + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/leanback/res/layout/activity_search.xml b/app/src/leanback/res/layout/activity_search.xml index 0bc5cfc98..66269d6a0 100644 --- a/app/src/leanback/res/layout/activity_search.xml +++ b/app/src/leanback/res/layout/activity_search.xml @@ -68,6 +68,7 @@ android:inputType="textCapCharacters|textAutoCorrect|textAutoComplete" android:letterSpacing="0.02" android:maxLength="20" + android:nextFocusRight="@id/word" android:singleLine="true" android:textColor="@color/white" android:textColorHint="@color/white"