Build: CustomThemeScreen
This screen demonstrates how to customize the Material Theme colors and typography in an Android app using Kotlin. It shows a simple UI with a title, a button, and a text field styled with the custom theme.
Target UI
------------------------- | Custom Theme Screen | |-----------------------| | Title (Large Text) | | | | [ Text Input Field ] | | | | [ Custom Button ] | | | -------------------------
Create a custom Material Theme with a primary color of teal_700 and secondary color of amber_500.
Customize typography to use a larger font size for the title text.
Apply the custom theme to the screen.
Add a TextField with hint text 'Enter your name'.
Add a Button labeled 'Submit' styled with the primary color.