From b5618955790f0c1e4ee56001a04de04a9f9d65bd Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Date: Fri, 2 Jan 2026 20:39:03 +0100 Subject: [PATCH] [android] Use Material Cardview foreach item phone Signed-off-by: Jean-Baptiste --- android/app/src/main/res/layout/item_phone.xml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/android/app/src/main/res/layout/item_phone.xml b/android/app/src/main/res/layout/item_phone.xml index a0d99e72f..ef532877b 100644 --- a/android/app/src/main/res/layout/item_phone.xml +++ b/android/app/src/main/res/layout/item_phone.xml @@ -1,11 +1,16 @@ - + @@ -25,7 +30,6 @@ android:layout_marginStart="@dimen/margin_half" android:layout_marginEnd="@dimen/margin_half" android:layout_toStartOf="@id/delete_icon" - android:textColorHint="?android:textColorSecondary" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toStartOf="@+id/delete_icon" app:layout_constraintStart_toEndOf="@+id/phone_icon" @@ -41,7 +45,6 @@ +