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

Commit ace6a2b3 authored by mqi's avatar mqi Committed by Gerrit - the friendly Code Review server
Browse files

SystemUI: Fix systemui crash issue

SystemUI will crash for Linux Android Wear device due to cast error.

Change backgroud to ripple_drawble.

Change-Id: Id933bde87a16dac29ba9af9bae371c07665ff282
parent 4404f4a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@
            android:clipToPadding="false"
            android:clickable="true"
            android:focusable="true"
            android:background="?android:attr/selectableItemBackgroundBorderless"
            android:background="@drawable/ripple_drawable"
            android:contentDescription="@string/accessibility_quick_settings_expand"
            android:padding="12dp" />