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

Commit 0f9528b7 authored by Fabian Kozynski's avatar Fabian Kozynski Committed by Android (Google) Code Review
Browse files

Merge "Add rounded corners to QSDetail"

parents 5c73d2a8 c5bd02b1
Loading
Loading
Loading
Loading
+16 −2
Original line number Diff line number Diff line
@@ -14,6 +14,20 @@ Copyright (C) 2014 The Android Open Source Project
    limitations under the License.
-->
<transition xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:drawable="@color/qs_detail_transition" />
    <item android:drawable="?android:attr/colorPrimary" />
    <item>
        <inset>
            <shape>
                <solid android:color="@color/qs_detail_transition"/>
                <corners android:radius="?android:attr/dialogCornerRadius" />
            </shape>
        </inset>
    </item>
    <item>
        <inset>
            <shape>
                <solid android:color="?android:attr/colorPrimary"/>
                <corners android:radius="?android:attr/dialogCornerRadius" />
            </shape>
        </inset>
    </item>
</transition>
 No newline at end of file