Optimize ui

pull/605/head
jhengazuki 5 months ago
parent 66aa4ba1b4
commit 337644eea5
  1. 96
      app/src/leanback/res/layout/view_control_cast.xml
  2. 129
      app/src/leanback/res/layout/view_control_live.xml
  3. 174
      app/src/leanback/res/layout/view_control_vod.xml
  4. 4
      app/src/leanback/res/layout/view_widget_cast.xml
  5. 4
      app/src/leanback/res/layout/view_widget_live.xml
  6. 4
      app/src/leanback/res/layout/view_widget_vod.xml
  7. 18
      app/src/leanback/res/values/styles.xml
  8. 10
      app/src/main/res/values-zh-rCN/strings.xml
  9. 10
      app/src/main/res/values-zh-rTW/strings.xml
  10. 10
      app/src/main/res/values/strings.xml

@ -26,118 +26,56 @@
<com.google.android.material.textview.MaterialTextView
android:id="@+id/reset"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/Control"
android:layout_marginEnd="12dp"
android:background="@drawable/selector_text"
android:focusable="true"
android:focusableInTouchMode="true"
android:nextFocusLeft="@id/video"
android:nextFocusDown="@id/timeBar"
android:textColor="@color/white"
android:textSize="14sp"
tools:text="刷新" />
android:text="@string/play_reset" />
<com.google.android.material.textview.MaterialTextView
android:id="@+id/player"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/Control"
android:layout_marginEnd="12dp"
android:background="@drawable/selector_text"
android:focusable="true"
android:focusableInTouchMode="true"
android:nextFocusDown="@id/timeBar"
android:text="@string/play_exo"
android:textColor="@color/white"
android:textSize="14sp" />
android:text="@string/play_exo" />
<com.google.android.material.textview.MaterialTextView
android:id="@+id/decode"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/Control"
android:layout_marginEnd="12dp"
android:background="@drawable/selector_text"
android:focusable="true"
android:focusableInTouchMode="true"
android:nextFocusDown="@id/timeBar"
android:textColor="@color/white"
android:textSize="14sp"
tools:text="硬解" />
android:text="@string/play_decode" />
<com.fongmi.android.tv.ui.custom.CustomUpDownView
android:id="@+id/speed"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/Control"
android:layout_marginEnd="12dp"
android:background="@drawable/selector_text"
android:focusable="true"
android:focusableInTouchMode="true"
android:nextFocusDown="@id/timeBar"
android:textColor="@color/white"
android:textSize="14sp"
tools:text="1.00" />
android:fontFeatureSettings="tnum"
android:text="@string/play_speed" />
<com.google.android.material.textview.MaterialTextView
android:id="@+id/scale"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/Control"
android:layout_marginEnd="12dp"
android:background="@drawable/selector_text"
android:focusable="true"
android:focusableInTouchMode="true"
android:nextFocusDown="@id/timeBar"
android:textColor="@color/white"
android:textSize="14sp"
tools:text="預設" />
android:text="@string/play_scale" />
<com.fongmi.android.tv.ui.custom.CustomUpDownView
android:id="@+id/text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/Control"
android:layout_marginEnd="12dp"
android:background="@drawable/selector_text"
android:focusable="true"
android:focusableInTouchMode="true"
android:nextFocusDown="@id/timeBar"
android:tag="3"
android:text="@string/play_track_text"
android:textColor="@color/white"
android:textSize="14sp"
android:visibility="gone"
tools:visibility="visible" />
android:text="@string/play_track_text" />
<com.google.android.material.textview.MaterialTextView
android:id="@+id/audio"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/Control"
android:layout_marginEnd="12dp"
android:background="@drawable/selector_text"
android:focusable="true"
android:focusableInTouchMode="true"
android:nextFocusDown="@id/timeBar"
android:tag="1"
android:text="@string/play_track_audio"
android:textColor="@color/white"
android:textSize="14sp"
android:visibility="gone"
tools:visibility="visible" />
android:text="@string/play_track_audio" />
<com.google.android.material.textview.MaterialTextView
android:id="@+id/video"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="12dp"
android:background="@drawable/selector_text"
android:focusable="true"
android:focusableInTouchMode="true"
style="@style/Control"
android:nextFocusRight="@id/reset"
android:nextFocusDown="@id/timeBar"
android:tag="2"
android:text="@string/play_track_video"
android:textColor="@color/white"
android:textSize="14sp"
android:visibility="gone"
tools:visibility="visible" />
android:text="@string/play_track_video" />
</androidx.appcompat.widget.LinearLayoutCompat>
</HorizontalScrollView>

