From 46400ae58ad7a73dfd34c4f39f1511b2653e0915 Mon Sep 17 00:00:00 2001 From: sanjeok77 Date: Fri, 13 Mar 2026 06:49:05 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=8B=A4=ED=81=AC=EB=AA=A8=EB=93=9C=20U?= =?UTF-8?q?I=20=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 날짜 이동 팝업 배경을 theme-aware 색상으로 변경 - 토스트 배경 및 글자색 theme-aware로 수정 - 다크모드에서 텍스트 가시성 개선 Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus --- app/src/main/res/drawable/bg_custom_toast.xml | 2 +- app/src/main/res/drawable/bg_opaque_glass_dialog.xml | 2 +- app/src/main/res/layout/custom_toast.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/drawable/bg_custom_toast.xml b/app/src/main/res/drawable/bg_custom_toast.xml index ad25896..2005ee5 100644 --- a/app/src/main/res/drawable/bg_custom_toast.xml +++ b/app/src/main/res/drawable/bg_custom_toast.xml @@ -2,7 +2,7 @@ - + - + diff --git a/app/src/main/res/layout/custom_toast.xml b/app/src/main/res/layout/custom_toast.xml index 4c337bc..7ee244d 100644 --- a/app/src/main/res/layout/custom_toast.xml +++ b/app/src/main/res/layout/custom_toast.xml @@ -13,7 +13,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:textSize="14sp" - android:textColor="@android:color/white" + android:textColor="@color/text_primary" android:maxLines="2" android:ellipsize="end" />