/HorizontalWheelView

横向的滚轮选择器,暂时只支持文本item,不支持自定义ITEM

Primary LanguageJava

#Horizontal Wheel View (Horizontal Picker View)

  • attrs
    		<attr name="highlightTextColor" format="color|reference"/>
    
    		<attr name="normalTextColor" format="color|reference"/>
    
    		<attr name="highlightTextSize" format="dimension"/>
    
    		<attr name="normalTextSize" format="dimension"/>
    
    		<attr name="highlightTextBackground" format="color|reference"/>
    
    		<attr name="normalTextBackground" format="color|reference"/>
    
    		<attr name="textPaddingLeftAndRight" format="dimension"/>
    
    		<attr name="textPaddingTopAndBottom" format="dimension"/>