@ -19,173 +19,92 @@
<com.google.android.material.textview.MaterialTextView
android:id="@+id/home"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/Control"
android:layout_marginEnd="12dp"
android:background="@drawable/selector_text"
android:focusable="true"
android:focusableInTouchMode="true"
android:nextFocusLeft="@id/change"
android:textColor="@color/white"
android:textSize="14sp"
tools:text="首頁" />
<com.google.android.material.textview.MaterialTextView
android:id="@+id/action"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/Control"
android:layout_marginEnd="12dp"
android:background="@drawable/selector_text"
android:focusable="true"
android:focusableInTouchMode="true"
android:text="@string/play"
android:textColor="@color/white"
android:textSize="14sp" />
android:text="@string/play" />
<com.google.android.material.textview.MaterialTextView
android:id="@+id/player"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/Control"
android:layout_marginEnd="12dp"
android:background="@drawable/selector_text"
android:focusable="true"
android:focusableInTouchMode="true"
android:text="@string/play_exo"
android:textColor="@color/white"
android:textSize="14sp" />
android:text="@string/play_exo" />
<com.google.android.material.textview.MaterialTextView
android:id="@+id/decode"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/Control"
android:layout_marginEnd="12dp"
android:background="@drawable/selector_text"
android:focusable="true"
android:focusableInTouchMode="true"
android:textColor="@color/white"
android:textSize="14sp"
tools:text="硬解" />
android:text="@string/play_decode" />
<com.fongmi.android.tv.ui.custom.CustomUpDownView
android:id="@+id/speed"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/Control"
android:layout_marginEnd="12dp"
android:background="@drawable/selector_text"
android:focusable="true"
android:focusableInTouchMode="true"
android:textColor="@color/white"
android:textSize="14sp"
android:fontFeatureSettings="tnum"
android:text="@string/play_speed"
android:visibility="gone"
tools:text="1.00"
tools:visibility="visible" />
<com.google.android.material.textview.MaterialTextView
android:id="@+id/scale"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/Control"
android:layout_marginEnd="12dp"
android:background="@drawable/selector_text"
android:focusable="true"
android:focusableInTouchMode="true"
android:textColor="@color/white"
android:textSize="14sp"
tools:text="預設" />
android:text="@string/play_scale" />
<com.google.android.material.textview.MaterialTextView
android:id="@+id/line"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/Control"
android:layout_marginEnd="12dp"
android:background="@drawable/selector_text"
android:focusable="true"
android:focusableInTouchMode="true"
android:textColor="@color/white"
android:textSize="14sp"
android:visibility="gone"
tools:text="來源 1"
tools:visibility="visible" />
<com.fongmi.android.tv.ui.custom.CustomUpDownView
android:id="@+id/text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/Control"
android:layout_marginEnd="12dp"
android:background="@drawable/selector_text"
android:focusable="true"
android:focusableInTouchMode="true"
android:tag="3"
android:text="@string/play_track_text"
android:textColor="@color/white"
android:textSize="14sp"
android:visibility="gone"
tools:visibility="visible" />
<com.google.android.material.textview.MaterialTextView
android:id="@+id/audio"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/Control"
android:layout_marginEnd="12dp"
android:background="@drawable/selector_text"
android:focusable="true"
android:focusableInTouchMode="true"
android:tag="1"
android:text="@string/play_track_audio"
android:textColor="@color/white"
android:textSize="14sp"
android:visibility="gone"
tools:visibility="visible" />
android:text="@string/play_track_audio" />
<com.google.android.material.textview.MaterialTextView
android:id="@+id/video"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/Control"
android:layout_marginEnd="12dp"
android:background="@drawable/selector_text"
android:focusable="true"
android:focusableInTouchMode="true"
android:tag="2"
android:text="@string/play_track_video"
android:textColor="@color/white"
android:textSize="14sp"
android:visibility="gone"
tools:visibility="visible" />
android:text="@string/play_track_video" />
<com.google.android.material.textview.MaterialTextView
android:id="@+id/invert"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/Control"
android:layout_marginEnd="12dp"
android:background="@drawable/selector_text"
android:focusable="true"
android:focusableInTouchMode="true"
android:text="@string/play_invert"
android:textColor="@color/text"
android:textSize="14sp" />
android:text="@string/play_invert" />
<com.google.android.material.textview.MaterialTextView
android:id="@+id/across"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/Control"
android:layout_marginEnd="12dp"
android:background="@drawable/selector_text"
android:focusable="true"
android:focusableInTouchMode="true"
android:text="@string/play_across"
android:textColor="@color/text"
android:textSize="14sp" />
android:text="@string/play_across" />
<com.google.android.material.textview.MaterialTextView
android:id="@+id/change"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/selector_text"
android:focusable="true"
android:focusableInTouchMode="true"
style="@style/Control"
android:nextFocusRight="@id/home"
android:text="@string/play_change"
android:textColor="@color/text"
android:textSize="14sp" />
android:text="@string/play_change" />
</androidx.appcompat.widget.LinearLayoutCompat>

