From 9c53f64332bf73394b586cfad68d0fe35eca39d1 Mon Sep 17 00:00:00 2001
From: Horis <821938089@qq.com>
Date: Fri, 24 Mar 2023 08:42:47 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/src/main/res/layout/item_toc_regex.xml | 97 +++++++++--------
app/src/main/res/layout/item_txt_toc_rule.xml | 103 ++++++++++--------
2 files changed, 108 insertions(+), 92 deletions(-)
diff --git a/app/src/main/res/layout/item_toc_regex.xml b/app/src/main/res/layout/item_toc_regex.xml
index 7f0c95c20..5dddfd870 100644
--- a/app/src/main/res/layout/item_toc_regex.xml
+++ b/app/src/main/res/layout/item_toc_regex.xml
@@ -1,58 +1,67 @@
-
+ android:padding="16dp">
-
-
+
-
+
-
+
-
-
+
+ android:textSize="12sp"
+ app:layout_constraintBottom_toBottomOf="parent"
+ app:layout_constraintLeft_toLeftOf="parent" />
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/item_txt_toc_rule.xml b/app/src/main/res/layout/item_txt_toc_rule.xml
index 5fa7a8857..3796e8dd7 100644
--- a/app/src/main/res/layout/item_txt_toc_rule.xml
+++ b/app/src/main/res/layout/item_txt_toc_rule.xml
@@ -1,64 +1,71 @@
-
-
+
-
+
-
+
-
-
-
-
-
+
+ android:textSize="12sp"
+ app:layout_constraintBottom_toBottomOf="parent"
+ app:layout_constraintLeft_toLeftOf="parent" />
-
\ No newline at end of file
+
\ No newline at end of file