generic text 有序 dump

增加文本 hook 测试 (beta版用)
This commit is contained in:
chinosk
2024-05-27 21:41:57 +08:00
parent 3665ae851a
commit c5fd80daa2
7 changed files with 79 additions and 9 deletions
+13
View File
@@ -64,6 +64,19 @@
android:text="@string/enable_plugin" />
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.google.android.material.switchmaterial.SwitchMaterial
android:id="@+id/textTestMode"
android:layout_width="match_parent"
android:layout_height="48dp"
android:checked="@={config.textTest}"
android:onCheckedChanged="@{(view, value) -> listener.onTextTestChanged(value)}"
android:text="文本 hook 测试模式" />
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent">