user505160
user505160

Reputation: 1216

Android layout templates?

are there any sources of templates for layouts?

I need some typical layouts to start.

Upvotes: 4

Views: 11898

Answers (1)

Octavian Helm
Octavian Helm

Reputation: 39604

Yes there are. Checkout the Hello Views section and of course the API Demos.

Alternatively as Android is opensource you can checkout the sources or just clone the git repo.

Upvotes: 2

Related Questions