LZ自带的样式的android 2.x版本左右的样式  如果可以修改源码的话frameworks\base\core\java\android\widget\TimePicker.java public TimePicker(Context context, AttributeSet attrs, int defStyle){
....
// process style attributes
        TypedArray attributesArray = context.obtainStyledAttributes(
                attrs, R.styleable.TimePicker, defStyle, 0);
}
...
替换原有的style或者LZ自定义重写TimePicker   网上应该有例子   以前Google搜索看到过~