summaryrefslogtreecommitdiff
path: root/res/layout/dialpad_fragment.xml
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-09-06 12:40:10 -0700
committerYorke Lee <yorkelee@google.com>2013-09-06 12:40:10 -0700
commite5fc66c17be03d46d3539b5e31d4effa97243028 (patch)
tree255bed4f458e850beedec1780091d63f30eb4fa1 /res/layout/dialpad_fragment.xml
parent6276f093cf16a4797f43d53a76e3a8e5a279ea22 (diff)
Make dialpad edittext cursor visible
Bug: 10639193 Change-Id: I3e149ab1148455042e2b66d2c28dd24202f82968
Diffstat (limited to 'res/layout/dialpad_fragment.xml')
-rw-r--r--res/layout/dialpad_fragment.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/dialpad_fragment.xml b/res/layout/dialpad_fragment.xml
index a248549c9..d54f552a4 100644
--- a/res/layout/dialpad_fragment.xml
+++ b/res/layout/dialpad_fragment.xml
@@ -56,6 +56,7 @@
android:singleLine="true"
android:textAppearance="@style/DialtactsDigitsTextAppearance"
android:textColor="@color/dialpad_text_color"
+ android:textCursorDrawable="@null"
android:nextFocusRight="@+id/overflow_menu"
android:background="@android:color/transparent" />