pull/49/head
kunfei 5 years ago
parent e065ea45eb
commit eec12f99a1
  1. 6
      app/src/main/res/layout/activity_book_info.xml
  2. 3
      app/src/main/res/values/strings.xml

@ -184,6 +184,8 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="vertical" android:orientation="vertical"
android:paddingTop="12dp"
android:paddingBottom="12dp"
app:layout_constraintTop_toBottomOf="@+id/view_info" app:layout_constraintTop_toBottomOf="@+id/view_info"
app:layout_constraintBottom_toTopOf="@+id/fl_action"> app:layout_constraintBottom_toTopOf="@+id/fl_action">
@ -192,7 +194,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:padding="12dp" android:padding="12dp"
android:text="@string/group" android:text="@string/group_s"
android:textColor="@color/tv_text_default" android:textColor="@color/tv_text_default"
android:textSize="16sp" /> android:textSize="16sp" />
@ -201,7 +203,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:padding="12dp" android:padding="12dp"
android:text="@string/chapter_list" android:text="@string/toc_s"
android:textColor="@color/tv_text_default" android:textColor="@color/tv_text_default"
android:textSize="16sp" /> android:textSize="16sp" />

@ -466,7 +466,6 @@
<string name="check_host_cookie">正在打开首页,成功自动返回主界面</string> <string name="check_host_cookie">正在打开首页,成功自动返回主界面</string>
<string name="click_check_after_success">登录成功后请点击右上角图标进行首页访问测试</string> <string name="click_check_after_success">登录成功后请点击右上角图标进行首页访问测试</string>
<string name="chapter"></string> <string name="chapter"></string>
<string name="chapter_s">章节:</string>
<string name="to"></string> <string name="to"></string>
<string name="use_regex">使用正则表达式</string> <string name="use_regex">使用正则表达式</string>
<string name="text_indent">缩进</string> <string name="text_indent">缩进</string>
@ -533,6 +532,8 @@
<string name="add_group">添加分组</string> <string name="add_group">添加分组</string>
<string name="add_replace_rule">新建替换</string> <string name="add_replace_rule">新建替换</string>
<string name="group">分组</string> <string name="group">分组</string>
<string name="group_s">分组: %s</string>
<string name="toc_s">目录: %s</string>
<string name="enable_explore">启用发现</string> <string name="enable_explore">启用发现</string>
<string name="disable_explore">禁用发现</string> <string name="disable_explore">禁用发现</string>
<string name="enable_selection">启用所选</string> <string name="enable_selection">启用所选</string>

Loading…
Cancel
Save