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

Commit ec066e3

Browse files
author
Hisanobu Tomari
committed
Add accent color for prettier java experience
1 parent fd49ecf commit ec066e3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<resources>
2-
<style name="AppBaseTheme" parent="android:Theme.Material.Light">
2+
<style name="AppBaseTheme" parent="android:Theme.DeviceDefault.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>
6+
<item name="android:colorAccent">@color/accent</item>
67
</style>
78
</resources>

app/src/main/res/values/colors.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
<color name="javabutton_bg">#0fff</color>
44
<color name="primary">#f00</color>
55
<color name="primary_dark">#a00</color>
6+
<color name="accent">#f33</color>
67
</resources>

0 commit comments

Comments
 (0)