pull/171/head
FongMi 2 years ago
parent e834e01d83
commit d372a9526d
  1. 55
      app/src/mobile/res/layout/dialog_control.xml
  2. 1
      app/src/mobile/res/values-zh-rCN/strings.xml
  3. 1
      app/src/mobile/res/values-zh-rTW/strings.xml
  4. 1
      app/src/mobile/res/values/strings.xml

@ -163,16 +163,6 @@
android:textSize="14sp"
tools:text="硬解" />
<TextView
android:id="@+id/loop"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="8dp"
android:background="@drawable/shape_accent"
android:text="@string/play_loop"
android:textColor="@color/control"
android:textSize="14sp" />
<TextView
android:id="@+id/opening"
android:layout_width="wrap_content"
@ -193,15 +183,6 @@
android:textSize="14sp"
tools:text="片尾" />
<TextView
android:id="@+id/timer"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/shape_accent"
android:text="@string/play_timer"
android:textColor="@color/control"
android:textSize="14sp" />
</LinearLayout>
</HorizontalScrollView>
@ -261,4 +242,40 @@
tools:visibility="visible" />
</LinearLayout>
<TextView
android:id="@+id/other"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:layout_marginBottom="8dp"
android:text="@string/control_other"
android:textColor="?android:attr/textColorPrimary"
android:textSize="16sp" />
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal">
<TextView
android:id="@+id/loop"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="8dp"
android:background="@drawable/shape_accent"
android:text="@string/play_loop"
android:textColor="@color/control"
android:textSize="14sp" />
<TextView
android:id="@+id/timer"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/shape_accent"
android:text="@string/play_timer"
android:textColor="@color/control"
android:textSize="14sp" />
</LinearLayout>
</LinearLayout>

@ -29,6 +29,7 @@
<string name="control_speed">倍速</string>
<string name="control_scale">缩放</string>
<string name="control_track">轨道</string>
<string name="control_other">其它</string>
<!-- Dialog -->
<string name="dialog_delete_record">删除全部纪录?</string>

@ -29,6 +29,7 @@
<string name="control_speed">倍速</string>
<string name="control_scale">縮放</string>
<string name="control_track">軌道</string>
<string name="control_other">其它</string>
<!-- Dialog -->
<string name="dialog_delete_record">刪除全部紀錄?</string>

@ -29,6 +29,7 @@
<string name="control_speed">Speed</string>
<string name="control_scale">Scale</string>
<string name="control_track">Track</string>
<string name="control_other">Other</string>
<!-- Dialog -->
<string name="dialog_delete_record">Delete all records?</string>

Loading…
Cancel
Save