From 201058d9c9866f3328291e495bcdfbeebe76d632 Mon Sep 17 00:00:00 2001 From: Adam Powell Date: Thu, 9 Sep 2010 17:57:26 -0700 Subject: [PATCH] Updated for framework changes in ActionBar style attributes Change-Id: I8e9050a784b4b20398309e6d279ab17652a29ade --- res/layout-xlarge/all_apps_tabbed.xml | 2 +- res/layout-xlarge/launcher.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/res/layout-xlarge/all_apps_tabbed.xml b/res/layout-xlarge/all_apps_tabbed.xml index 10d99a0f99..5aca954040 100644 --- a/res/layout-xlarge/all_apps_tabbed.xml +++ b/res/layout-xlarge/all_apps_tabbed.xml @@ -17,7 +17,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher" android:background="#30000000" - android:paddingTop="?android:attr/windowActionBarSize"> + android:paddingTop="?android:attr/actionBarSize"> @@ -49,7 +49,7 @@