Levels Polished
Tutorial till level 5 done, but without images (TODO) Error with ToolSlotSettings fixed
This commit is contained in:
@ -7,13 +7,15 @@
|
||||
android:id="@+id/startscreen_sound"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@+id/startscreen_play"
|
||||
android:layout_marginTop="26dp"
|
||||
android:layout_toEndOf="@+id/startscreen_play"
|
||||
android:layout_toRightOf="@+id/startscreen_play"
|
||||
android:layout_marginTop="34dp"
|
||||
android:background="@drawable/xml_selector_sound"
|
||||
android:textOff=""
|
||||
android:textOn=""/>
|
||||
android:textOn=""
|
||||
android:layout_below="@+id/startscreen_play"
|
||||
android:layout_toRightOf="@+id/startscreen_play"
|
||||
android:layout_toEndOf="@+id/startscreen_play"
|
||||
android:layout_marginLeft="75dp"
|
||||
android:layout_marginStart="75dp"/>
|
||||
|
||||
<Button
|
||||
android:id="@+id/startscreen_play"
|
||||
@ -32,20 +34,23 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Level Up"
|
||||
android:layout_alignTop="@+id/startscreen_play"
|
||||
android:layout_toRightOf="@+id/startscreen_sound"
|
||||
android:layout_toEndOf="@+id/startscreen_sound"/>
|
||||
android:visibility="visible"
|
||||
android:layout_alignBottom="@+id/startscreen_play"
|
||||
android:layout_alignRight="@+id/startscreen_sound"
|
||||
android:layout_alignEnd="@+id/startscreen_sound"
|
||||
android:layout_marginBottom="26dp"/>
|
||||
|
||||
<Button
|
||||
android:id="@+id/startscreen_maxcheat"
|
||||
style="@style/GameButton"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Lv to 100"
|
||||
android:layout_below="@+id/startscreen_play"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_below="@+id/startscreen_play"
|
||||
android:layout_marginLeft="48dp"
|
||||
android:layout_marginStart="48dp"/>
|
||||
android:layout_marginStart="48dp"
|
||||
android:text="Lv to 100"
|
||||
android:visibility="gone"/>
|
||||
|
||||
</RelativeLayout>
|
Reference in New Issue
Block a user