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

Commit f1dd230d authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Rename qs_theme

It's now called Theme.SystemUI.QuickSettings, which is a more standard
nomenclature

Test: make
Test: visual
Bug: 183953523
Change-Id: Ifc1be0270e9ec9ae6ae3ee5e703d273182dca138
parent 32d40651
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
    android:layout_height="match_parent"
    android:orientation="horizontal"
    android:clipToPadding="false"
    android:theme="@style/qs_theme"
    android:theme="@style/Theme.SystemUI.QuickSettings"
    android:gravity="center_horizontal | top"
    android:clipChildren="false"
>
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
    android:layout_height="match_parent"
    android:orientation="horizontal"
    android:clipToPadding="false"
    android:theme="@style/qs_theme"
    android:theme="@style/Theme.SystemUI.QuickSettings"
    android:gravity="center_horizontal | bottom"
    android:clipChildren="false"
>
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="horizontal"
    android:theme="@style/qs_theme"
    android:theme="@style/Theme.SystemUI.QuickSettings"
    android:gravity="right | center_vertical"
    android:clipChildren="false"
    android:clipToPadding="false"
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="horizontal"
    android:theme="@style/qs_theme"
    android:theme="@style/Theme.SystemUI.QuickSettings"
    android:gravity="left | center_vertical"
    android:clipChildren="false"
    android:clipToPadding="false"
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
    android:layout_height="match_parent"
    android:orientation="vertical"
    android:clipToPadding="false"
    android:theme="@style/qs_theme"
    android:theme="@style/Theme.SystemUI.QuickSettings"
    android:gravity="center_vertical | right"
    android:clipChildren="false"
>
Loading