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

Commit 44067a5b authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Adjust dividers color." into main

parents dfab2fa8 96db2dce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
    <item>
        <shape android:shape="rectangle">
            <solid android:color="?android:attr/colorAccentSecondary"/>
            <solid android:color="@color/materialColorSecondary"/>
            <size android:width="128dp" android:height="2dp"/>
            <corners android:radius="2dp" />
        </shape>
+1 −1
Original line number Diff line number Diff line
@@ -51,5 +51,5 @@
        android:layout_marginTop="24dp"
        android:importantForAccessibility="no"
        android:src="@*android:drawable/ic_drag_handle"
        android:tint="?android:attr/textColorSecondary" />
        android:tint="@*android:color/materialColorSecondary" />
</LinearLayout>
+1 −0
Original line number Diff line number Diff line
@@ -430,6 +430,7 @@

    <style name="Theme.SystemUI.MediaProjectionAppSelector"
        parent="@*android:style/Theme.DeviceDefault.Chooser">
        <item name="android:colorBackground">@*android:color/materialColorSurfaceContainer</item>
    </style>

    <!-- Standard animations for hiding and showing the status bar. -->