Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- R
- Android
- table
- mapreduce
- hadoop
- Python
- IntelliJ
- 공정능력
- Express
- MSSQL
- Java
- window
- 보조정렬
- JavaScript
- mybatis
- SPC
- Eclipse
- Spring
- SSL
- Kotlin
- tomcat
- Sqoop
- plugin
- xPlatform
- SQL
- react
- es6
- vaadin
- NPM
- GIT
Archives
- Today
- Total
DBILITY
theme 본문
반응형
style은 View에 적용된다.
Theme은 앱 전체에 적용된다.
colorPrimary와 colorSecondary는 앱의 브랜드를 표현하기 위한 색상이다.
colorPrimary는 툴바와 버튼의 백그라운드 색상으로 적용되며, colorOnPrimary는 포그라운드 색상이다.
colorSecondary는 체크박스,라디오버튼, 스위치 등의 활성상태 색상이고, colorOnSecondary는 포그라운드 색상이다.
statusBarColor는 상태바의 백그라운드 색상으로 사용된다.
colorPrimaryVariant,colorSecondaryVariant는 그림자 색상이다.
아래는 statusBar를 사라지게 하는데 parent 테마에 따라 다르다
<item name="android:windowFullscreen">true</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowActionBar">false</item>
https://m2.material.io/develop/android/theming/color
반응형
'android' 카테고리의 다른 글
android WindowInsets Insets (0) | 2024.11.19 |
---|---|
Caused by: org.gradle.api.internal.artifacts.ivyservice.TypedResolveException: Could not resolve all files for configuration ':app:debugCompileClasspath'. (0) | 2024.11.13 |
android avd localhost (0) | 2024.05.01 |
AVD network speed (0) | 2024.04.15 |
android external library register (0) | 2024.04.02 |
Comments