v1.0.0 - ShiftRing 정식 첫 릴리즈\

This commit is contained in:
sanjeok77
2026-08-14 09:15:15 +09:00
commit 34c19ef6b0
217 changed files with 15517 additions and 0 deletions
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<!-- Glass Element: 20% Translucent White -->
<solid android:color="#33FFFFFF" />
<!-- Full Pill Shape -->
<corners android:radius="100dp" />
<!-- Subtle Border: 30% Translucent White -->
<stroke
android:width="1dp"
android:color="#4DFFFFFF" />
</shape>