From 5e8d2e1a59dac536490c078ea4d6221eb42a6437 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 | 17 ++++++++++------- 1 file changed, 10 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..80a701d00 100644 --- a/android/app/src/main/res/layout/item_phone.xml +++ b/android/app/src/main/res/layout/item_phone.xml @@ -1,11 +1,15 @@ - + @@ -25,7 +29,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 +44,6 @@ +