OSDN Git Service

Adding background protection for tab labels in AllApps/Customize and modified padding...
authorWinson Chung <winsonc@google.com>
Mon, 29 Nov 2010 22:48:30 +0000 (14:48 -0800)
committerWinson Chung <winsonc@google.com>
Tue, 30 Nov 2010 18:51:44 +0000 (10:51 -0800)
commit49767aefe5b32d523ba1e43696f8adafa64a778f
tree47c8ea42dc2d0bc98cf643fba4e299485e1060da
parent016dca2030ea18d9f909654ff53b9eff86ac233b
Adding background protection for tab labels in AllApps/Customize and modified padding to match mockups.

Change-Id: I7f3b37d892fdf5a702a66d68e1bbdf333068d7ec
22 files changed:
res/color/tab_widget_indicator_color.xml [new file with mode: 0644]
res/drawable-hdpi/tab_selected_focused_holo.9.png [new file with mode: 0644]
res/drawable-hdpi/tab_selected_holo.9.png [new file with mode: 0644]
res/drawable-hdpi/tab_selected_pressed_focused_holo.9.png [new file with mode: 0644]
res/drawable-hdpi/tab_selected_pressed_holo.9.png [new file with mode: 0644]
res/drawable-hdpi/tab_unselected_focused_holo.9.png [new file with mode: 0644]
res/drawable-hdpi/tab_unselected_holo.9.png
res/drawable-hdpi/tab_unselected_pressed_focused_holo.9.png [new file with mode: 0644]
res/drawable-hdpi/tab_unselected_pressed_holo.9.png [new file with mode: 0644]
res/drawable-mdpi/tab_selected_focused_holo.9.png [new file with mode: 0644]
res/drawable-mdpi/tab_selected_holo.9.png [new file with mode: 0644]
res/drawable-mdpi/tab_selected_pressed_focused_holo.9.png [new file with mode: 0644]
res/drawable-mdpi/tab_selected_pressed_holo.9.png [new file with mode: 0644]
res/drawable-mdpi/tab_unselected_focused_holo.9.png [new file with mode: 0644]
res/drawable-mdpi/tab_unselected_pressed_focused_holo.9.png [new file with mode: 0644]
res/drawable-mdpi/tab_unselected_pressed_holo.9.png [new file with mode: 0644]
res/drawable/tab_widget_indicator_selector.xml [new file with mode: 0644]
res/layout-xlarge-land/all_apps_tabbed.xml
res/layout-xlarge-land/launcher.xml
res/layout-xlarge/tab_widget_indicator.xml [new file with mode: 0644]
src/com/android/launcher2/AllAppsTabbed.java
src/com/android/launcher2/Launcher.java