From 02efc01a10b2218d11fbd83be68fff4701331d37 Mon Sep 17 00:00:00 2001 From: aayush262 Date: Fri, 22 Mar 2024 12:50:04 +0530 Subject: [PATCH] feat(profile): round chips --- app/src/main/res/layout/activity_profile.xml | 94 +++++++++----------- 1 file changed, 43 insertions(+), 51 deletions(-) diff --git a/app/src/main/res/layout/activity_profile.xml b/app/src/main/res/layout/activity_profile.xml index 13870e1e..068e1e41 100644 --- a/app/src/main/res/layout/activity_profile.xml +++ b/app/src/main/res/layout/activity_profile.xml @@ -128,145 +128,137 @@ app:tint="@color/bg_opp" /> + - - - + android:layout_marginStart="8dp" + android:backgroundTint="?attr/colorSurfaceVariant" + app:cardCornerRadius="16dp"> + android:textColor="?attr/colorPrimary" + tools:text="1" /> + - - - - + android:layout_marginStart="8dp" + android:backgroundTint="?attr/colorSurfaceVariant" + app:cardCornerRadius="16dp"> + android:textColor="?attr/colorPrimary" + tools:text="2" /> - + - - + android:layout_marginStart="8dp" + android:backgroundTint="?attr/colorSurfaceVariant" + app:cardCornerRadius="16dp"> + android:textColor="?attr/colorPrimary" + tools:text="3" /> - + - - - + android:layout_marginStart="8dp" + android:backgroundTint="?attr/colorSurfaceVariant" + app:cardCornerRadius="16dp"> + android:textColor="?attr/colorPrimary" + tools:text="4" /> - + - -