Home  /  android  /  ui  /  views


A View that shows a vertical, dotted line

GIF compatible EditText

Pie chart-like progress bar

This custom view shows a clock-like circular countdown, and can be used as a timer or as a ProgressBar. To use as a timer, create your own handler (or similar) to update the progress automatically.

Read more…

Progress bar masked by text

Various Square- or Fixed-ratio layouts and views

View with a hook to add draw operations

This view allows draw operations to be executed in a different class. This makes it easier to draw onto a canvas without having to create a custom view for every different use case.

Read more…

Wrapping a RecyclerView to the height of its content.