From 146ba8bd12a023c96415cd9661c9ca1a99bdbf27 Mon Sep 17 00:00:00 2001 From: xiaji Date: Mon, 6 Apr 2026 10:23:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=BE=91=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E6=B5=85=E8=89=B2=E6=A8=A1=E5=BC=8F=E4=B8=8B=E5=AD=97?= =?UTF-8?q?=E4=BD=93=E7=9C=8B=E4=B8=8D=E6=B8=85=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flomo-ai/app/src/main/res/layout/model_list_item.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flomo-ai/app/src/main/res/layout/model_list_item.xml b/flomo-ai/app/src/main/res/layout/model_list_item.xml index 69de40c..800538c 100644 --- a/flomo-ai/app/src/main/res/layout/model_list_item.xml +++ b/flomo-ai/app/src/main/res/layout/model_list_item.xml @@ -26,7 +26,7 @@ android:text="编辑" android:textSize="12sp" android:textColor="@color/white" - android:background="@drawable/button_secondary_bg" + android:background="@drawable/button_primary_bg" android:minWidth="0dp" android:minHeight="0dp" android:paddingHorizontal="12dp"