Bugfix
This commit is contained in:
parent
94f183f95b
commit
e18dd1062c
4 changed files with 12 additions and 5 deletions
|
@ -15,8 +15,6 @@
|
||||||
|
|
||||||
<!-- TODO .. add menu -->
|
<!-- TODO .. add menu -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!--<android.support.design.widget.NavigationView android:id="@+id/nav_view"
|
<!--<android.support.design.widget.NavigationView android:id="@+id/nav_view"
|
||||||
android:layout_width="wrap_content" android:layout_height="match_parent"
|
android:layout_width="wrap_content" android:layout_height="match_parent"
|
||||||
android:layout_gravity="start" android:fitsSystemWindows="true" >
|
android:layout_gravity="start" android:fitsSystemWindows="true" >
|
||||||
|
|
|
@ -26,11 +26,14 @@
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="0dp"
|
||||||
android:text="New Button"
|
android:text="@string/start_game"
|
||||||
|
android:textStyle="normal"
|
||||||
android:id="@+id/button"
|
android:id="@+id/button"
|
||||||
android:layout_gravity="center_horizontal"
|
android:layout_gravity="center_horizontal"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:onClick="onPlayClick"/>
|
android:onClick="onPlayClick"
|
||||||
|
android:capitalize="none"
|
||||||
|
android:clickable="false" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
|
@ -26,4 +26,7 @@
|
||||||
<string name="about_affiliation">In Zusammenarbeit mit:</string>
|
<string name="about_affiliation">In Zusammenarbeit mit:</string>
|
||||||
<string name="about_author">Autor: \nChristopher Beckmann, Timm Lippert</string>
|
<string name="about_author">Autor: \nChristopher Beckmann, Timm Lippert</string>
|
||||||
|
|
||||||
|
<!-- New Game -->
|
||||||
|
<string name="start_game">Spiel starten</string>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
|
@ -49,6 +49,9 @@
|
||||||
<string name="more_info">More information can be found on:</string>
|
<string name="more_info">More information can be found on:</string>
|
||||||
<string name="url"><a href="https://www.secuso.informatik.tu-darmstadt.de/en/research/results/">https://www.secuso.org</a></string>
|
<string name="url"><a href="https://www.secuso.informatik.tu-darmstadt.de/en/research/results/">https://www.secuso.org</a></string>
|
||||||
|
|
||||||
|
<!-- ###New Game### -->
|
||||||
|
<string name="start_game">start game</string>
|
||||||
|
|
||||||
|
|
||||||
<!-- end of valid settings -->
|
<!-- end of valid settings -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue