Fix sleep timer checkbox color

This commit is contained in:
h4h13 2019-11-28 19:46:54 +05:30
parent 0c5edf8ef6
commit 53e7f7660e
3 changed files with 9 additions and 4 deletions

View file

@ -71,9 +71,12 @@
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:layout_marginEnd="16dp"
android:background="@null"
android:clickable="false"
android:focusable="false"
android:paddingStart="0dp"
android:paddingEnd="0dp"
android:thumbOffset="3dp"
android:thumbOffset="2dp"
app:layout_constraintEnd_toStartOf="@+id/seekbar_value"
app:layout_constraintStart_toStartOf="@+id/guideline_front_margin"
app:layout_constraintTop_toBottomOf="@android:id/summary" />