Skip to content

Commit 6d035e2

Browse files
committed
first
1 parent 4fe688e commit 6d035e2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<resources>
22

33
<!-- Base application theme. -->
4-
<!-- <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"> -->
4+
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
55
<!-- Customize your theme here. -->
6-
<!-- </style> -->
6+
</style>
77
<!-- inherit from the material theme -->
8-
<style name="AppTheme" parent="android:Theme.Material">
8+
<!-- <style name="AppTheme" parent="android:Theme.Material"> -->
99
<!-- Main theme colors -->
1010
<!-- your app branding color for the app bar -->
11-
<item name="android:colorPrimary">@color/primary</item>
11+
<!-- <item name="android:colorPrimary">@color/primary</item> -->
1212
<!-- 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> -->
1414
<!-- 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> -->
1717

1818
</resources>

0 commit comments

Comments
 (0)