Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f2e754e4 authored by Moez Bhatti's avatar Moez Bhatti
Browse files

Fix QKSMS+ theme preview

parent d0251d22
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -33,7 +33,9 @@ import io.reactivex.subjects.BehaviorSubject
import io.reactivex.subjects.Subject
import kotlinx.android.synthetic.main.hsv_picker_view.view.*

class HSVPickerView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null) : ConstraintLayout(context, attrs) {
class HSVPickerView @JvmOverloads constructor(
    context: Context, attrs: AttributeSet? = null
) : ConstraintLayout(context, attrs) {

    val selectedColor: Subject<Int> = BehaviorSubject.create()

+2 −1
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@
    <corners android:radius="4dp" />

    <gradient
        android:angle="0"
        android:endColor="#ff000000"
        android:startColor="#00000000" />

+0 −1
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@
        android:layout_height="0dp"
        android:background="@drawable/rounded_rectangle_4dp"
        android:backgroundTint="@color/white"
        android:rotation="90"
        app:layout_constraintBottom_toBottomOf="@id/saturation"
        app:layout_constraintEnd_toEndOf="@id/saturation"
        app:layout_constraintStart_toStartOf="@id/saturation"