diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-04-06 16:27:03 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-04-06 19:56:53 +0530 |
commit | d6e5fd9301d6eb4381684180f9a7ee929b33515f (patch) | |
tree | 9071110501b60106b281776092c9a2858071d06d /ui/src/main/res/layout/tunnel_detail_peer.xml | |
parent | 2c625f56fdebd0877d5c7dfca5261c0b594d588e (diff) |
ui: tweak cards to make them nicer on the eyes
Surprisingly-requested-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'ui/src/main/res/layout/tunnel_detail_peer.xml')
-rw-r--r-- | ui/src/main/res/layout/tunnel_detail_peer.xml | 6 |
1 files changed, 1 insertions, 5 deletions
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" |