diff options
author | Yorke Lee <yorkelee@google.com> | 2013-09-06 15:46:22 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-09-06 15:46:22 -0700 |
commit | 03093fb2a4238264b0da2cfec36c5d9b2d11347c (patch) | |
tree | 22b3eb4fc149c9c5808efc5e5b0073960c1ed04b | |
parent | 5a42a02209847e0cd36fe0fe4272eea4b049653f (diff) | |
parent | 26503e445284cd6b4a3dd2a5f7d709ab152381bc (diff) |
am 26503e44: am 4f2acb61: Merge "Make dialpad edittext cursor visible" into klp-dev
* commit '26503e445284cd6b4a3dd2a5f7d709ab152381bc':
Make dialpad edittext cursor visible
-rw-r--r-- | res/layout/dialpad_fragment.xml | 1 |
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" /> |