Add slight stroke to navigation card

This commit is contained in:
topjohnwu 2020-02-11 21:32:44 -08:00
parent 9a8274130b
commit 36897ceb19

View File

@ -52,6 +52,8 @@
android:layout_marginStart="@dimen/l1"
android:layout_marginEnd="@dimen/l1"
android:layout_marginBottom="@{(int) @dimen/l1 + viewModel.insets.bottom}"
app:strokeWidth="@dimen/l_125"
app:strokeColor="?colorPrimary"
tools:layout_marginBottom="64dp">
<LinearLayout