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

Commit 0cb41858 authored by Alan Viverette's avatar Alan Viverette Committed by Android (Google) Code Review
Browse files

Merge "Replace Material text cursor with XML shape" into mnc-dev

parents 98ae4dfb 9feb4e0d
Loading
Loading
Loading
Loading
−108 B
Loading image diff...
−106 B
Loading image diff...
−105 B
Loading image diff...
−134 B
Loading image diff...
+12 −3
Original line number Diff line number Diff line
@@ -14,6 +14,15 @@
     limitations under the License.
-->

<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
    android:src="@drawable/text_cursor_mtrl_alpha"
    android:tint="?attr/colorControlActivated" />
<inset xmlns:android="http://schemas.android.com/apk/res/android"
       android:inset="2dp">
    <shape
        android:tint="?attr/colorControlActivated"
        android:shape="rectangle">
        <size
            android:height="2dp"
            android:width="2dp" />
        <solid
            android:color="@color/white" />
    </shape>
</inset>