@ -36,210 +36,100 @@
<com.google.android.material.textview.MaterialTextView
android:id="@+id/next"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/Control"
android:layout_marginEnd="12dp"
android:background="@drawable/selector_text"
android:focusable="true"
android:focusableInTouchMode="true"
android:nextFocusLeft="@id/loop"
android:nextFocusDown="@id/timeBar"
android:text="@string/play_next"
android:textColor="@color/white"
android:textSize="14sp" />
android:text="@string/play_next" />
<com.google.android.material.textview.MaterialTextView
android:id="@+id/prev"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/Control"
android:layout_marginEnd="12dp"
android:background="@drawable/selector_text"
android:focusable="true"
android:focusableInTouchMode="true"
android:nextFocusDown="@id/timeBar"
android:text="@string/play_prev"
android:textColor="@color/white"
android:textSize="14sp" />
android:text="@string/play_prev" />
<com.google.android.material.textview.MaterialTextView
android:id="@+id/reset"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/Control"
android:layout_marginEnd="12dp"
android:background="@drawable/selector_text"
android:focusable="true"
android:focusableInTouchMode="true"
android:nextFocusDown="@id/timeBar"
android:textColor="@color/white"
android:textSize="14sp"
tools:text="刷新" />
android:text="@string/play_reset" />
<com.google.android.material.textview.MaterialTextView
android:id="@+id/change2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/Control"
android:layout_marginEnd="12dp"
android:background="@drawable/selector_text"
android:focusable="true"
android:focusableInTouchMode="true"
android:nextFocusDown="@id/timeBar"
android:text="@string/play_change"
android:textColor="@color/white"
android:textSize="14sp"
tools:text="換源" />
android:text="@string/play_change" />
<com.google.android.material.textview.MaterialTextView
android:id="@+id/player"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/Control"
android:layout_marginEnd="12dp"
android:background="@drawable/selector_text"
android:focusable="true"
android:focusableInTouchMode="true"
android:nextFocusDown="@id/timeBar"
android:text="@string/play_exo"
android:textColor="@color/white"
android:textSize="14sp" />
android:text="@string/play_exo" />
<com.google.android.material.textview.MaterialTextView
android:id="@+id/decode"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/Control"
android:layout_marginEnd="12dp"
android:background="@drawable/selector_text"
android:focusable="true"
android:focusableInTouchMode="true"
android:nextFocusDown="@id/timeBar"
android:textColor="@color/white"
android:textSize="14sp"
tools:text="硬解" />
android:text="@string/play_decode" />
<com.fongmi.android.tv.ui.custom.CustomUpDownView
android:id="@+id/speed"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/Control"
android:layout_marginEnd="12dp"
android:background="@drawable/selector_text"
android:focusable="true"
android:focusableInTouchMode="true"
android:nextFocusDown="@id/timeBar"
android:textColor="@color/white"
android:textSize="14sp"
tools:text="1.00" />
android:fontFeatureSettings="tnum"
android:text="@string/play_speed" />
<com.google.android.material.textview.MaterialTextView
android:id="@+id/scale"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/Control"
android:layout_marginEnd="12dp"
android:background="@drawable/selector_text"
android:focusable="true"
android:focusableInTouchMode="true"
android:nextFocusDown="@id/timeBar"
android:textColor="@color/white"
android:textSize="14sp"
tools:text="預設" />
android:text="@string/play_scale" />
<com.fongmi.android.tv.ui.custom.CustomUpDownView
android:id="@+id/text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/Control"
android:layout_marginEnd="12dp"
android:background="@drawable/selector_text"
android:focusable="true"
android:focusableInTouchMode="true"
android:nextFocusDown="@id/timeBar"
android:tag="3"
android:text="@string/play_track_text"
android:textColor="@color/white"
android:textSize="14sp"
android:visibility="gone"
tools:visibility="visible" />
android:text="@string/play_track_text" />
<com.google.android.material.textview.MaterialTextView
android:id="@+id/audio"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/Control"
android:layout_marginEnd="12dp"
android:background="@drawable/selector_text"
android:focusable="true"
android:focusableInTouchMode="true"
android:nextFocusDown="@id/timeBar"
android:tag="1"
android:text="@string/play_track_audio"
android:textColor="@color/white"
android:textSize="14sp"
android:visibility="gone"
tools:visibility="visible" />
android:text="@string/play_track_audio" />
<com.google.android.material.textview.MaterialTextView
android:id="@+id/video"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/Control"
android:layout_marginEnd="12dp"
android:background="@drawable/selector_text"
android:focusable="true"
android:focusableInTouchMode="true"
android:nextFocusDown="@id/timeBar"
android:tag="2"
android:text="@string/play_track_video"
android:textColor="@color/white"
android:textSize="14sp"
android:visibility="gone"
tools:visibility="visible" />
android:text="@string/play_track_video" />
<com.fongmi.android.tv.ui.custom.CustomUpDownView
android:id="@+id/opening"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/Control"
android:layout_marginEnd="12dp"
android:background="@drawable/selector_text"
android:focusable="true"
android:focusableInTouchMode="true"
android:nextFocusDown="@id/timeBar"
android:textColor="@color/white"
android:textSize="14sp"
tools:text="00:00" />
android:text="@string/play_op" />
<com.fongmi.android.tv.ui.custom.CustomUpDownView
android:id="@+id/ending"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/Control"
android:layout_marginEnd="12dp"
android:background="@drawable/selector_text"
android:focusable="true"
android:focusableInTouchMode="true"
android:nextFocusDown="@id/timeBar"
android:textColor="@color/white"
android:textSize="14sp"
tools:text="00:00" />
android:text="@string/play_ed" />
<com.google.android.material.textview.MaterialTextView
android:id="@+id/danmaku"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/Control"
android:layout_marginEnd="12dp"
android:background="@drawable/selector_text"
android:focusable="true"
android:focusableInTouchMode="true"
android:nextFocusDown="@id/timeBar"
android:text="@string/danmaku"
android:textColor="@color/text"
android:textSize="14sp"
android:visibility="gone" />
android:visibility="gone"
tools:visibility="visible" />
<com.google.android.material.textview.MaterialTextView
android:id="@+id/loop"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/selector_text"
android:focusable="true"
android:focusableInTouchMode="true"
style="@style/Control"
android:nextFocusRight="@id/next"
android:nextFocusDown="@id/timeBar"
android:text="@string/play_loop"
android:textColor="@color/text"
android:textSize="14sp" />
android:text="@string/play_loop" />
</androidx.appcompat.widget.LinearLayoutCompat>
</HorizontalScrollView>

