0

Click here to see screen shot I want to set position of this custom right and left handlers aligned text top.Can you help me with that

  • Can you provide the image in the question directly instead of providing a link to it? Additionally, can you describe what you've already tried and why you have custom right and left handlers? – elrobe Jul 14 '21 at 15:54
  • Stackoverflow did not let me to add image directly.My customer want that icons in design.I looked for native functions of textview but I haven't found anything – Kod Sanatı Jul 14 '21 at 21:28

1 Answers1

0

Add these 2 line in your TextView

android:textIsSelectable="true"
android:textSelectHandle="@layout/activity_name"
Ganesh MB
  • 1,109
  • 2
  • 14
  • 27