File tree Expand file tree Collapse file tree
app/src/main/java/net/imknown/android/forefrontinfo/ui/base/list/res/layout Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 android : id =" @+id/recycler_view"
1212 android : layout_width =" match_parent"
1313 android : layout_height =" match_parent"
14+ android : background =" ?attr/colorSurfaceContainer"
1415 android : clipToPadding =" false"
1516 android : scrollbars =" vertical"
1617 app : layoutManager =" androidx.recyclerview.widget.LinearLayoutManager"
1718 tools : itemCount =" 10"
1819 tools : listitem =" @layout/my_view_holder" />
19- </androidx .swiperefreshlayout.widget.SwipeRefreshLayout>
20-
20+ </androidx .swiperefreshlayout.widget.SwipeRefreshLayout>
Original file line number Diff line number Diff line change 22<com .google.android.material.card.MaterialCardView xmlns : android =" http://schemas.android.com/apk/res/android"
33 xmlns : app =" http://schemas.android.com/apk/res-auto"
44 xmlns : tools =" http://schemas.android.com/tools"
5- style =" @style/Widget.Material3.CardView.Elevated "
5+ style =" @style/Widget.Material3.CardView.Filled "
66 android : layout_width =" match_parent"
77 android : layout_height =" wrap_content"
88 android : clickable =" true"
99 android : focusable =" true"
10+ app : cardBackgroundColor =" ?attr/colorSurfaceBright"
1011 tools : context =" .ui.base.list.MyAdapter"
1112 tools : layout_marginHorizontal =" @dimen/item_divider_space_horizontal"
1213 tools : layout_marginTop =" @dimen/item_divider_space_vertical" >
You can’t perform that action at this time.
0 commit comments