diff options
Diffstat (limited to '')
-rw-r--r-- | app/src/main/res/drawable/edit_text_cursor.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/edit_text_cursor.xml b/app/src/main/res/drawable/edit_text_cursor.xml new file mode 100644 index 00000000..10700fe8 --- /dev/null +++ b/app/src/main/res/drawable/edit_text_cursor.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<shape xmlns:android="http://schemas.android.com/apk/res/android"> + <size android:width="2dp" /> +</shape>
\ No newline at end of file |