All snippets tagged with view

Page 1 of 1
 

A View that shows a vertical, dotted line

Progress bar masked by text

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…

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…