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

Commit b1b191ad authored by Winson Chung's avatar Winson Chung Committed by Android (Google) Code Review
Browse files

Merge "Updating lock-to-app look." into lmp-dev

parents 7f25081a 2915b9d1
Loading
Loading
Loading
Loading
+4.15 KiB
Loading image diff...
+2.65 KiB
Loading image diff...
+5.8 KiB
Loading image diff...
+9.04 KiB
Loading image diff...
+17 −22
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2014 The Android Open Source Project
<!--
Copyright (C) 2014 The Android Open Source Project

   Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
@@ -14,16 +14,11 @@
    limitations under the License.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:height="16dp"
        android:width="16dp"
        android:viewportHeight="100"
        android:viewportWidth="100" >

        android:width="48.0dp"
        android:height="48.0dp"
        android:viewportWidth="48.0"
        android:viewportHeight="48.0">
    <path
        android:name="x"
        android:pathData="M0,0L100,100M0,100L100,0z"
        android:strokeColor="@color/recents_task_bar_dark_dismiss_color"
        android:strokeWidth="8.0"
        android:strokeLineCap="square" />

        android:fillColor="@color/recents_task_bar_dark_dismiss_color"
        android:pathData="M38.000000,12.800000l-2.799999,-2.800000 -11.200001,11.200001 -11.200000,-11.200001 -2.800000,2.800000 11.200001,11.200000 -11.200001,11.200001 2.800000,2.799999 11.200000,-11.200001 11.200001,11.200001 2.799999,-2.799999 -11.200001,-11.200001z"/>
</vector>
 No newline at end of file
Loading