Michell Bak
Michell Bak

Reputation: 13242

Is there an official Android section View?

List sections are used quite a lot in Android through out Google's own applications and in some of the framework's features as well, i.e. preferences.

This made me wonder if there is an offical section View available in Android? If so, it seems to be hidden.

Here's a picture from the Android Design site that shows what I'm talking about:

enter image description here

Upvotes: 2

Views: 846

Answers (1)

CommonsWare
CommonsWare

Reputation: 1006674

This made me wonder if there is an offical section View available in Android?

No, sorry. There are plenty of libraries for this, and you can probably grab some code out of AOSP for it as well, but there is nothing in the SDK for it. Just because the design folk think it is a good idea does not mean that we actually have code in the SDK to leverage such ideas.

Upvotes: 1

Related Questions