@ -12,6 +12,7 @@
<com.google.android.material.textview.MaterialTextView
android:id="@+id/title"
style="@style/Shadow"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginEnd="16dp"
@ -24,6 +25,7 @@
<com.google.android.material.textview.MaterialTextView
android:id="@+id/size"
style="@style/Shadow"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/title"
@ -35,9 +37,11 @@
<com.google.android.material.textview.MaterialTextView
android:id="@+id/clock"
style="@style/Shadow"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:fontFeatureSettings="tnum"
android:textColor="@color/white"
android:textSize="24sp"
tools:text="09:20:00" />

@ -14,6 +14,7 @@
<com.google.android.material.textview.MaterialTextView
android:id="@+id/title"
style="@style/Shadow"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginEnd="16dp"
@ -26,6 +27,7 @@
<com.google.android.material.textview.MaterialTextView
android:id="@+id/size"
style="@style/Shadow"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/title"
@ -36,9 +38,11 @@
<com.google.android.material.textview.MaterialTextView
android:id="@+id/clock"
style="@style/Shadow"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:fontFeatureSettings="tnum"
android:textColor="@color/white"
android:textSize="24sp"
tools:text="09:20:00" />

@ -12,6 +12,7 @@
<com.google.android.material.textview.MaterialTextView
android:id="@+id/title"
style="@style/Shadow"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginEnd="16dp"
@ -24,6 +25,7 @@
<com.google.android.material.textview.MaterialTextView
android:id="@+id/size"
style="@style/Shadow"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/title"
@ -34,9 +36,11 @@
<com.google.android.material.textview.MaterialTextView
android:id="@+id/clock"
style="@style/Shadow"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:fontFeatureSettings="tnum"
android:textColor="@color/white"
android:textSize="24sp"
tools:text="09:20:00" />

@ -23,6 +23,24 @@
<item name="android:activityCloseExitAnimation">@null</item>
</style>
<style name="Shadow">
<item name="android:shadowColor">#B0000000</item>
<item name="android:shadowDx">1.5</item>
<item name="android:shadowDy">1.5</item>
<item name="android:shadowRadius">2</item>
</style>
<style name="Control">
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:background">@drawable/selector_text</item>
<item name="android:focusable">true</item>
<item name="android:focusableInTouchMode">true</item>
<item name="android:nextFocusDown">@id/timeBar</item>
<item name="android:textColor">@color/text</item>
<item name="android:textSize">14sp</item>
</style>
<style name="BottomSheetDialog" parent="Theme.MaterialComponents.Light.BottomSheetDialog">
<item name="colorAccent">@color/accent</item>
<item name="colorPrimary">@color/primary</item>

