OSDN Git Service

Setting tab bar widths automatically
authorMichael Jurka <mikejurka@google.com>
Wed, 23 Feb 2011 19:48:32 +0000 (11:48 -0800)
committerMichael Jurka <mikejurka@google.com>
Wed, 23 Mar 2011 18:34:39 +0000 (11:34 -0700)
commit7ef959b9177e1e715b0afe010904455a3d961fc4
tree271602f6c6c508a9275519eae373903c32dc8d54
parent26976d9b53161f80faf822d482ac771b8621cf31
Setting tab bar widths automatically

- will make launcher adapt better to different screen sizes
- also, moved customization tray tab setup code from Launcher to CustomizeTrayTabHost

Change-Id: I27a1acdacd231150bf191548d155c0e94d855796
14 files changed:
res/layout-xlarge-land/customization_drawer_tab_contents.xml [deleted file]
res/layout-xlarge-port/customization_drawer_tab_contents.xml [deleted file]
res/layout-xlarge/all_apps_tabbed.xml
res/layout-xlarge/customization_drawer.xml
res/values-xlarge-land/dimens.xml
res/values-xlarge-port/dimens.xml
res/values-xlarge/dimens.xml
src/com/android/launcher2/AllAppsPagedView.java
src/com/android/launcher2/AllAppsTabbed.java
src/com/android/launcher2/CustomizePagedView.java
src/com/android/launcher2/CustomizeTrayTabHost.java
src/com/android/launcher2/Launcher.java
src/com/android/launcher2/PagedViewCellLayout.java
src/com/android/launcher2/Utilities.java