Custom Styles
Follow step-by-step instructions to apply custom styles.
We'll cover the following...
We'll cover the following...
Recap
The login screen is almost ready. It’s time to polish the user interface with some custom styles and colors.
Let’s see what we need to do before applying custom styles. First, we need to make sure that our activity extends AppCompatActivity.
Next, we need to use one of the material component themes inside the activity or application tags in the AndroidManifest.xml file.
Now, all the user interface components are going to use default styles declared in the ...