Theme setup
In order to setup the theme, follow these steps.
Step 1
1.Add the following lines to your AndroidManifest file:
1 2 |
|
Example:
1 2 3 4 5 6 7 8 |
|
Step 2
2.Apply the theme in your activity by adding this line:
1 |
|
Example:
1 2 3 4 5 |
|
In order to setup the theme, follow these steps.
1.Add the following lines to your AndroidManifest file:
1 2 |
|
Example:
1 2 3 4 5 6 7 8 |
|
2.Apply the theme in your activity by adding this line:
1 |
|
Example:
1 2 3 4 5 |
|