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