开发者

UI Guidelines for Android Honeycomb on Tablets

开发者 https://www.devze.com 2023-02-13 15:58 出处:网络
The UI in Android Honeycomb is ve开发者_StackOverflow社区ry different. I\'m looking for things that have changed that would be of interest to developers. Google hasn\'t updated it\'s UI guidelines yet

The UI in Android Honeycomb is ve开发者_StackOverflow社区ry different. I'm looking for things that have changed that would be of interest to developers. Google hasn't updated it's UI guidelines yet, so I am trying to find this stuff out by inspecting the layouts. I am mainly interested in dimensions of icons and new types of views.

The action bar height is 56dp (?android:attr/actionBarSize). It seems that the menu icons are 32 x 32 dp now, they were 48 x 48 dp before. Since they are in the action bar, they have a lot of padding around them. The size of a menu icon with padding is 64 x 56 dp. I needed this since I was trying to put a ProgressBar as a menu item.

Anything else change? Also, I'm interested in the size of some common UI patterns, like the widths for a list/detail layout like the mail client.


You might want to check out the latest Icon Guidelines as well as the section on Metrics and Grids.

Also, you can see details about the Action Bar and other things that are new to the platform.


The best thing is to get the Motorola Xoom and check it out. If you don't have the money to support this investment then use the emulator. Be sure to post your answers up here for others.


I might not understand the quesiton 100%, but im pretty sure that the have put into the dev guide all the new stuff, such as new views and layout guidlines (such as fragments, and listfragments). Is there something else that im missing? Granted, the documentation for fragments is kinda weak.


Here are the new guidelines for icon design.

Haven't seen the new views graphically but at least the fragment documentation has been updated recently.

0

精彩评论

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