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] =?UTF-8?q?=E6=94=B9=E4=B8=BA=E9=9A=8F=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=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" />