fixed issue, that message vanished after going to toolshop when a level was finished

This commit is contained in:
=
2017-07-27 13:43:40 +02:00
parent c71d1a767e
commit 4d07863563
11 changed files with 639 additions and 678 deletions

View File

@ -32,7 +32,7 @@
android:textSize="26sp"/>
<Button
android:id="@+id/startscreen_comingsoon"
android:id="@+id/startscreen_unlock_levels"
style="@style/GameButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@ -40,11 +40,11 @@
android:layout_alignEnd="@+id/startscreen_sound"
android:layout_alignRight="@+id/startscreen_sound"
android:layout_marginBottom="26dp"
android:text="Level Up"
android:visibility="visible"/>
android:text="Unlock all levels"
android:visibility="invisible"/>
<Button
android:id="@+id/startscreen_maxcheat"
android:id="@+id/startscreen_gain_90_ep"
style="@style/GameButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@ -53,7 +53,7 @@
android:layout_below="@+id/startscreen_play"
android:layout_marginLeft="48dp"
android:layout_marginStart="48dp"
android:text="Lv to 100"
android:visibility="visible"/>
android:text="Gain 90 ep"
android:visibility="invisible"/>
</RelativeLayout>