Skip to content

Commit d6f1340

Browse files
yhi9839claude
andcommitted
fix: Android 앱 아이콘 로고 크기 조정 (65%)
adaptive icon safe zone 기준 65%로 최종 확정 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0214164 commit d6f1340

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

8.44 KB
Loading

docs/agent/agent-log.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2298,3 +2298,10 @@ export const interactionOpacity = {
22982298
- Android/iOS 아이콘 파일 분리 (checkmo-app-icon-ios.png, checkmo-app-icon-android.png)
22992299
- app.json Android foregroundImage를 android 전용 파일로 분리
23002300
- Android 아이콘 로고 50% 축소 (adaptive icon safe zone 대응)
2301+
2302+
---
2303+
2304+
# 2026-05-24 17:49:41 KST
2305+
2306+
- Android 앱 아이콘 로고 크기 최종 확정 (65%, adaptive icon safe zone 대응)
2307+
- todo.md 아이콘 항목 ✅ 완료 처리

docs/agent/todo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ TODO 수정 시 아래 규칙만 지킨다.
4646
|| **RN** | **아이콘 경로 중앙화(icon map) + 화살표 정리** | `src/constants/iconMap.ts` 신규 생성. RN 내 SVG 경로 하드코딩을 `iconMap` 단일 소스로 통합(AppHeader/AuthFlow/MyPage/Story/Meeting/BottomTabs/BookStoryCard/UserProfile/DefaultProfileAvatar/BookFlipLoadingScreen). 미사용 화살표 SVG 9개 삭제, RN 화살표는 MaterialIcons 사용으로 유지. | 2026-05-07 | 2026-05-07 |
4747
|| **RN** | **글씨 크기 통일 확인** | `fontSize`/`lineHeight`/`letterSpacing` 하드코딩 제거 완료(0건). `typography` 토큰 승격(15/16 포함), 재발 방지 스크립트(`npm run check:typography`) 적용 완료. | - | - |
4848
|| **RN** | **로딩 화면 전수 점검 문서화** | `../documents/(done)loading-screen.md` 작성 완료. `BookFlipLoadingScreen` 사용처, 인라인 로딩 문구, 버튼 상태형 로딩, `RefreshControl` 위치를 전수 정리. | - | - |
49-
| 🧪 | **Android** | **앱 아이콘 로고 크기 조정** | Android adaptive icon 원형 마스크에서 로고가 잘리는 문제로 55% 축소 적용. 실기기/에뮬레이터에서 시각적으로 적절한지 확인 필요. 추가 조정 시 Python 스크립트로 재처리. | 2026-05-23 | 2026-05-23 |
49+
| | **Android** | **앱 아이콘 로고 크기 조정** | iOS/Android 아이콘 파일 분리 (checkmo-app-icon-ios.png, checkmo-app-icon-android.png). Android adaptive icon safe zone 대응, 로고 65% 축소 적용 완료. 에뮬레이터 확인 완료. | 2026-05-23 | 2026-05-24 |
5050
|| **RN** | **로딩 UX 통일/안정화** | (1) 문구 표기: `동사 + 중...` 공백+말줄임표 통일 완료. (2) 부팅 로더: 1500ms 고정 타이머 → `AuthGate.isReady` 이벤트 기반 전환 완료. (3) 인라인 피드백: 텍스트 방식으로 통일, 스피너 없음 정책 확정. (4) `RefreshControl`: 시스템 기본 색상 사용으로 확정. `../documents/(done)loading-screen.md` 최신화 완료. | - | - |
5151

5252
---

0 commit comments

Comments
 (0)