From 30b065e9c311ab1a8973caeb85a0861c8802b043 Mon Sep 17 00:00:00 2001 From: John Reck Date: Tue, 19 Jul 2011 10:58:05 -0700 Subject: ActionBar change for phones Bug: 5022239 Change-Id: I0ccf131468cd129f4770ef85bde8d023670c33c8 --- res/layout/tab_bar.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'res/layout') diff --git a/res/layout/tab_bar.xml b/res/layout/tab_bar.xml index 1710218..2790362 100644 --- a/res/layout/tab_bar.xml +++ b/res/layout/tab_bar.xml @@ -14,9 +14,8 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/tabbarcontent" android:layout_width="match_parent" - android:layout_height="56dip" + android:layout_height="?android:attr/actionBarSize" android:orientation="horizontal" - style="@style/ActionBarStyle" > - \ No newline at end of file + -- cgit v1.1