0

I have just a edittext on a card, created with relativelayout. When i double press on it, to mark it, the color of the two markes, right and left from the text a bit lower, have the same color as the card, because of that i want to change the color of the markers. The bar above the toolbar, and under the statusbar, is currently white, how u can see on the picture, that i want to change too, with animations and colors :D Maybe somebody can help me at my difficulties

Thanks in advance :)

It looks currently like this: enter image description here

2 Answers2

0

Try using android:textColorHighlight in your edit text

E. Fernandes
  • 3,889
  • 4
  • 30
  • 48
  • that only change the color of the marked text, but noch from the pointers :/ thx otherwise :) –  Jul 05 '15 at 01:29
  • Checkout if this thread can help you http://stackoverflow.com/questions/15133926/android-change-color-appearance-of-edittext-select-handle-anchor – E. Fernandes Jul 05 '15 at 01:31
0

Just got the answer by myself :D I just pasted following line in my styles.xml

<item name="colorControlActivated">#607D8B</item>