From ebb7c45d1acde581b4c276830ebc4fa66698baea Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Date: Wed, 20 Aug 2025 18:59:23 +0200 Subject: [PATCH] [android] Improve button to add new phone number Signed-off-by: jeanbaptisteC --- .../src/main/res/layout/fragment_phone.xml | 27 +++++++++---------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/android/app/src/main/res/layout/fragment_phone.xml b/android/app/src/main/res/layout/fragment_phone.xml index 13ae40581..070b00e99 100644 --- a/android/app/src/main/res/layout/fragment_phone.xml +++ b/android/app/src/main/res/layout/fragment_phone.xml @@ -21,23 +21,20 @@ - - - + android:textColor="?accentButtonTextColor" + app:fabSize="normal" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toEndOf="parent" + app:icon="@drawable/ic_plus" + app:iconTint="?accentButtonTextColor" />