summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/f_provider_selection.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/f_provider_selection.xml')
-rw-r--r--app/src/main/res/layout/f_provider_selection.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/src/main/res/layout/f_provider_selection.xml b/app/src/main/res/layout/f_provider_selection.xml
index 520e011a..7c861a14 100644
--- a/app/src/main/res/layout/f_provider_selection.xml
+++ b/app/src/main/res/layout/f_provider_selection.xml
@@ -43,9 +43,10 @@
android:id="@+id/cv_provider_selection_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ app:cardElevation="2dp"
+ app:cardUseCompatPadding="true"
app:cardCornerRadius="12dp"
- app:cardElevation="1dp"
- android:layout_margin="40dp"
+ android:layout_marginTop="40dp"
>
<androidx.appcompat.widget.LinearLayoutCompat
android:layout_width="match_parent"