Toolshop tidied up
This commit is contained in:
3
app/src/main/res/values/attr.xml
Normal file
3
app/src/main/res/values/attr.xml
Normal file
@ -0,0 +1,3 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
</resources>
|
@ -1,8 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="colorPrimary">#3f51b5</color>
|
||||
<color name="colorPrimaryDark">#303f9f</color>
|
||||
<color name="colorAccent">#ff4081</color>
|
||||
<color name="win">#ffda45</color>
|
||||
<color name="loose">#891e4e</color>
|
||||
<color name="retry">#39be27</color>
|
||||
|
@ -1,12 +1,6 @@
|
||||
<resources>
|
||||
|
||||
<!-- Base application theme. -->
|
||||
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
|
||||
<!-- Customize your theme here. -->
|
||||
<item name="colorPrimary">@color/colorPrimary</item>
|
||||
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
||||
<item name="colorAccent">@color/colorAccent</item>
|
||||
</style>
|
||||
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"/>
|
||||
|
||||
<style name="GameButton">
|
||||
<item name="android:background">@drawable/xml_selector_gamebutton</item>
|
||||
@ -18,6 +12,10 @@
|
||||
<item name="android:shadowRadius">2</item>
|
||||
</style>
|
||||
|
||||
<style name="PriceButton" parent="GameButton">
|
||||
<item name="android:drawableLeft">@drawable/star_icon</item>
|
||||
</style>
|
||||
|
||||
<style name="TutorialTextView">
|
||||
<item name="android:background">@drawable/xml_background_tutorialtextview</item>
|
||||
<item name="android:textColor">#000000</item>
|
||||
|
Reference in New Issue
Block a user