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.

textselecthandleimage

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

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -