First Tutorial added
This commit is contained in:
@ -1,7 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Button xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
style="@style/customButton"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
</Button>
|
@ -12,7 +12,7 @@
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_margin="10dp"
|
||||
android:src="@drawable/guis_pausebutton" />
|
||||
android:src="@drawable/guis_pausebutton"/>
|
||||
|
||||
<include
|
||||
android:id="@+id/game_toolbuttonbar"
|
||||
@ -21,7 +21,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_marginTop="3dp" />
|
||||
android:layout_marginTop="3dp"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/game_playerprogress"
|
||||
@ -30,19 +30,18 @@
|
||||
android:layout_margin="4dp"
|
||||
android:text="0.0m"
|
||||
android:textColor="#ffb405"
|
||||
android:textSize="22sp" />
|
||||
android:textSize="22sp"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/game_playerspeed"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignLeft="@+id/game_playerprogress"
|
||||
android:layout_alignStart="@+id/game_playerprogress"
|
||||
android:layout_below="@+id/game_playerprogress"
|
||||
android:text="0.0m/s"
|
||||
android:textColor="#ffb405"
|
||||
android:textSize="22sp"
|
||||
android:layout_below="@+id/game_playerprogress"
|
||||
android:layout_alignLeft="@+id/game_playerprogress"
|
||||
android:layout_alignStart="@+id/game_playerprogress" />
|
||||
/>
|
||||
android:textSize="22sp"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/game_fps"
|
||||
@ -53,7 +52,7 @@
|
||||
android:layout_alignParentRight="true"
|
||||
android:text="Fps: 00"
|
||||
android:textColor="@android:color/white"
|
||||
android:textSize="15sp" />
|
||||
android:textSize="15sp"/>
|
||||
|
||||
<include
|
||||
android:id="@+id/game_shortmenu"
|
||||
@ -74,16 +73,15 @@
|
||||
android:visibility="invisible"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/game_countdown"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="3"
|
||||
android:id="@+id/game_countdown"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:textSize="100sp"
|
||||
android:visibility="invisible"
|
||||
android:layout_centerVertical="true"
|
||||
android:text="3"
|
||||
android:textColor="@color/countdown3"
|
||||
android:textStyle="bold"/>
|
||||
|
||||
android:textSize="100sp"
|
||||
android:textStyle="bold"
|
||||
android:visibility="invisible"/>
|
||||
|
||||
</RelativeLayout>
|
@ -2,7 +2,7 @@
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/xml_levelbutton_background"
|
||||
android:background="@drawable/xml_background_levelbutton"
|
||||
android:layout_margin="10dp">
|
||||
|
||||
<TextView
|
||||
@ -12,7 +12,7 @@
|
||||
android:text="Button"
|
||||
android:textColor="#000000"
|
||||
android:textSize="30sp"
|
||||
android:layout_centerHorizontal="true" />
|
||||
android:layout_centerHorizontal="true"/>
|
||||
|
||||
<LinearLayout
|
||||
android:orientation="horizontal"
|
||||
@ -26,28 +26,28 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:src="@drawable/currency_star_empty"
|
||||
android:id="@+id/levelbutton_star1"
|
||||
android:layout_weight="1" />
|
||||
android:layout_weight="1"/>
|
||||
|
||||
<ImageView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:src="@drawable/currency_star_empty"
|
||||
android:id="@+id/levelbutton_star2"
|
||||
android:layout_weight="1" />
|
||||
android:layout_weight="1"/>
|
||||
|
||||
<ImageView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:src="@drawable/currency_star_empty"
|
||||
android:id="@+id/levelbutton_star3"
|
||||
android:layout_weight="1" />
|
||||
android:layout_weight="1"/>
|
||||
|
||||
<ImageView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:src="@drawable/currency_energy_empty"
|
||||
android:id="@+id/levelbutton_energy"
|
||||
android:layout_weight="1" />
|
||||
android:layout_weight="1"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
@ -58,6 +58,6 @@
|
||||
android:src="@drawable/lock_locked"
|
||||
android:layout_centerInParent="true"
|
||||
android:visibility="invisible"
|
||||
android:layout_weight="1" />
|
||||
android:layout_weight="1"/>
|
||||
|
||||
</RelativeLayout>
|
@ -28,13 +28,13 @@
|
||||
android:id="@+id/levels_topRow"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="1" />
|
||||
android:layout_weight="1"/>
|
||||
|
||||
<TableRow
|
||||
android:id="@+id/levels_bottomRow"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="1" />
|
||||
android:layout_weight="1"/>
|
||||
|
||||
</TableLayout>
|
||||
</HorizontalScrollView>
|
||||
|
@ -31,7 +31,7 @@
|
||||
android:text="Level Up"
|
||||
android:textColor="#ffe100"
|
||||
android:textSize="50sp"
|
||||
android:textStyle="bold" />
|
||||
android:textStyle="bold"/>
|
||||
|
||||
<ImageView
|
||||
android:layout_width="400dp"
|
||||
@ -39,7 +39,7 @@
|
||||
android:id="@+id/imageView"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:src="@drawable/splitter"
|
||||
android:layout_marginTop="10dp" />
|
||||
android:layout_marginTop="10dp"/>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/levelup_unlocklist"
|
||||
|
@ -1,6 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent" android:layout_height="match_parent">
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
@ -9,36 +10,36 @@
|
||||
android:id="@+id/message_title"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:textSize="55sp" />
|
||||
android:textSize="55sp"/>
|
||||
|
||||
<Button
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Restart"
|
||||
android:id="@+id/message_leftbutton"
|
||||
style="@style/customButton"
|
||||
style="@style/GameButton"
|
||||
android:layout_marginTop="37dp"
|
||||
android:layout_below="@+id/message_title"
|
||||
android:layout_alignStart="@+id/message_title" />
|
||||
android:layout_alignStart="@+id/message_title"/>
|
||||
|
||||
<Button
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Exit"
|
||||
style="@style/customButton"
|
||||
style="@style/GameButton"
|
||||
android:id="@+id/message_exitbutton"
|
||||
android:layout_alignTop="@+id/message_leftbutton"
|
||||
android:layout_alignEnd="@+id/message_title" />
|
||||
android:layout_alignEnd="@+id/message_title"/>
|
||||
|
||||
<Button
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Try again"
|
||||
style="@style/customButton"
|
||||
style="@style/GameButton"
|
||||
android:id="@+id/message_tryagainbutton"
|
||||
android:visibility="visible"
|
||||
android:layout_marginTop="3dp"
|
||||
android:layout_below="@+id/message_leftbutton"
|
||||
android:layout_alignStart="@+id/message_leftbutton" />
|
||||
android:layout_alignStart="@+id/message_leftbutton"/>
|
||||
|
||||
</RelativeLayout>
|
@ -24,7 +24,7 @@
|
||||
android:text="Continue"
|
||||
android:textSize="40sp"
|
||||
android:textColor="@color/win"
|
||||
android:id="@+id/shortmenu_continue" />
|
||||
android:id="@+id/shortmenu_continue"/>
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
@ -32,7 +32,7 @@
|
||||
android:text="Restart"
|
||||
android:textSize="40sp"
|
||||
android:textColor="@color/win"
|
||||
android:id="@+id/shortmenu_restart" />
|
||||
android:id="@+id/shortmenu_restart"/>
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
@ -40,6 +40,6 @@
|
||||
android:text="Exit"
|
||||
android:textSize="40sp"
|
||||
android:textColor="@color/win"
|
||||
android:id="@+id/shortmenu_exit" />
|
||||
android:id="@+id/shortmenu_exit"/>
|
||||
</LinearLayout>
|
||||
</FrameLayout>
|
@ -11,9 +11,9 @@
|
||||
android:layout_marginTop="26dp"
|
||||
android:layout_toEndOf="@+id/startscreen_play"
|
||||
android:layout_toRightOf="@+id/startscreen_play"
|
||||
android:background="@drawable/xml_sound_toggle"
|
||||
android:background="@drawable/xml_selector_sound"
|
||||
android:textOff=""
|
||||
android:textOn="" />
|
||||
android:textOn=""/>
|
||||
|
||||
<Button
|
||||
android:id="@+id/startscreen_play"
|
||||
@ -24,21 +24,21 @@
|
||||
android:text="Play"
|
||||
android:textSize="25sp"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_centerHorizontal="true" />
|
||||
android:layout_centerHorizontal="true"/>
|
||||
|
||||
<Button
|
||||
android:id="@+id/startscreen_comingsoon"
|
||||
style="@style/customButton"
|
||||
style="@style/GameButton"
|
||||
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:layout_toEndOf="@+id/startscreen_sound"/>
|
||||
|
||||
<Button
|
||||
android:id="@+id/startscreen_maxcheat"
|
||||
style="@style/customButton"
|
||||
style="@style/GameButton"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Lv to 100"
|
||||
@ -46,6 +46,6 @@
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_marginLeft="48dp"
|
||||
android:layout_marginStart="48dp" />
|
||||
android:layout_marginStart="48dp"/>
|
||||
|
||||
</RelativeLayout>
|
@ -11,12 +11,12 @@
|
||||
android:text="Ramp"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:textColor="#000000"
|
||||
android:textSize="25sp" />
|
||||
android:textSize="25sp"/>
|
||||
|
||||
<include
|
||||
android:id="@+id/toolofferslot_slot"
|
||||
layout="@layout/tool_slot"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal" />
|
||||
android:layout_gravity="center_horizontal"/>
|
||||
</LinearLayout>
|
@ -8,7 +8,7 @@
|
||||
android:layout_width="70dp"
|
||||
android:layout_height="70dp"
|
||||
android:layout_gravity="center"
|
||||
android:background="@drawable/xml_tool_slot_background"
|
||||
android:src="@drawable/rampbutton" />
|
||||
android:background="@drawable/xml_background_toolslot"
|
||||
android:src="@drawable/rampbutton"/>
|
||||
|
||||
</FrameLayout>
|
@ -8,14 +8,14 @@
|
||||
android:layout_width="70dp"
|
||||
android:layout_height="60dp"
|
||||
android:layout_centerInParent="true"
|
||||
android:src="@drawable/rampbutton" />
|
||||
android:src="@drawable/rampbutton"/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/toolProgressButtonAnimation"
|
||||
android:layout_width="70dp"
|
||||
android:layout_height="60dp"
|
||||
android:src="@drawable/rampbutton"
|
||||
android:visibility="invisible" />
|
||||
android:visibility="invisible"/>
|
||||
|
||||
<ProgressBar
|
||||
android:id="@+id/toolProgressBar"
|
||||
@ -25,7 +25,6 @@
|
||||
android:layout_centerInParent="true"
|
||||
android:max="100"
|
||||
android:progress="100"
|
||||
android:progressDrawable="@drawable/xml_toolprogressbarlayers" />
|
||||
|
||||
android:progressDrawable="@drawable/xml_layers_toolprogressbar"/>
|
||||
|
||||
</RelativeLayout>
|
@ -8,7 +8,7 @@
|
||||
android:id="@+id/toolshop_topbar"
|
||||
layout="@layout/topbar"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content" />
|
||||
android:layout_height="wrap_content"/>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
@ -23,7 +23,7 @@
|
||||
layout="@layout/tool_slot"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginRight="5dp" />
|
||||
android:layout_marginRight="5dp"/>
|
||||
|
||||
<include
|
||||
android:id="@+id/toolshop_slot2"
|
||||
@ -31,7 +31,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="5dp"
|
||||
android:layout_marginRight="5dp" />
|
||||
android:layout_marginRight="5dp"/>
|
||||
|
||||
<include
|
||||
android:id="@+id/toolshop_slot3"
|
||||
@ -39,14 +39,14 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="5dp"
|
||||
android:layout_marginRight="5dp" />
|
||||
android:layout_marginRight="5dp"/>
|
||||
|
||||
<include
|
||||
android:id="@+id/toolshop_slot4"
|
||||
layout="@layout/tool_slot"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="5dp" />
|
||||
android:layout_marginLeft="5dp"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
@ -72,7 +72,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="9"
|
||||
style="@style/customButton"
|
||||
style="@style/GameButton"
|
||||
android:drawableLeft="@drawable/star_icon"
|
||||
android:id="@+id/toolshop_price_button"
|
||||
android:visibility="invisible"/>
|
||||
|
@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/topbar_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
@ -24,14 +23,14 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Level: 1"
|
||||
android:textColor="#000000"
|
||||
android:textSize="25sp" />
|
||||
android:textSize="25sp"/>
|
||||
|
||||
<ProgressBar
|
||||
android:id="@+id/topbar_levelprogress"
|
||||
style="?android:attr/progressBarStyleHorizontal"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:progress="50" />
|
||||
android:progress="50"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
@ -41,7 +40,7 @@
|
||||
android:layout_height="40dp"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_toEndOf="@id/topbar_levellayout"
|
||||
android:background="@drawable/currency_star" />
|
||||
android:background="@drawable/currency_star"/>
|
||||
|
||||
<ImageView
|
||||
android:layout_width="40dp"
|
||||
@ -52,17 +51,17 @@
|
||||
android:layout_toEndOf="@+id/topbar_starcount"
|
||||
android:layout_marginLeft="20dp"
|
||||
android:layout_marginStart="20dp"
|
||||
android:id="@+id/topbar_energyview" />
|
||||
android:id="@+id/topbar_energyview"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/topbar_starcount"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_toEndOf="@+id/topbar_starview"
|
||||
android:text="100"
|
||||
android:textColor="#000000"
|
||||
android:textSize="25sp" />
|
||||
android:id="@+id/topbar_starcount"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_toEndOf="@+id/topbar_starview"
|
||||
android:text="100"
|
||||
android:textColor="#000000"
|
||||
android:textSize="25sp"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/topbar_energycount"
|
||||
@ -72,7 +71,7 @@
|
||||
android:layout_toEndOf="@+id/topbar_energyview"
|
||||
android:text="100"
|
||||
android:textColor="#000000"
|
||||
android:textSize="25sp" />
|
||||
android:textSize="25sp"/>
|
||||
|
||||
<ToggleButton
|
||||
android:id="@+id/topbar_soundtoggle"
|
||||
@ -82,19 +81,19 @@
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_margin="5dp"
|
||||
android:layout_toStartOf="@+id/topbar_toolshop"
|
||||
android:background="@drawable/xml_sound_toggle"
|
||||
android:background="@drawable/xml_selector_sound"
|
||||
android:textOff=""
|
||||
android:textOn="" />
|
||||
android:textOn=""/>
|
||||
|
||||
<Button
|
||||
android:id="@+id/topbar_toolshop"
|
||||
style="@style/customButton"
|
||||
style="@style/GameButton"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_marginRight="5dp"
|
||||
android:text="Tool-Shop" />
|
||||
android:text="Tool-Shop"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/topbar_starcount_decrease"
|
||||
@ -105,11 +104,11 @@
|
||||
android:textColor="#000000"
|
||||
android:textSize="20sp"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_alignEnd="@+id/topbar_starcount" />
|
||||
android:layout_alignEnd="@+id/topbar_starcount"/>
|
||||
|
||||
<Button
|
||||
android:id="@+id/topbar_resetButton"
|
||||
style="@style/customButton"
|
||||
style="@style/GameButton"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Reset"
|
||||
@ -118,7 +117,6 @@
|
||||
android:layout_alignBaseline="@+id/topbar_soundtoggle"
|
||||
android:layout_alignBottom="@+id/topbar_soundtoggle"
|
||||
android:layout_toRightOf="@+id/topbar_energycount"
|
||||
android:layout_toEndOf="@+id/topbar_energycount" />
|
||||
|
||||
android:layout_toEndOf="@+id/topbar_energycount"/>
|
||||
|
||||
</RelativeLayout>
|
@ -1,15 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:orientation="horizontal" android:layout_width="wrap_content"
|
||||
android:orientation="horizontal"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/xml_unlock_message_background">
|
||||
android:background="@drawable/xml_background_bountymessage">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:id="@+id/unlockmessage_toolimage"
|
||||
android:src="@drawable/rampbutton"
|
||||
android:layout_gravity="center_vertical" />
|
||||
android:layout_gravity="center_vertical"/>
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
@ -19,5 +20,5 @@
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginLeft="5dp"
|
||||
android:textColor="#000000"
|
||||
android:textSize="20sp" />
|
||||
android:textSize="20sp"/>
|
||||
</LinearLayout>
|
@ -2,7 +2,7 @@
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="260dp"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@drawable/xml_worldbutton_background">
|
||||
android:background="@drawable/xml_background_worldbutton">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/worldbutton_title"
|
||||
@ -13,7 +13,7 @@
|
||||
android:text="Unknown"
|
||||
android:textColor="#ff2200"
|
||||
android:textSize="30sp"
|
||||
android:textStyle="bold|italic" />
|
||||
android:textStyle="bold|italic"/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/worldbutton_preview"
|
||||
@ -23,7 +23,7 @@
|
||||
android:layout_marginTop="10dp"
|
||||
android:adjustViewBounds="true"
|
||||
android:src="@drawable/previews_grass"
|
||||
android:layout_width="150dp" />
|
||||
android:layout_width="150dp"/>
|
||||
|
||||
<RelativeLayout
|
||||
android:layout_width="wrap_content"
|
||||
@ -44,7 +44,7 @@
|
||||
android:layout_width="30sp"
|
||||
android:layout_height="30sp"
|
||||
android:layout_alignParentStart="true"
|
||||
android:src="@drawable/tick" />
|
||||
android:src="@drawable/tick"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/worldbutton_levelcount"
|
||||
@ -66,7 +66,7 @@
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_toRightOf="@+id/worldbutton_levelcount"
|
||||
android:layout_toEndOf="@+id/worldbutton_levelcount"
|
||||
android:src="@drawable/currency_star" />
|
||||
android:src="@drawable/currency_star"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/worldbutton_starcount"
|
||||
@ -91,7 +91,7 @@
|
||||
android:text="9/35"
|
||||
android:textColor="#000000"
|
||||
android:textSize="20sp"
|
||||
android:textStyle="bold" />
|
||||
android:textStyle="bold"/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/imageView4"
|
||||
@ -100,8 +100,7 @@
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_toEndOf="@+id/worldbutton_starcount"
|
||||
android:layout_toRightOf="@+id/worldbutton_starcount"
|
||||
android:src="@drawable/currency_energy" />
|
||||
|
||||
android:src="@drawable/currency_energy"/>
|
||||
|
||||
</RelativeLayout>
|
||||
</RelativeLayout>
|
||||
@ -114,6 +113,6 @@
|
||||
android:visibility="visible"
|
||||
android:layout_alignBottom="@+id/worldbutton_preview"
|
||||
android:layout_alignLeft="@+id/worldbutton_preview"
|
||||
android:layout_alignStart="@+id/worldbutton_preview" />
|
||||
android:layout_alignStart="@+id/worldbutton_preview"/>
|
||||
|
||||
</RelativeLayout>
|
@ -9,7 +9,7 @@
|
||||
layout="@layout/topbar"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentTop="true" />
|
||||
android:layout_alignParentTop="true"/>
|
||||
|
||||
<HorizontalScrollView
|
||||
android:layout_width="match_parent"
|
||||
|
Reference in New Issue
Block a user