|
|
|
@ -6,8 +6,26 @@
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
tools:context=".MultiActivity">
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
android:id="@+id/btnReturn"
|
|
|
|
|
android:layout_width="200dp"
|
|
|
|
|
android:layout_height="60dp"
|
|
|
|
|
android:layout_marginTop="50dp"
|
|
|
|
|
android:backgroundTint="@color/grey"
|
|
|
|
|
android:text="@string/retour" />
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
android:id="@+id/btnAddLobby"
|
|
|
|
|
android:layout_width="200dp"
|
|
|
|
|
android:layout_height="60dp"
|
|
|
|
|
android:layout_marginTop="50dp"
|
|
|
|
|
android:backgroundTint="@color/blue"
|
|
|
|
|
android:text="@string/addLobby" />
|
|
|
|
|
|
|
|
|
|
<ListView
|
|
|
|
|
android:id="@+id/listView"
|
|
|
|
|
android:background="@color/white"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"/>
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|