summaryrefslogtreecommitdiffstats
path: root/res/layout-xlarge/all_apps_tabbed.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-xlarge/all_apps_tabbed.xml')
-rw-r--r--res/layout-xlarge/all_apps_tabbed.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/res/layout-xlarge/all_apps_tabbed.xml b/res/layout-xlarge/all_apps_tabbed.xml
index 2710b3214..993733821 100644
--- a/res/layout-xlarge/all_apps_tabbed.xml
+++ b/res/layout-xlarge/all_apps_tabbed.xml
@@ -24,8 +24,11 @@
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
+ <!-- The layout_width of this RelativeLayout gets overwritten in
+ AllAppsTabbed.onFinishInflate -->
<RelativeLayout
- android:layout_width="@dimen/all_apps_tabbed_width"
+ android:id="@+id/all_apps_tab_bar"
+ android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:background="@drawable/tab_unselected_holo">