首页 > android wheelview

android wheelview

wheelview 怎么修改字体大小


When you use a WheelView you might want to change the text size,just override the following constructor will take effect.This can be found in the wheel-demo example,DateActivity.java.
Enjoy it.

private class DateArrayAdapter extends NumericWheelAdapter {
public DateArrayAdapter(Context context, int minValue, int maxValue) {
super(context, minValue, maxValue);
setTextSize(16);
}
}

【热门文章】
【热门文章】