diff --git a/app/src/leanback/res/layout/view_control_live.xml b/app/src/leanback/res/layout/view_control_live.xml
index 40efa841d..7a7323888 100644
--- a/app/src/leanback/res/layout/view_control_live.xml
+++ b/app/src/leanback/res/layout/view_control_live.xml
@@ -130,7 +130,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="12dp"
- android:text="@string/live_setting"
+ android:text="@string/live_other"
android:textColor="@color/grey_700"
android:textSize="18sp" />
diff --git a/app/src/leanback/res/values-zh-rCN/strings.xml b/app/src/leanback/res/values-zh-rCN/strings.xml
index f1c8c2714..d4e815104 100644
--- a/app/src/leanback/res/values-zh-rCN/strings.xml
+++ b/app/src/leanback/res/values-zh-rCN/strings.xml
@@ -11,7 +11,7 @@
更新推荐
- 设置
+ 其他
“%s”的搜索结果
diff --git a/app/src/leanback/res/values-zh-rTW/strings.xml b/app/src/leanback/res/values-zh-rTW/strings.xml
index 2ec9064c9..3407095d6 100644
--- a/app/src/leanback/res/values-zh-rTW/strings.xml
+++ b/app/src/leanback/res/values-zh-rTW/strings.xml
@@ -11,7 +11,7 @@
更新推薦
- 設定
+ 其他
「%s」的搜尋結果
diff --git a/app/src/leanback/res/values/strings.xml b/app/src/leanback/res/values/strings.xml
index 7f7cda826..670038ae4 100644
--- a/app/src/leanback/res/values/strings.xml
+++ b/app/src/leanback/res/values/strings.xml
@@ -11,7 +11,7 @@
Recommend
- Setting
+ Other
Search results for %s
diff --git a/app/src/mobile/res/layout/view_control_live_action.xml b/app/src/mobile/res/layout/view_control_live_action.xml
index 7108a9e30..a22e6a298 100644
--- a/app/src/mobile/res/layout/view_control_live_action.xml
+++ b/app/src/mobile/res/layout/view_control_live_action.xml
@@ -28,7 +28,8 @@
android:id="@+id/speed"
style="@style/Control.Action"
android:visibility="gone"
- tools:text="速度" />
+ tools:text="速度"
+ tools:visibility="visible" />