/**
* Inits the.
*/
private void init() {
l = new char[] {'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K',
'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W',
'X', 'Y', 'Z', '#' };
paint = new Paint();
paint.setColor(Color.parseColor("#949494"));
paint.setTypeface(Typeface.DEFAULT_BOLD);
paint.setTextSize(22);
paint.setAntiAlias(true);
paint.setTextAlign(Paint.Align.CENTER);
gradientDrawable = new GradientDrawable(Orientation.BOTTOM_TOP, new int []{0x99B0B0B0,0x99B0B0B0});
gradientDrawable.setCornerRadius(30);
}
AbLetterFilterListView.java 文件源码
java
阅读 15
收藏 0
点赞 0
评论 0
项目:androidsummary
作者:
评论列表
文章目录