如何更改EditText光标旋钮颜色android(不是光标颜色旋钮)

时间:2015-06-18 12:45:52

标签: android android-edittext

not the cursor color the knob color我正在尝试更改我的EditText光标旋钮但未能在设备上看到它,附加的是我的XML用于此布局

<EditText
    android:id="@+id/new_text_edit_text"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_centerVertical="true"
    android:imeOptions="flagNoExtractUi"
    android:layout_marginLeft="16dp"
    android:layout_toLeftOf="@+id/new_text_button_send"
    android:background="@android:color/white"
    android:hint="@string/write_a_message"
    android:textSize="@dimen/text_size_large"
    android:gravity="center_vertical"
    android:fontFamily="sans-serif-light"
    android:inputType="text|textMultiLine|textCapSentences|textShortMessage"
    android:textCursorDrawable="@drawable/cursor_glide_blue"
    android:lines="3"
    android:singleLine="false"/>

1 个答案:

答案 0 :(得分:1)

更改EditText

中的光标选择控制柄
android:textSelectHandle="@drawable/handle_middle"
android:textSelectHandleLeft="@drawable/handle_left"
android:textSelectHandleRight="@drawable/handle_right"