pull/46/head
kunfei 5 years ago
parent 20fdc191b3
commit e1f5d830b7
  1. 12
      app/src/main/res/layout/activity_book_source_edit.xml
  2. 6
      app/src/main/res/layout/activity_rss_source_edit.xml
  3. 4
      app/src/main/res/values/arrays.xml
  4. 4
      app/src/main/res/values/strings.xml

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/ll_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
@ -17,7 +18,8 @@
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal">
android:orientation="horizontal"
android:layout_gravity="center_vertical">
<io.legado.app.lib.theme.view.ATECheckBox
android:id="@+id/cb_is_enable"
@ -33,6 +35,14 @@
android:checked="true"
android:text="@string/find" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/book_type"
android:layout_marginLeft="12dp"
android:layout_marginRight="3dp"
tools:ignore="RtlHardcoded" />
<androidx.appcompat.widget.AppCompatSpinner
android:id="@+id/sp_type"
android:layout_width="wrap_content"

@ -32,10 +32,10 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingLeft="6dp"
android:paddingRight="6dp"
android:paddingLeft="12dp"
android:paddingRight="3dp"
android:text="WebView:"
tools:ignore="HardcodedText" />
tools:ignore="HardcodedText,RtlHardcoded" />
<io.legado.app.lib.theme.view.ATECheckBox
android:id="@+id/cb_enable_js"

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="book_type">
<item>文本</item>
<item>音频</item>
<item>@string/book_type_text</item>
<item>@string/book_type_audio</item>
</string-array>
<string-array name="tts_speech_per">

@ -14,7 +14,6 @@
<string name="menu_replace_rule">净化替换</string>
<string name="menu_send">Send</string>
<string name="dialog_title">提示</string>
<string name="dialog_cancel">取消</string>
<string name="dialog_confirm">确定</string>
@ -554,5 +553,8 @@
<string name="refresh_cover">刷新封面</string>
<string name="change_cover_source">封面换源</string>
<string name="select_local_image">选择本地图片</string>
<string name="book_type">类型:</string>
<string name="book_type_text">文本</string>
<string name="book_type_audio">音频</string>
</resources>

Loading…
Cancel
Save