|
|
|
@ -6,22 +6,19 @@
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
tools:context=".MultiActivity">
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
android:id="@+id/btnReturn"
|
|
|
|
|
android:layout_width="100dp"
|
|
|
|
|
android:layout_height="60dp"
|
|
|
|
|
android:layout_marginTop="15dp"
|
|
|
|
|
android:layout_marginStart="20dp"
|
|
|
|
|
android:backgroundTint="@color/grey"
|
|
|
|
|
android:layout_gravity="start"
|
|
|
|
|
android:text="@string/retour" />
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:orientation="horizontal"
|
|
|
|
|
android:layout_marginVertical="10dp">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="50dp"
|
|
|
|
|
android:fontFamily="@font/math_educ_font"
|
|
|
|
|
android:layout_marginTop="30dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginStart="20dp"
|
|
|
|
|
android:layout_weight="95"
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:fontFamily="@font/math_educ_font"
|
|
|
|
|
android:text="@string/listLobbies"
|
|
|
|
|
android:textColor="@color/white"
|
|
|
|
|
android:textSize="40sp" />
|
|
|
|
@ -29,19 +26,24 @@
|
|
|
|
|
<Button
|
|
|
|
|
android:id="@+id/btnAddLobby"
|
|
|
|
|
android:layout_width="140dp"
|
|
|
|
|
android:layout_height="60dp"
|
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:layout_marginEnd="20dp"
|
|
|
|
|
android:layout_weight="5"
|
|
|
|
|
android:backgroundTint="@color/blue"
|
|
|
|
|
android:layout_gravity="end"
|
|
|
|
|
android:layout_marginEnd="15dp"
|
|
|
|
|
android:text="@string/addLobby" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<include layout="@layout/header_list_lobby" />
|
|
|
|
|
|
|
|
|
|
<ListView
|
|
|
|
|
android:id="@+id/listView"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="524dp"
|
|
|
|
|
android:layout_height="0dp"
|
|
|
|
|
android:layout_weight="85"
|
|
|
|
|
android:background="@color/white" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|