开发者

Creating a settings page like Honeycomb

开发者 https://www.devze.com 2023-02-27 10:49 出处:网络
I\'m making an app and I want a number of the activities to look like like the Xoom Honeycomb settings page (even though they would be showing stuff like images and videos).

I'm making an app and I want a number of the activities to look like like the Xoom Honeycomb settings page (even though they would be showing stuff like images and videos).

http://static.intomobile.com/wp-content/uploads/2011/02/xoom-honeycomb-settings-11.png

Can most of this be done with a PreferenceActivity or does this involve a lot of custom layout开发者_运维技巧 design? Has anyone seen any good tutorials for this?

Thanks.


You cannot readily show "stuff like images and videos" in a PreferenceActivity. What you are looking at are a pair of ListFragments, AFAIK.

0

精彩评论

暂无评论...
验证码 换一张
取 消