下拉样式修改

This commit is contained in:
18401019693
2022-09-02 16:30:16 +08:00
parent 4ff3ae3269
commit b5cfb5abc1
4 changed files with 353 additions and 3 deletions

View File

@@ -95,7 +95,7 @@ public class SidebarLiveAudience extends AbsDialogFragment {
}
sidebarList = (CommonRefreshView) findViewById(R.id.sidebarList);
// sidebarList.setHeaderTextColor(Color.parseColor("#50ffffff"));
sidebarList.setHeaderTextColor(Color.parseColor("#ffffff"));
GridLayoutManager gridLayoutManager = new GridLayoutManager(mContext, 2, GridLayoutManager.VERTICAL, false);
gridLayoutManager.setSpanSizeLookup(new GridLayoutManager.SpanSizeLookup() {
@Override