feat: 로컬 파일 관리용 다중 선택 UI 구현

This commit is contained in:
2026-01-05 01:19:28 +09:00
parent ebc67459cf
commit 3a82480ecf
7 changed files with 236 additions and 44 deletions

View File

@@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M9.64,7.64c0.23,-0.54 0.13,-1.17 -0.27,-1.56l-1.42,-1.42c-0.39,-0.39 -1.02,-0.39 -1.41,0L2.2,9.01c-0.39,0.39 -0.39,1.02 0,1.41l1.41,1.41c0.39,0.39 0.94,0.48 1.48,0.28L6.4,14H10v2H6.4l-1.3,1.3c-0.39,0.39 -0.39,1.02 0,1.41l1.41,1.41c0.39,0.39 1.02,0.39 1.41,0l4.34,-4.34c0.39,-0.39 0.39,-1.02 0,-1.41l-1.41,-1.41c-0.45,-0.45 -1.16,-0.55 -1.7,-0.28L9.64,7.64zM8,10c-0.55,0 -1,-0.45 -1,-1s0.45,-1 1,-1 1,0.45 1,1 -0.45,1 -1,1zM14.36,16.36c-0.23,0.54 -0.13,1.17 0.27,1.56l1.42,1.42c0.39,0.39 1.02,0.39 1.41,0L21.8,15c0.39,-0.39 0.39,-1.02 0,-1.41l-1.41,-1.41c-0.39,-0.39 -0.94,-0.48 -1.48,-0.28L17.6,10H14v-2h3.6l1.3,-1.3c0.39,-0.39 0.39,-1.02 0,-1.41L17.48,3.87c-0.39,-0.39 -1.02,-0.39 -1.41,0l-4.34,4.34c-0.39,0.39 -0.39,1.02 0,1.41l1.41,1.41c0.45,0.45 1.16,0.55 1.7,0.28l1.09,1.09zM16,14c0.55,0 1,0.45 1,1s-0.45,1 -1,1 -1,-0.45 -1,-1 0.45,-1 1,-1z"/>
</vector>