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

Commit e5284044 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "More QS theme fixes for contrast"

parents a94ceb8b 4c1e9a2f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
    android:layout_width="match_parent"
    android:layout_height="0dp"
    android:orientation="vertical"
    android:elevation="4dp"
    android:background="@drawable/qs_customizer_background"
    android:gravity="center_horizontal">

+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@drawable/qs_detail_background"
    android:elevation="4dp"
    android:clickable="true"
    android:orientation="vertical"
    android:paddingBottom="8dp"
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
    android:id="@+id/header"
    android:layout_width="match_parent"
    android:layout_height="48dp"
    android:elevation="4dp"
    android:baselineAligned="false"
    android:clickable="false"
    android:clipChildren="false"
+18 −12
Original line number Diff line number Diff line
@@ -18,17 +18,23 @@
    android:id="@+id/quick_settings_container"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
        android:background="@drawable/qs_background_primary"
    android:background="?android:attr/colorPrimaryDark"
    android:clipToPadding="false"
        android:clipChildren="false"
        android:elevation="4dp">
    android:clipChildren="false">

    <View
        android:id="@+id/qs_background"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="@drawable/qs_background_primary"
        android:elevation="4dp" />

    <com.android.systemui.qs.QSPanel
        android:id="@+id/quick_settings_panel"
            android:background="#0000"
        android:layout_marginTop="28dp"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:elevation="4dp"
        android:layout_marginBottom="48dp" />

    <include layout="@layout/quick_status_bar_expanded_header" />
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
    android:layout_height="@dimen/status_bar_header_height"
    android:layout_gravity="@integer/notification_panel_layout_gravity"
    android:baselineAligned="false"
    android:elevation="4dp"
    android:clickable="false"
    android:clipChildren="false"
    android:clipToPadding="false"
Loading