Skip to content

ysered/CustomLayoutExample

Repository files navigation

CustomLayoutExample

Aim of this sample to understand essentials of developing custom layouts (also known as ViewGroup).

This custom layout just simple adds new view on place of finger touch. View itself has custom states. For simplicity it only has two states: default and selected.

Custom layout

Custom layout implementation: MyLayout.java

Custom view implementation: MyView.java

About

Sample to show how to implement custom ViewGroup

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages