feat: EdgeToEdge 개선 - 시스템 바 색상 통일 및 화면 공간 최적화 (v1.9.0)
- MainScreen.kt: 불필요한 windowInsetsPadding 제거로 화면 공간 확보 - DealListScreen.kt: TopAppBar에 statusBarsPadding 적용, FAB에 navigationBarsPadding 적용 - Theme.kt: 시스템 바 색상을 앱 surface 색상과 일치시켜 이질감 해소 - MainActivity.kt: setupEdgeToEdge 함수 간소화 및 중복 코드 제거 - version.json: 1.9.0 버전 업데이트
This commit is contained in:
@@ -24,8 +24,8 @@ android {
|
||||
applicationId = "com.hotdeal.alarm"
|
||||
minSdk = 31
|
||||
targetSdk = 35
|
||||
versionCode = 14
|
||||
versionName = "1.8.0"
|
||||
versionCode = 15
|
||||
versionName = "1.9.0"
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables {
|
||||
|
||||
Reference in New Issue
Block a user