OSDN Git Service

Reduce the number of notification icons on narrow screens.
authorsatok <satok@google.com>
Fri, 27 May 2011 10:15:01 +0000 (19:15 +0900)
committersatok <satok@google.com>
Sat, 28 May 2011 06:58:30 +0000 (15:58 +0900)
commit5485ff6141ccebad2c171a9a51ffdbcb72703bd7
tree42899f5cf5e9f7fce95222f20adc8d746c2c36ea
parent784707187d96b731df5256c1c2adb0aaf9037239
Reduce the number of notification icons on narrow screens.

For devices with minimum width between 600 and 720 dp, show
only 3 icons (and then, only in portrait). All other
configurations will show 5.

Bug: 4501374
Change-Id: I88168560fc2876c26cd3eb57f2db0b0cfe8b4fdd
packages/SystemUI/res/values-sw600dp-port/config.xml [new file with mode: 0644]
packages/SystemUI/res/values-sw600dp-port/dimens.xml
packages/SystemUI/res/values-sw720dp-port/dimens.xml [new file with mode: 0644]
packages/SystemUI/res/values-sw720dp/config.xml [new file with mode: 0644]
packages/SystemUI/res/values/config.xml
packages/SystemUI/src/com/android/systemui/statusbar/tablet/TabletStatusBar.java