0

enter image description here

I want to make such layout with the color of the SelectedText should be orange or green of TimePicker of mode type spinner. How can i do this please help me.

 <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 Answers1

-1

Pls change mode into spinner in layout with timepicker

Jai Gupta
  • 62
  • 3