summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-09-06 15:40:51 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-09-06 15:40:51 -0700
commit26503e445284cd6b4a3dd2a5f7d709ab152381bc (patch)
tree80aa72d59f4263fd7decd38731525e212f1e91ba
parentdc0ae5a4e265147beb080a4ce7bd10eaeef3462d (diff)
parent4f2acb6192efb29e30beb0a1ead9947ed1201492 (diff)
am 4f2acb61: Merge "Make dialpad edittext cursor visible" into klp-dev
* commit '4f2acb6192efb29e30beb0a1ead9947ed1201492': Make dialpad edittext cursor visible
-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 4007e3678..af93e1ed3 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" />