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

Commit f13413e2 authored by Jason Monk's avatar Jason Monk
Browse files

Various QS fixes and cleanup

Test: runtest systemui
Change-Id: If87f58f2af00b23c5e1a8e38a63a6a63d903002c
parent 4211358c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
        android:fillColor="#FFFFFFFF"
        android:pathData="M12.0,19.0c-3.9,0.0 -7.0,-3.1 -7.0,-7.0c0.0,-3.5 2.6,-6.4 6.0,-6.9L11.0,2.0C5.9,2.5 2.0,6.8 2.0,12.0c0.0,5.5 4.5,10.0 10.0,10.0c3.3,0.0 6.2,-1.6 8.1,-4.1l-2.6,-1.5C16.2,18.0 14.2,19.0 12.0,19.0z"/>
    <path
        android:fillColor="#4DFFFFFF"
        android:fillColor="#54FFFFFF"
        android:pathData="M13.0,2.0l0.0,3.0c3.4,0.5 6.0,3.4 6.0,6.9c0.0,0.9 -0.2,1.8 -0.5,2.5l2.6,1.5c0.6,-1.2 0.9,-2.6 0.9,-4.1C22.0,6.8 18.0,2.6 13.0,2.0z"/>
    <path
        android:fillColor="#FFFFFFFF"
+2 −2
Original line number Diff line number Diff line
@@ -20,9 +20,9 @@
        android:viewportHeight="24.0"
        android:tint="?android:attr/colorControlNormal">
    <path
        android:fillColor="#4DFFFFFF"
        android:fillColor="#FFFFFFFF"
        android:pathData="M12.0,19.0c-3.9,0.0 -7.0,-3.1 -7.0,-7.0c0.0,-3.5 2.6,-6.4 6.0,-6.9L11.0,2.0C5.9,2.5 2.0,6.8 2.0,12.0c0.0,5.5 4.5,10.0 10.0,10.0c3.3,0.0 6.2,-1.6 8.1,-4.1l-2.6,-1.5C16.2,18.0 14.2,19.0 12.0,19.0z"/>
    <path
        android:fillColor="#4DFFFFFF"
        android:fillColor="#FFFFFFFF"
        android:pathData="M13.0,2.0l0.0,3.0c3.4,0.5 6.0,3.4 6.0,6.9c0.0,0.9 -0.2,1.8 -0.5,2.5l2.6,1.5c0.6,-1.2 0.9,-2.6 0.9,-4.1C22.0,6.8 18.0,2.6 13.0,2.0z"/>
</vector>
+1 −1
Original line number Diff line number Diff line
@@ -25,5 +25,5 @@
        android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Clock"
        android:textColor="?android:attr/textColorPrimary"
        android:gravity="center_vertical|start"
        android:paddingEnd="4dp"
        android:paddingStart="4dp"
        />
+1 −0
Original line number Diff line number Diff line
@@ -16,5 +16,6 @@
<View xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="72dp"
    android:layout_height="1dp"
    android:layout_marginTop="8dp"
    android:background="?android:attr/colorForeground"
    android:alpha="?android:attr/disabledAlpha" />
+1 −2
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@
    android:layout_width="match_parent"
    android:layout_height="48dp"
    android:layout_gravity="center"
    android:layout_marginTop="40dp"
    android:layout_marginBottom="24dp"
    android:focusable="true"
    android:gravity="center"
Loading