diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/src/main/res/layout/f_circumvention_setup.xml | 5 | ||||
-rw-r--r-- | app/src/main/res/layout/f_configure_provider.xml | 3 | ||||
-rw-r--r-- | app/src/main/res/layout/f_provider_selection.xml | 5 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app/src/main/res/layout/f_circumvention_setup.xml b/app/src/main/res/layout/f_circumvention_setup.xml index dd865081..9f303780 100644 --- a/app/src/main/res/layout/f_circumvention_setup.xml +++ b/app/src/main/res/layout/f_circumvention_setup.xml @@ -35,9 +35,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" 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" 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" |