File tree 5 files changed +51
-4
lines changed
5 files changed +51
-4
lines changed Original file line number Diff line number Diff line change 4
4
/.idea /libraries
5
5
.DS_Store
6
6
/build
7
- /captures
7
+ /captures
Original file line number Diff line number Diff line change 72
72
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/dex" />
73
73
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/dex-cache" />
74
74
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.0/jars" />
75
+ <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/design/23.0.0/jars" />
75
76
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.0/jars" />
76
77
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/incremental" />
77
78
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/jacoco" />
86
87
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/rs" />
87
88
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/symbols" />
88
89
<excludeFolder url =" file://$MODULE_DIR$/build/outputs" />
90
+ <excludeFolder url =" file://$MODULE_DIR$/build/tmp" />
89
91
</content >
90
92
<orderEntry type =" jdk" jdkName =" Android API 23 Platform" jdkType =" Android SDK" />
91
93
<orderEntry type =" sourceFolder" forTests =" false" />
92
94
<orderEntry type =" library" exported =" " name =" appcompat-v7-23.0.0" level =" project" />
93
95
<orderEntry type =" library" exported =" " name =" support-v4-23.0.0" level =" project" />
96
+ <orderEntry type =" library" exported =" " name =" design-23.0.0" level =" project" />
94
97
<orderEntry type =" library" exported =" " name =" support-annotations-23.0.0" level =" project" />
95
98
</component >
96
99
</module >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <resources >
3
+ <color name =" primary" >#FFEB3B</color >
4
+ <color name =" primary_dark" >#FBC02D</color >
5
+ <color name =" primary_light" >#FFF9C4</color >
6
+ <color name =" accent" >#536DFE</color >
7
+
8
+ <color name =" primary_text" >#212121</color >
9
+ <color name =" secondary_text" >#727272</color >
10
+
11
+ <color name =" icons" >#212121</color >
12
+ <color name =" divider" >#B6B6B6</color >
13
+ </resources >
Original file line number Diff line number Diff line change 1
1
<resources >
2
2
3
- <!-- Base application theme. -->
4
- <style name =" AppTheme" parent =" Theme.AppCompat.Light.DarkActionBar" >
5
- <!-- Customize your theme here. -->
3
+ <style name =" AppTheme" parent =" Theme.AppCompat.Light" >
4
+ <item name =" colorPrimary" >@color/primary</item >
5
+ <item name =" colorPrimaryDark" >@color/primary_dark</item >
6
+ <item name =" colorAccent" >@color/accent</item >
7
+
8
+ <item name =" android:textColorPrimary" >@color/primary_text</item >
9
+ <item name =" android:textColorSecondary" >@color/secondary_text</item >
6
10
</style >
7
11
8
12
</resources >
You can’t perform that action at this time.
0 commit comments