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

Commit 7a9c11f4 authored by Roman Birg's avatar Roman Birg Committed by Steve Kondik
Browse files

SystemUI: make alarm text selector less blocky



It now matches the rest of the selectable items in the expanded header.
None of them had these boundries and neither should this.

Change-Id: I92041ee685a0c16f80c003658abbfd0a6143c07c
Signed-off-by: default avatarRoman Birg <roman@cyngn.com>
parent 4daf28fa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -143,7 +143,7 @@
                />
    </FrameLayout>

    <Button android:id="@+id/alarm_status"
    <TextView android:id="@+id/alarm_status"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_alignParentBottom="true"
@@ -157,7 +157,7 @@
        android:paddingStart="6dp"
        android:paddingTop="16dp"
        android:paddingBottom="16dp"
        android:background="?android:attr/selectableItemBackground"
        android:background="@drawable/ripple_drawable"
        android:visibility="gone"
        />