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
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>

View file

@ -6,9 +6,15 @@
android:id="@+id/action_settings"
android:title="@string/action_settings"
android:orderInCategory="100"
app:showAsAction="ifRoom"
app:showAsAction="never"
android:icon="@drawable/ic_action_settings"
android:alpha="10"
android:enabled="false"/>
android:visible="false"/>
<item
android:id="@+id/action_add_player"
android:title="@string/add_player"
android:orderInCategory="10"
app:showAsAction="ifRoom"
android:icon="@drawable/ic_add_user"/>
</menu>

View file

@ -87,4 +87,5 @@
<string name="title_activity_power_editor">PowerEditor</string>
<string name="hello_world">Hello world!</string>
<string name="add_player">Add player</string>
</resources>