Class | Description |
---|---|
AutoCompleteTextViewWithDelay |
An AutoCompleteTextView that performs the autocomplete steps only if the user stops typing for a given amount of milliseconds
|
EditTextWithMeasureUnit |
EditText that appends a non-editable text (unit of measure) at the end of the input
|
FitYCropXImageView |
Image that completely fits the given height (= no cropping) and crops on X if the given width is too small, keeping the aspect ratio
|
RecyclerViewDividerItemDecoration |
Decoration to show line separators between list elements
|
SquareLinearLayout |
LinearLayout that always has height = width
|