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

Commit 9feb4e0d authored by Alan Viverette's avatar Alan Viverette
Browse files

Replace Material text cursor with XML shape

Bug: 20754494
Change-Id: Ide1c9d7f37863a1ee88b69b5e7f478c124bb7eae
parent 83ce3b26
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>