From 1cee253b41cf57b0702eecf105922855be58b02e Mon Sep 17 00:00:00 2001 From: Moxie Marlinspike Date: Mon, 13 Nov 2017 15:03:28 -0800 Subject: [PATCH] Fix contact list search cursor color --- res/drawable/actionbar_cursor.xml | 6 ------ res/layout/contact_filter_toolbar.xml | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 res/drawable/actionbar_cursor.xml diff --git a/res/drawable/actionbar_cursor.xml b/res/drawable/actionbar_cursor.xml deleted file mode 100644 index 2f788448bc..0000000000 --- a/res/drawable/actionbar_cursor.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/res/layout/contact_filter_toolbar.xml b/res/layout/contact_filter_toolbar.xml index cc5ff4b52b..0c1f725933 100644 --- a/res/layout/contact_filter_toolbar.xml +++ b/res/layout/contact_filter_toolbar.xml @@ -20,7 +20,7 @@ android:background="@android:color/transparent" android:layout_gravity="center_vertical" android:gravity="center_vertical" - android:textCursorDrawable="@drawable/actionbar_cursor" + android:textCursorDrawable="@null" android:textSize="18sp" android:fontFamily="sans-serif"/>