From d08e0f5cc2d41f7af2d59f190ac1c7b30594fa30 Mon Sep 17 00:00:00 2001 From: Mark Renouf Date: Wed, 13 Apr 2016 19:17:25 -0400 Subject: [PATCH] Restore cursor in watch extract text view Removes cursorVisible=false Bug: 28669867 Change-Id: Id3cbaf70548aae361c52815f02f2988abb9ebdf4 --- core/res/res/layout-watch/input_method_extract_view.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/core/res/res/layout-watch/input_method_extract_view.xml b/core/res/res/layout-watch/input_method_extract_view.xml index e3cd2ce7c1e8b..de4ca69f42b60 100644 --- a/core/res/res/layout-watch/input_method_extract_view.xml +++ b/core/res/res/layout-watch/input_method_extract_view.xml @@ -34,7 +34,6 @@ android:textColor="@color/primary_text_default_material_dark" android:textColorHighlight="@color/accent_material_dark" android:textSize="18dp" - android:cursorVisible="false" android:gravity="bottom|right" />