Skip to content
This repository was archived by the owner on Feb 25, 2022. It is now read-only.

Commit 9f9f248

Browse files
author
Hisanobu Tomari
committed
revert to Material after considering DeviceDefault
1 parent decaa6d commit 9f9f248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/values-v21/styles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<resources>
2-
<style name="AppBaseTheme" parent="android:Theme.DeviceDefault.Light">
2+
<style name="AppBaseTheme" parent="android:Theme.Material.Light">
33
<item name="android:colorPrimary">@color/primary</item>
44
<!-- darker variant for the status bar and contextual app bars -->
55
<item name="android:colorPrimaryDark">@color/primary_dark</item>

0 commit comments

Comments
 (0)