pull/1419/head
gedoor 3 years ago
parent c2c46a11aa
commit 237e20835c
  1. 0
      app/src/main/res/drawable/ic_reduce.xml
  2. 46
      app/src/main/res/layout/dialog_read_aloud.xml
  3. 2
      app/src/main/res/layout/view_detail_seek_bar.xml
  4. 2
      app/src/main/res/values-es-rES/strings.xml
  5. 2
      app/src/main/res/values-ja-rJP/strings.xml
  6. 2
      app/src/main/res/values-pt-rBR/strings.xml
  7. 2
      app/src/main/res/values-zh-rHK/strings.xml
  8. 2
      app/src/main/res/values-zh-rTW/strings.xml
  9. 2
      app/src/main/res/values-zh/strings.xml
  10. 2
      app/src/main/res/values/strings.xml

@ -32,7 +32,8 @@
android:paddingBottom="10dp"
android:text="@string/previous_chapter"
android:textColor="@color/primaryText"
android:textSize="14sp" />
android:textSize="14sp"
tools:ignore="TouchTargetSizeCheck" />
<View
android:layout_width="0dp"
@ -109,7 +110,8 @@
android:paddingBottom="10dp"
android:text="@string/next_chapter"
android:textColor="@color/primaryText"
android:textSize="14sp" />
android:textSize="14sp"
tools:ignore="TouchTargetSizeCheck" />
</LinearLayout>
@ -141,6 +143,7 @@
android:id="@+id/tv_timer"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/primaryText"
android:text="@string/timer_m" />
</LinearLayout>
@ -175,18 +178,47 @@
android:layout_gravity="center_vertical"
android:contentDescription="@string/flow_sys"
android:text="@string/flow_sys"
tools:ignore="RtlHardcoded" />
tools:ignore="RtlHardcoded,TouchTargetSizeCheck" />
</LinearLayout>
<io.legado.app.lib.theme.view.ThemeSeekBar
android:id="@+id/seek_tts_SpeechRate"
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="15dp"
android:layout_marginEnd="15dp"
android:paddingLeft="6dp"
android:paddingRight="6dp"
android:gravity="center"
android:orientation="horizontal">
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/iv_tts_speech_reduce"
android:layout_width="30dp"
android:layout_height="30dp"
android:tooltipText="@string/tts_speech_reduce"
android:contentDescription="@string/tts_speech_reduce"
android:src="@drawable/ic_reduce"
android:tint="@color/primaryText"
tools:ignore="UnusedAttribute" />
<io.legado.app.lib.theme.view.ThemeSeekBar
android:id="@+id/seek_tts_speechRate"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:max="45" />
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/iv_tts_speech_add"
android:layout_width="30dp"
android:layout_height="30dp"
android:tooltipText="@string/tts_speech_add"
android:contentDescription="@string/tts_speech_add"
android:src="@drawable/ic_add"
android:tint="@color/primaryText"
tools:ignore="UnusedAttribute" />
</LinearLayout>
</LinearLayout>
<LinearLayout

@ -20,7 +20,7 @@
android:layout_width="24dp"
android:layout_height="24dp"
android:contentDescription="@string/reduce"
android:src="@drawable/ic_remove"
android:src="@drawable/ic_reduce"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:tint="@color/primaryText" />

@ -902,5 +902,7 @@
<string name="login_header">登录头</string>
<string name="font_scale">字体大小</string>
<string name="font_scale_summary">当前字体大小:%.1f</string>
<string name="tts_speech_reduce">语速减</string>
<string name="tts_speech_add">语速加</string>
</resources>

@ -906,5 +906,7 @@
<string name="login_header">登录头</string>
<string name="font_scale">字体大小</string>
<string name="font_scale_summary">当前字体大小:%.1f</string>
<string name="tts_speech_reduce">语速减</string>
<string name="tts_speech_add">语速加</string>
</resources>

@ -906,5 +906,7 @@
<string name="login_header">登录头</string>
<string name="font_scale">字体大小</string>
<string name="font_scale_summary">当前字体大小:%.1f</string>
<string name="tts_speech_reduce">语速减</string>
<string name="tts_speech_add">语速加</string>
</resources>

@ -903,5 +903,7 @@
<string name="login_header">登录头</string>
<string name="font_scale">字体大小</string>
<string name="font_scale_summary">当前字体大小:%.1f</string>
<string name="tts_speech_reduce">语速减</string>
<string name="tts_speech_add">语速加</string>
</resources>

@ -905,5 +905,7 @@
<string name="login_header">登录头</string>
<string name="font_scale">字体大小</string>
<string name="font_scale_summary">当前字体大小:%.1f</string>
<string name="tts_speech_reduce">语速减</string>
<string name="tts_speech_add">语速加</string>
</resources>

@ -905,5 +905,7 @@
<string name="login_header">登录头</string>
<string name="font_scale">字体大小</string>
<string name="font_scale_summary">当前字体大小:%.1f</string>
<string name="tts_speech_reduce">语速减</string>
<string name="tts_speech_add">语速加</string>
</resources>

@ -906,5 +906,7 @@
<string name="login_header">login header</string>
<string name="font_scale">font scale</string>
<string name="font_scale_summary">font scale:%.1f</string>
<string name="tts_speech_reduce">语速减</string>
<string name="tts_speech_add">语速加</string>
</resources>

Loading…
Cancel
Save