Component - Material Theme customization
This UI component shows how to customize the Material Theme colors and typography in an Android app using Kotlin. It changes the app's look by applying new colors and font styles globally.
This UI component shows how to customize the Material Theme colors and typography in an Android app using Kotlin. It changes the app's look by applying new colors and font styles globally.
MaterialTheme ├── Scaffold │ ├── TopAppBar │ └── Column │ ├── Text (Title) │ └── Button