appcompat - How can I resolve TintEditText after importing the Android Design Library? -


i added following line build.gradle

compile 'com.android.support:design:22.2.0' 

but files have line:

import android.support.v7.internal.widget.tintedittext; 

throw 'cannot find symbol' error. gives? can remove android design library , works again, of course not solution.

as of api 21 must subclass appcompatedit text. same true supported widgets. use appcompat* tinting , other supported functionality.

android.support.v7.internal.widget.tintedittext internal class of android , can not use of support library update.


Comments