style : responsive
continuous-integration/drone/push Build is passing Details

androidCompose
Yvan CALATAYUD 1 year ago
parent 01667c31b0
commit 1471d8484c

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

@ -14,6 +14,7 @@
android:id="@+id/titleServerDetails"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="LobbyTitle"
android:textColor="@color/white"
android:textSize="20dp"
@ -24,7 +25,7 @@
android:id="@+id/listViewPlayers"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"
android:layout_weight="75"
android:background="@color/white" />
</LinearLayout>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="60dp" >
android:layout_height="45dp" >
<LinearLayout
android:layout_width="match_parent"
@ -25,7 +25,7 @@
android:layout_width="0dp"
android:layout_weight="0.2"
android:layout_height="match_parent"
android:gravity="center|bottom"
android:gravity="center"
android:textSize="10dp"
android:text="NbPlayers"/>
@ -34,7 +34,7 @@
android:layout_width="0dp"
android:layout_weight="0.2"
android:layout_height="match_parent"
android:gravity="center|bottom"
android:gravity="center"
android:textSize="10dp"
android:text="Difficulty"/>
@ -43,7 +43,7 @@
android:layout_width="0dp"
android:layout_weight="0.2"
android:layout_height="match_parent"
android:gravity="center|center_vertical"
android:gravity="center"
android:textSize="10dp"
android:text="idChapter"/>

Loading…
Cancel
Save