feat: UI/UX 대폭 개선 및 Pull to Refresh 스피너 수정 (v1.11.0)

### UI/UX 개선
- DealItem 프로덕션 레벨 디자인 적용
- 키워드 매칭 그라데이션 배경 효과
- 세련된 타이포그래피 및 아이콘 스타일
- 부드러운 바운스 애니메이션

### Pull to Refresh 수정
- 스피너가 레이어에 가려지는 문제 해결
- 상단 패딩 추가로 전체 스피너 표시
This commit is contained in:
sanjeok77
2026-03-07 05:20:05 +09:00
parent 4f71194e2a
commit c927cc6f9c
4 changed files with 215 additions and 164 deletions

View File

@@ -24,8 +24,8 @@ android {
applicationId = "com.hotdeal.alarm"
minSdk = 31
targetSdk = 35
versionCode = 16
versionName = "1.10.0"
versionCode = 17
versionName = "1.11.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {