Benoit Billington
Benoit Billington
@kouhengsheng Please make a PR to fix the id.xml file @albka1986 using gradle won't fix the actual issue but feel free to convert this maven project to gradle
You don't need it for the library to work
You can maybe use a PreferenceFragment instead...
Maybe extends EditText instead of View to get all the benefit from EditText
imeOptions could also be supported that way... But I think it's you get more benefit by extending EditText :)
Yes I know it was on purpose but you then lose a lot of features. I'm currently changing it to `EditText` and true there are some annoying things but for...
It's not 100% perfect and was done very quickly: ``` import android.animation.ValueAnimator; import android.content.Context; import android.content.res.TypedArray; import android.graphics.Canvas; import android.graphics.Paint; import android.graphics.Rect; import android.util.AttributeSet; import android.view.MotionEvent; import android.view.animation.AccelerateDecelerateInterpolator; import android.widget.EditText;...
@Sushil21 Copy paste does not work with that class. if you get it working properly let me know ;)
@Sushil21 I meant the copy/paste feature in android does not work for that component
I haven't looked more into it...