First Tutorial added
This commit is contained in:
@ -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>
|
Reference in New Issue
Block a user