Грушин Сергей
Грушин Сергей
why repo not dependency with implementation?
I add footer to boom menu and he placed below system navigation bar. Why?
Hi. How i can make default/focus color for icon alternative so background?
How i can use it with url text and html links?
Undo
Hi. I create undoView method in library ``` public void undoView() { RecyclerView.ViewHolder viewHolder = mAdapter.onCreateViewHolder(this, 0); mAdapter.onBindViewHolder(viewHolder, getCurrentPosition() - 1); View topView = viewHolder.itemView; topView.setTag(R.id.new_view, true); if (!mDisableHwAcceleration) {...
How to set max length for chip?
If I enter the word and enter space - and space again fast - chip shows and replaced with dot ('.'). I debug code - double space detected as 'backspace'....
I want to prohibit autocorrect, auto-dot, auto-capital letter and other things so that text can be entered only by character. I put `android:inputType="textNoSuggestions"` and got a singleLine effect. Spans and...
I need to control only letters and digits. Illegal characters is a bad solution for me. Also i need to control words before chipping (disallow dubles)
Why read me not contains screenshots????