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

Commit d9a69e63 authored by Chuck Liao's avatar Chuck Liao
Browse files

Remove the ripple effect of the switch button

There's already ripple on the list item.

Screenshots:
  Before(ripple): https://screenshot.googleplex.com/5ma7QCet9jeqehW.png
  After(no ripple): https://screenshot.googleplex.com/XFFmPPEqQaiEvEa.png

Bug: 191614840
Test: manual
Change-Id: I6cb7582fe7a3cb9481338f54570dd54d551bcb9c
parent eb73b1c4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@
        android:id="@+id/dark_mode_toggle"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:background="@null"
        android:clickable="false"
        android:focusable="false"
        style="@style/Switch.SettingsLib" />
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@
        android:id="@+id/themed_icon_toggle"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:background="@null"
        android:clickable="false"
        android:focusable="false"
        style="@style/Switch.SettingsLib"/>