File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
android/app/src/main/res/values Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
<resources >
2
2
3
3
<!-- Base application theme. -->
4
- <!-- < style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"> -- >
4
+ <style name =" AppTheme" parent =" Theme.AppCompat.Light.NoActionBar" >
5
5
<!-- Customize your theme here. -->
6
- <!-- < /style> -- >
6
+ </style >
7
7
<!-- inherit from the material theme -->
8
- <style name =" AppTheme" parent =" android:Theme.Material" >
8
+ <!-- < style name="AppTheme" parent="android:Theme.Material"> -- >
9
9
<!-- Main theme colors -->
10
10
<!-- your app branding color for the app bar -->
11
- <item name =" android:colorPrimary" >@color/primary</item >
11
+ <!-- < item name="android:colorPrimary">@color/primary</item> -- >
12
12
<!-- darker variant for the status bar and contextual app bars -->
13
- <item name =" android:colorPrimaryDark" >@color/primary_dark</item >
13
+ <!-- < item name="android:colorPrimaryDark">@color/primary_dark</item> -- >
14
14
<!-- theme UI controls like checkboxes and text fields -->
15
- <item name =" android:colorAccent" >@color/accent</item >
16
- </style >
15
+ <!-- < item name="android:colorAccent">@color/accent</item> -- >
16
+ <!-- < /style> -- >
17
17
18
18
</resources >
You can’t perform that action at this time.
0 commit comments