v1.0.5 - 메모 아이콘 정리, 삼성 One UI 최신 알람 화면 개편, 달력 깜빡임 해소 및 카드 스택 전환 애니메이션 적용

This commit is contained in:
sanjeok77
2026-08-14 09:48:22 +09:00
parent d245aeb7d5
commit 696083060d
13 changed files with 395 additions and 195 deletions
+12
View File
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<gradient
android:type="radial"
android:gradientRadius="70dp"
android:startColor="#FF3B30"
android:endColor="#D70015" />
<stroke
android:width="2dp"
android:color="#80FFFFFF" />
</shape>