Android Drawable XML Code For Text Select Handle -
i trying find xml code create textselecthandle. created 3 xml files in drawable folder text_select_handle_middle, text_select_handle_left, , text_select_handle_right. added files style.xml file.
i haven't found code online shows how create new round text select handlers android 6.0 marshmallow. changing color of text select handle primary reason wanting this.
i saw post linked website android holo colors generator didn't have on new round text select handlers.
style.xml
<item name="android:textselecthandle">@drawable/text_select_handle_middle</item> <item name="android:textselecthandleleft">@drawable/text_select_handle_left</item> <item name="android:textselecthandleright">@drawable/text_select_handle_right</item>
in values\styles.xml should change
<item name="coloraccent">@color/md_red_100</item>
for color want, not have redraw text select handler
Comments
Post a Comment