Commit 114a3c03 authored by topjohnwu's avatar topjohnwu

Some minor UI tweaks

parent 782adc9a
...@@ -63,6 +63,7 @@ ...@@ -63,6 +63,7 @@
<com.google.android.material.circularreveal.cardview.CircularRevealCardView <com.google.android.material.circularreveal.cardview.CircularRevealCardView
android:id="@+id/module_filter" android:id="@+id/module_filter"
style="@style/WidgetFoundation.Card.Variant" style="@style/WidgetFoundation.Card.Variant"
app:cardBackgroundColor="?colorSurface"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_gravity="bottom" android:layout_gravity="bottom"
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<androidx.recyclerview.widget.RecyclerView <androidx.recyclerview.widget.RecyclerView
android:id="@+id/module_filter_list" android:id="@+id/module_filter_list"
dividerHorizontal="@{@drawable/divider_l1}" dividerHorizontal="@{@drawable/divider_l1}"
dividerVertical="@{@drawable/divider_l1}" dividerVertical="@{@drawable/divider_l_50}"
itemBinding="@{viewModel.itemSearchBinding}" itemBinding="@{viewModel.itemSearchBinding}"
items="@{viewModel.itemsSearch}" items="@{viewModel.itemsSearch}"
android:layout_width="match_parent" android:layout_width="match_parent"
......
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