mirror of
https://git.chinosk6.cn/chinosk/gkms-local.git
synced 2026-05-18 09:08:59 +07:00
generic text 有序 dump
增加文本 hook 测试 (beta版用)
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user