Added toolinspector -> tool-upgrades can be bought (not saved yet)

only the time upgrade is used
This commit is contained in:
=
2017-06-10 13:19:34 +02:00
parent 504e2383fa
commit 4b4d81d8c7
46 changed files with 2940 additions and 5907 deletions

View File

@ -1,6 +1,9 @@
<resources>
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"/>
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<item name="android:buttonStyle">@style/GameButton</item>
<item name="android:textColor">#000000</item>
</style>
<style name="GameButton">
<item name="android:background">@drawable/xml_selector_gamebutton</item>
@ -12,10 +15,6 @@
<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>