1
0
Fork 0

Completed PlayerAdapter

Untested, but the multiplayer load is complete
Saving as multiplayer is needed
This commit is contained in:
Carlos Galindo 2015-04-06 17:10:46 +02:00
parent a3831597d0
commit 0459c14d91
7 changed files with 78 additions and 23 deletions

View file

@ -50,7 +50,7 @@
<ListView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/listView2"
android:id="@+id/listView"
android:layout_gravity="center_horizontal" />
</LinearLayout>