8

I currently have this one: sreenshot

Is it possible to remove black stroke and have only highlighted? Does it violate any Google guideline about material design

Eugen Martynov
  • 19,888
  • 10
  • 61
  • 114
  • I just discover joy for my weekends learning https://android.googlesource.com/platform/frameworks/base/+/refs/heads/master/core/res/res/values/styles.xml. So it is possible but will require own drawable creation. I will post answer if noone will answer faster – Eugen Martynov Nov 25 '14 at 12:51

1 Answers1

7

It is totally an android lollipop bug. It happens to the framework and AppCompat version of the EditText and will be fixed in a future release. See here: https://code.google.com/p/android/issues/detail?id=80180

Kuno
  • 3,492
  • 2
  • 28
  • 44