如何使用spinner模式将TimePicker设置为自定义布局(不是使用时钟模式)

时间:2018-03-19 10:22:14

标签: android android-layout android-timepicker

enter image description here

我想使用SelectedText的颜色进行这样的布局,应该是模式类型微调器的TimePicker的橙色或绿色。我怎么能这样帮助我。

 <TimePicker
    android:id="@+id/timePicker"
    android:layout_width="match_parent"
    android:layout_height="wrap_content
    android:timePickerMode="spinner"
    app:layout_constraintEnd_toEndOf="parent"
    app:layout_constraintStart_toStartOf="parent"
    app:layout_constraintTop_toBottomOf="@+id/constraintLayout2"
    tools:ignore="UnusedAttribute">

1 个答案:

答案 0 :(得分:-1)

请使用timepicker

将模式更改为布局中的微调器