diff options
author | Adam Powell <adamp@google.com> | 2010-09-09 17:57:26 -0700 |
---|---|---|
committer | Adam Powell <adamp@google.com> | 2010-09-10 11:51:05 -0700 |
commit | 201058d9c9866f3328291e495bcdfbeebe76d632 (patch) | |
tree | 5215ad674655d687ad1cc1682c3c1dd9e4944ae8 /res/layout-xlarge | |
parent | 9ca4970b7cd29559e39219da509e7102061c8f55 (diff) | |
download | packages_apps_Trebuchet-201058d9c9866f3328291e495bcdfbeebe76d632.tar.gz packages_apps_Trebuchet-201058d9c9866f3328291e495bcdfbeebe76d632.tar.bz2 packages_apps_Trebuchet-201058d9c9866f3328291e495bcdfbeebe76d632.zip |
Updated for framework changes in ActionBar style attributes
Change-Id: I8e9050a784b4b20398309e6d279ab17652a29ade
Diffstat (limited to 'res/layout-xlarge')
-rw-r--r-- | res/layout-xlarge/all_apps_tabbed.xml | 2 | ||||
-rw-r--r-- | 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 10d99a0f9..5aca95404 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"> <LinearLayout android:orientation="vertical" android:layout_width="match_parent" diff --git a/res/layout-xlarge/launcher.xml b/res/layout-xlarge/launcher.xml index 3e139333d..a3c7558e3 100644 --- a/res/layout-xlarge/launcher.xml +++ b/res/layout-xlarge/launcher.xml @@ -34,7 +34,7 @@ android:id="@+id/workspace" android:layout_width="match_parent" android:layout_height="match_parent" - android:paddingTop="?android:attr/windowActionBarSize" + android:paddingTop="?android:attr/actionBarSize" launcher:defaultScreen="2" launcher:cellCountX="8" launcher:cellCountY="7"> @@ -49,7 +49,7 @@ <RelativeLayout android:id="@+id/all_apps_button_cluster" android:layout_width="fill_parent" - android:layout_height="?android:attr/windowActionBarSize" + android:layout_height="?android:attr/actionBarSize" android:layout_gravity="top"> <ImageView |