diff options
Diffstat (limited to 'ui/src/main/res/layout')
-rw-r--r-- | ui/src/main/res/layout/tunnel_detail_fragment.xml | 4 | ||||
-rw-r--r-- | ui/src/main/res/layout/tunnel_detail_peer.xml | 6 | ||||
-rw-r--r-- | ui/src/main/res/layout/tunnel_editor_fragment.xml | 6 | ||||
-rw-r--r-- | ui/src/main/res/layout/tunnel_editor_peer.xml | 6 |
4 files changed, 3 insertions, 19 deletions
diff --git a/ui/src/main/res/layout/tunnel_detail_fragment.xml b/ui/src/main/res/layout/tunnel_detail_fragment.xml index 33ecd839..0bb3558c 100644 --- a/ui/src/main/res/layout/tunnel_detail_fragment.xml +++ b/ui/src/main/res/layout/tunnel_detail_fragment.xml @@ -40,10 +40,6 @@ android:layout_marginTop="16dp" android:layout_marginEnd="8dp" android:layout_marginBottom="8dp" - app:cardBackgroundColor="?attr/elevationOverlayColor" - app:cardCornerRadius="0dp" - app:cardElevation="2dp" - app:contentPadding="8dp" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent"> diff --git a/ui/src/main/res/layout/tunnel_detail_peer.xml b/ui/src/main/res/layout/tunnel_detail_peer.xml index af939d9b..a73716d7 100644 --- a/ui/src/main/res/layout/tunnel_detail_peer.xml +++ b/ui/src/main/res/layout/tunnel_detail_peer.xml @@ -15,11 +15,7 @@ <com.google.android.material.card.MaterialCardView android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_margin="8dp" - app:cardBackgroundColor="?attr/elevationOverlayColor" - app:cardCornerRadius="0dp" - app:cardElevation="2dp" - app:contentPadding="8dp"> + android:layout_margin="8dp"> <androidx.constraintlayout.widget.ConstraintLayout android:layout_width="match_parent" diff --git a/ui/src/main/res/layout/tunnel_editor_fragment.xml b/ui/src/main/res/layout/tunnel_editor_fragment.xml index 5f84e5f7..dffc9d97 100644 --- a/ui/src/main/res/layout/tunnel_editor_fragment.xml +++ b/ui/src/main/res/layout/tunnel_editor_fragment.xml @@ -45,11 +45,7 @@ android:layout_marginStart="8dp" android:layout_marginTop="16dp" android:layout_marginEnd="8dp" - android:layout_marginBottom="16dp" - app:cardBackgroundColor="?attr/elevationOverlayColor" - app:cardCornerRadius="0dp" - app:cardElevation="2dp" - app:contentPadding="8dp"> + android:layout_marginBottom="16dp"> <androidx.constraintlayout.widget.ConstraintLayout android:layout_width="match_parent" diff --git a/ui/src/main/res/layout/tunnel_editor_peer.xml b/ui/src/main/res/layout/tunnel_editor_peer.xml index d17378f2..f4d64e23 100644 --- a/ui/src/main/res/layout/tunnel_editor_peer.xml +++ b/ui/src/main/res/layout/tunnel_editor_peer.xml @@ -27,11 +27,7 @@ android:layout_marginStart="8dp" android:layout_marginTop="4dp" android:layout_marginEnd="8dp" - android:layout_marginBottom="4dp" - app:cardBackgroundColor="?attr/elevationOverlayColor" - app:cardCornerRadius="0dp" - app:cardElevation="2dp" - app:contentPadding="8dp"> + android:layout_marginBottom="4dp"> <androidx.constraintlayout.widget.ConstraintLayout android:layout_width="match_parent" |