OSDN Git Service

Ringer toggle should obey theme color
authorJulia Reynolds <juliacr@google.com>
Tue, 10 Apr 2018 13:20:41 +0000 (09:20 -0400)
committerJulia Reynolds <juliacr@google.com>
Tue, 10 Apr 2018 13:20:41 +0000 (09:20 -0400)
Test: manual
Bug: 77805969
Change-Id: I74a9c767e87a8db721a37ad7b031d93b5bfec4ca

packages/SystemUI/res/drawable/rounded_ripple.xml

index 5588eb2..d9ed823 100644 (file)
@@ -23,7 +23,7 @@
     </item>
     <item android:id="@android:id/background">
         <shape android:shape="rectangle">
-            <solid android:color="#FFFFFFFF"/>
+            <solid android:color="?android:attr/colorBackgroundFloating"/>
             <corners android:radius="8dp"/>
         </shape>
     </item>