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"