@ -33,10 +33,14 @@
<string name="play_next">下集</string>
<string name="play_prev">上集</string>
<string name="play_loop">循环</string>
<string name="play_timer">定时</string>
<string name="play_change">换源</string>
<string name="play_forward"></string>
<string name="play_backward"></string>
<string name="play_speed">1.00</string>
<string name="play_reset">刷新</string>
<string name="play_decode">硬解</string>
<string name="play_timer">定时</string>
<string name="play_scale">原始</string>
<string name="play_change">换源</string>
<string name="play_invert">反转</string>
<string name="play_across">跨类</string>
<string name="play_reverse">倒序</string>
@ -47,9 +51,9 @@
<string name="play_backward_hint">已切换倒序播放</string>
<string name="play_now">正在播放:<xliff:g name="name">%s</xliff:g></string>
<string name="play_ready">准备播放:<xliff:g name="name">%s</xliff:g></string>
<string name="play_switch_parse">正在切换解析至「<xliff:g name="name">%s</xliff:g></string>
<string name="play_switch_flag">正在切换线路至「<xliff:g name="name">%s</xliff:g></string>
<string name="play_switch_site">正在切换站源至「<xliff:g name="name">%s</xliff:g></string>
<string name="play_switch_parse">正在切换解析至「<xliff:g name="name">%s</xliff:g></string>
<!-- Danmaku -->
<string name="danmaku">弹幕</string>

@ -33,10 +33,14 @@
<string name="play_next">下集</string>
<string name="play_prev">上集</string>
<string name="play_loop">循環</string>
<string name="play_timer">定時</string>
<string name="play_change">換源</string>
<string name="play_forward"></string>
<string name="play_backward"></string>
<string name="play_speed">1.00</string>
<string name="play_reset">刷新</string>
<string name="play_decode">硬解</string>
<string name="play_timer">定時</string>
<string name="play_scale">原始</string>
<string name="play_change">換源</string>
<string name="play_invert">反轉</string>
<string name="play_across">跨類</string>
<string name="play_reverse">倒序</string>
@ -47,9 +51,9 @@
<string name="play_backward_hint">已切換倒序播放</string>
<string name="play_now">正在播放:<xliff:g name="name">%s</xliff:g></string>
<string name="play_ready">準備播放:<xliff:g name="name">%s</xliff:g></string>
<string name="play_switch_parse">正在切换解析至「<xliff:g name="name">%s</xliff:g></string>
<string name="play_switch_flag">正在切換線路至「<xliff:g name="name">%s</xliff:g></string>
<string name="play_switch_site">正在切換站源至「<xliff:g name="name">%s</xliff:g></string>
<string name="play_switch_parse">正在切换解析至「<xliff:g name="name">%s</xliff:g></string>
<!-- Danmaku -->
<string name="danmaku">彈幕</string>

@ -33,10 +33,14 @@
<string name="play_next">Next</string>
<string name="play_prev">Prev</string>
<string name="play_loop">Loop</string>
<string name="play_timer">Timer</string>
<string name="play_change">Change</string>
<string name="play_forward"></string>
<string name="play_backward"></string>
<string name="play_speed">1.00</string>
<string name="play_reset">Reset</string>
<string name="play_decode">Hard</string>
<string name="play_timer">Timer</string>
<string name="play_scale">Default</string>
<string name="play_change">Change</string>
<string name="play_invert">Invert</string>
<string name="play_across">Across</string>
<string name="play_reverse">Reverse</string>
@ -47,9 +51,9 @@
<string name="play_backward_hint">Reverse play switched</string>
<string name="play_now">Playing: <xliff:g name="name">%s</xliff:g></string>
<string name="play_ready">Ready to play: <xliff:g name="name">%s</xliff:g></string>
<string name="play_switch_parse">Switching parse to <xliff:g name="name">%s</xliff:g></string>
<string name="play_switch_flag">Switching flag to <xliff:g name="name">%s</xliff:g></string>
<string name="play_switch_site">Switching site to <xliff:g name="name">%s</xliff:g></string>
<string name="play_switch_parse">Switching parse to <xliff:g name="name">%s</xliff:g></string>
<!-- Danmaku -->
<string name="danmaku">Danmaku</string>

Loading…
Cancel
Save