From 54edc7792798ae02549273f8f4e3c3a3e1a0332d Mon Sep 17 00:00:00 2001 From: LingASDJ <2735951230@qq.com> Date: Wed, 1 Feb 2023 21:14:05 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=94=B9=E5=96=84Demo=E7=9A=84=E5=B8=83?= =?UTF-8?q?=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/code_table_item.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/code_table_item.xml b/app/src/main/res/layout/code_table_item.xml index cc1ddfd..868fde2 100644 --- a/app/src/main/res/layout/code_table_item.xml +++ b/app/src/main/res/layout/code_table_item.xml @@ -30,15 +30,25 @@ android:layout_height="wrap_content" android:layout_below="@id/subTitleView" android:layout_marginTop="5dp" + android:layout_marginBottom="5dp" android:text="描述" /> + + From 5c335c3e0f48928e725eff00e3fde63ea3ededd3 Mon Sep 17 00:00:00 2001 From: LingASDJ <2735951230@qq.com> Date: Thu, 2 Feb 2023 10:55:42 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=94=B9=E5=96=84=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/code_table_item.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/code_table_item.xml b/app/src/main/res/layout/code_table_item.xml index 868fde2..d457397 100644 --- a/app/src/main/res/layout/code_table_item.xml +++ b/app/src/main/res/layout/code_table_item.xml @@ -33,12 +33,20 @@ android:layout_marginBottom="5dp" android:text="描述" /> + + From d8c1da743381563f5dae6d179c728d62b473467c Mon Sep 17 00:00:00 2001 From: LingASDJ <2735951230@qq.com> Date: Thu, 2 Feb 2023 12:07:30 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=94=B9=E4=B8=BA=E9=9A=8F=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=E5=8F=98=E5=8C=96=E7=9A=84MD3-API?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/code_table_item.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/code_table_item.xml b/app/src/main/res/layout/code_table_item.xml index d457397..59ea631 100644 --- a/app/src/main/res/layout/code_table_item.xml +++ b/app/src/main/res/layout/code_table_item.xml @@ -48,7 +48,7 @@ android:layout_height="wrap_content" android:layout_below="@id/LineView" android:text="示例代码:" - android:textColor="#b99bf8" /> + android:textColor="?attr/colorSecondary" />