1
0
Fork 0

Fixed playerList, now the players can be deleted and added

Editor still missing
This commit is contained in:
Carlos Galindo 2015-04-17 12:00:30 +02:00
parent aebb20542e
commit 30515a5384
7 changed files with 211 additions and 103 deletions

View file

@ -25,14 +25,6 @@
</RelativeLayout>
</android.support.v7.widget.Toolbar>
<Button
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/finish_button"
android:onClick="finishButton"
android:layout_gravity="center_horizontal"
android:text="Save character" />
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"

View file

@ -45,6 +45,13 @@
android:layout_height="wrap_content"
android:id="@+id/listView"
android:layout_gravity="center_horizontal" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/help_text"
android:text="@string/help_welcome_text"
android:layout_gravity="center"/>
</LinearLayout>