From 169ada12e261c2c8ea018860aa025a977114af12 Mon Sep 17 00:00:00 2001 From: maissane Date: Sun, 4 May 2025 11:22:32 +0200 Subject: [PATCH] modif affichage client --- app/src/main/res/layout/ligne_client.xml | 94 +++++++++++------------- 1 file changed, 44 insertions(+), 50 deletions(-) diff --git a/app/src/main/res/layout/ligne_client.xml b/app/src/main/res/layout/ligne_client.xml index 01049bd..a1fdd44 100644 --- a/app/src/main/res/layout/ligne_client.xml +++ b/app/src/main/res/layout/ligne_client.xml @@ -1,58 +1,52 @@ - + android:layout_height="wrap_content" + android:orientation="horizontal" + android:padding="4dp"> - + android:layout_weight="1" + android:text="Nom" + android:ellipsize="end" + android:maxLines="1" /> - - - - - - + - + - + - - - - - - - \ No newline at end of file + +