diff --git a/res/values-xlarge-port/styles.xml b/res/values-xlarge-port/styles.xml new file mode 100644 index 0000000000..2c5f5bb6e6 --- /dev/null +++ b/res/values-xlarge-port/styles.xml @@ -0,0 +1,25 @@ + + + + + + diff --git a/src/com/android/launcher2/CustomizeTrayTabHost.java b/src/com/android/launcher2/CustomizeTrayTabHost.java index e1ba700aee..c261bfb9cd 100644 --- a/src/com/android/launcher2/CustomizeTrayTabHost.java +++ b/src/com/android/launcher2/CustomizeTrayTabHost.java @@ -81,7 +81,7 @@ public class CustomizeTrayTabHost extends TabHost implements LauncherTransitiona .setIndicator(tabView).setContent(contentFactory)); tabView = (TextView) mInflater.inflate( R.layout.customize_tab_widget_indicator, tabWidget, false); - tabView.setText(mContext.getString(R.string.applications_tab_label)); + tabView.setText(mContext.getString(R.string.all_apps_tab_apps)); addTab(newTabSpec(APPLICATIONS_TAG) .setIndicator(tabView).setContent(contentFactory)); tabView = (TextView) mInflater.inflate(