diff --git a/app/src/main/res/layout/fragment_index_fumudai.xml b/app/src/main/res/layout/fragment_index_fumudai.xml index b32ebc0..fab8437 100644 --- a/app/src/main/res/layout/fragment_index_fumudai.xml +++ b/app/src/main/res/layout/fragment_index_fumudai.xml @@ -22,7 +22,6 @@ android:id="@+id/rv_fuwudai" android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="@color/white" android:scrollbars="none" android:visibility="gone"> diff --git a/app/src/main/res/layout/item_fumudai.xml b/app/src/main/res/layout/item_fumudai.xml index 1bcbb6f..f0e4f20 100644 --- a/app/src/main/res/layout/item_fumudai.xml +++ b/app/src/main/res/layout/item_fumudai.xml @@ -1,22 +1,40 @@ - - - + android:clickable="true" + android:foreground="?android:attr/selectableItemBackground" + app:cardCornerRadius="@dimen/dp_4" + app:cardPreventCornerOverlap="false" + app:cardUseCompatPadding="true" + tools:targetApi="lollipop"> + + + + + + + + \ No newline at end of file