OSDN Git Service

Fix 2146581: Make tabs work for donut apps
authorMike Cleron <mcleron@google.com>
Sat, 26 Sep 2009 00:53:56 +0000 (17:53 -0700)
committerMike Cleron <mcleron@google.com>
Sat, 26 Sep 2009 00:53:56 +0000 (17:53 -0700)
commit7609764295d1b3ec0b53d1ae536ee0280f5e0407
treeff0dd8fa4e2f42c183e63024a5f27935a24ae804
parentfdf53a4628f915203752660aa07049aa22c01b5a
Fix 2146581: Make tabs work for donut apps
Use different tab assets with the original coloring scheme
for apps that are not Eclair-aware.
core/java/android/os/Build.java
core/java/android/widget/TabHost.java
core/java/android/widget/TabWidget.java
core/res/res/color/tab_indicator_text_v4.xml [new file with mode: 0644]
core/res/res/drawable-hdpi/tab_selected_bar_left_v4.9.png [new file with mode: 0644]
core/res/res/drawable-hdpi/tab_selected_bar_right_v4.9.png [new file with mode: 0644]
core/res/res/drawable-hdpi/tab_selected_v4.9.png [new file with mode: 0644]
core/res/res/drawable-hdpi/tab_unselected_v4.9.png [new file with mode: 0644]
core/res/res/drawable/tab_bottom_left_v4.xml [new file with mode: 0644]
core/res/res/drawable/tab_bottom_right_v4.xml [new file with mode: 0644]
core/res/res/drawable/tab_indicator_v4.xml [new file with mode: 0644]