* commit '6fb93f2c8526dab964e0db9fc4594ee9e6529353': Replace Material text cursor with XML shape
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 108 B |
Binary file not shown.
|
Before Width: | Height: | Size: 106 B |
Binary file not shown.
|
Before Width: | Height: | Size: 105 B |
Binary file not shown.
|
Before Width: | Height: | Size: 134 B |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user