6.7.0 - Alpha19 - 代码编辑器 "查找/替换" 支持状态持久化及实时显示搜索计数信息
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
android:id="@+id/checkbox_regex"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:text="@string/text_regex" />
|
||||
|
||||
<org.autojs.autojs.theme.widget.ThemeColorTextInputLayout
|
||||
@@ -44,7 +45,8 @@
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal">
|
||||
android:orientation="horizontal"
|
||||
android:layout_marginBottom="4dp">
|
||||
|
||||
<org.autojs.autojs.theme.widget.ThemeColorCheckBox
|
||||
android:id="@+id/checkbox_replace"
|
||||
|
||||
@@ -1287,4 +1287,5 @@
|
||||
<string name="text_write_system_settings">修改系统设置</string>
|
||||
<string name="text_xiaomi_background_popup_permission">后台弹出界面</string>
|
||||
<string name="text_loading_completed">加载完毕</string>
|
||||
<string name="text_no_search_results_for_keyword">未找到匹配项:\n\n%1$s</string>
|
||||
</resources>
|
||||
@@ -1562,4 +1562,5 @@
|
||||
<string name="text_write_system_settings">Write system settings</string>
|
||||
<string name="text_xiaomi_background_popup_permission">Display pop-up windows while running in the background</string>
|
||||
<string name="text_loading_completed">Loading completed</string>
|
||||
<string name="text_no_search_results_for_keyword">No results found for:\n\n%1$s</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user