diff options
author | Yorke Lee <yorkelee@google.com> | 2013-09-06 22:39:01 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-09-06 22:39:02 +0000 |
commit | 4f2acb6192efb29e30beb0a1ead9947ed1201492 (patch) | |
tree | 22b3eb4fc149c9c5808efc5e5b0073960c1ed04b | |
parent | 936a72b556c3df2b2744315905f42c6b6d826467 (diff) | |
parent | e5fc66c17be03d46d3539b5e31d4effa97243028 (diff) |
Merge "Make dialpad edittext cursor visible" into klp-dev
-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" /> |