Make DatePicker and TimePicker smaller

前端 未结 6 1189
无人及你
无人及你 2020-12-17 10:30

Is there any way to make smaller DatePicker and TimePicker (but to be visible all parts ) in Android ? I tried to set layout_width=\"130dp\" but then DatePicker isn\'t visib

6条回答
  •  执笔经年
    2020-12-17 10:43

    Another solution:

    Put it in a LinearLayout and set the height of the LinearLayout manually

提交回复
热议问题