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

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

Merge "Global actions visuals - color and ordering changes." into pi-dev

parents db66bede 3be52dbf
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2513,9 +2513,8 @@
        <item>restart</item>
        <item>lockdown</item>
        <item>logout</item>
        <item>screenshot</item>
        <item>bugreport</item>
        <item>users</item>
        <item>screenshot</item>
    </string-array>

    <!-- Number of milliseconds to hold a wake lock to ensure that drawing is fully
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
       android:shape="rectangle">
    <solid android:color="?android:attr/colorPrimary" />
    <solid android:color="?android:attr/colorBackgroundFloating" />
    <corners
        android:bottomLeftRadius="@dimen/corner_size"
        android:topLeftRadius="@dimen/corner_size"
+3 −1
Original line number Diff line number Diff line
@@ -33,7 +33,9 @@
        android:layout_width="24dp"
        android:layout_height="24dp"
        android:layout_gravity="center"
        android:scaleType="center"/>
        android:scaleType="center"
        android:alpha="?android:attr/primaryContentAlpha"
    />

    <TextView
        android:id="@*android:id/message"
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
        android:layout_gravity="top|right"
        android:gravity="center"
        android:orientation="vertical"
        android:padding="12dp"
        android:translationZ="8dp" />
        android:padding="16dp"
        android:translationZ="9dp" />

</com.android.systemui.HardwareUiLayout>
+1 −1
Original line number Diff line number Diff line
@@ -882,7 +882,7 @@
            burn-in on AOD -->
    <dimen name="burn_in_prevention_offset_y">50dp</dimen>

    <dimen name="corner_size">16dp</dimen>
    <dimen name="corner_size">8dp</dimen>
    <dimen name="top_padding">0dp</dimen>
    <dimen name="bottom_padding">48dp</dimen>
    <dimen name="edge_margin">16dp</dimen>
Loading