some ui changes
This commit is contained in:
@@ -17,18 +17,17 @@
|
||||
|
||||
<com.google.android.material.card.MaterialCardView
|
||||
android:id="@+id/search_contact_card"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginVertical="@dimen/dp_8"
|
||||
android:layout_marginStart="@dimen/dp_8"
|
||||
android:layout_marginTop="@dimen/dp_16"
|
||||
android:layout_marginHorizontal="@dimen/dp_8"
|
||||
android:backgroundTint="@color/white"
|
||||
android:theme="@style/Theme.MaterialComponents.Light"
|
||||
app:cardCornerRadius="@dimen/dp_16"
|
||||
app:cardElevation="@dimen/dp_2">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_horizontal"
|
||||
android:orientation="vertical">
|
||||
|
||||
Reference in New Issue
Block a user