summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/f_configure_provider.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/f_configure_provider.xml')
-rw-r--r--app/src/main/res/layout/f_configure_provider.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/layout/f_configure_provider.xml b/app/src/main/res/layout/f_configure_provider.xml
index 8400a05d..5841ee13 100644
--- a/app/src/main/res/layout/f_configure_provider.xml
+++ b/app/src/main/res/layout/f_configure_provider.xml
@@ -68,8 +68,9 @@
android:id="@+id/detail_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ app:cardElevation="2dp"
+ app:cardUseCompatPadding="true"
app:cardCornerRadius="12dp"
- app:cardElevation="1dp"
app:layout_constraintTop_toBottomOf="@id/progress_spinner"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"