Commit 36897ceb authored by topjohnwu's avatar topjohnwu

Add slight stroke to navigation card

parent 9a827413
...@@ -52,6 +52,8 @@ ...@@ -52,6 +52,8 @@
android:layout_marginStart="@dimen/l1" android:layout_marginStart="@dimen/l1"
android:layout_marginEnd="@dimen/l1" android:layout_marginEnd="@dimen/l1"
android:layout_marginBottom="@{(int) @dimen/l1 + viewModel.insets.bottom}" android:layout_marginBottom="@{(int) @dimen/l1 + viewModel.insets.bottom}"
app:strokeWidth="@dimen/l_125"
app:strokeColor="?colorPrimary"
tools:layout_marginBottom="64dp"> tools:layout_marginBottom="64dp">
<LinearLayout <LinearLayout
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment