CitySelect icon indicating copy to clipboard operation
CitySelect copied to clipboard

字母标题不居中

Open imhappyok opened this issue 4 years ago • 1 comments

字母标题不居中

imhappyok avatar Jan 13 '22 10:01 imhappyok

解决方式: 下载源码修改CustomItemDecoration类里面的82行和127行分别为 float y = view.getTop() - params.topMargin - (mTitleHeight - textRect.height()) / 2; float y = parent.getPaddingTop() + mTitleHeight - (mTitleHeight / 2 - textRect.height() / 2);

imhappyok avatar Jan 14 '22 01:01 imhappyok