Put all strings into res -> German translation should be relatively easy
This commit is contained in:
@ -28,8 +28,8 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="4dp"
|
||||
android:text="0.0m"
|
||||
android:textColor="#ffb405"
|
||||
android:text="@string/game_playerprogress_placeholder"
|
||||
android:textColor="@color/game_progress_text"
|
||||
android:textSize="22sp"/>
|
||||
|
||||
<TextView
|
||||
@ -39,8 +39,8 @@
|
||||
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:text="@string/game_playerspeed_placeholder"
|
||||
android:textColor="@color/game_progress_text"
|
||||
android:textSize="22sp"/>
|
||||
|
||||
<TextView
|
||||
@ -50,7 +50,7 @@
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_alignParentRight="true"
|
||||
android:text="Fps: 00"
|
||||
android:text="@string/game_fps_placeholder"
|
||||
android:textColor="@android:color/white"
|
||||
android:textSize="15sp"/>
|
||||
|
||||
@ -78,7 +78,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:text="3"
|
||||
android:text="@string/game_countdown_placeholder"
|
||||
android:textColor="@color/countdown3"
|
||||
android:textSize="100sp"
|
||||
android:textStyle="bold"
|
||||
|
Reference in New Issue
Block a user