summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorRay Chen <raychen@google.com>2011-09-13 18:35:28 +0800
committerRay Chen <raychen@google.com>2011-09-16 16:36:11 +0800
commitc138187a52c3149b2a3d00b86363f5e55c474f9f (patch)
treec57069d2a43564e745a9577f641dae4708583628 /res/layout
parent5bb73989b355f9875305c46062cc5fc35da053b6 (diff)
downloadandroid_packages_apps_Snap-c138187a52c3149b2a3d00b86363f5e55c474f9f.tar.gz
android_packages_apps_Snap-c138187a52c3149b2a3d00b86363f5e55c474f9f.tar.bz2
android_packages_apps_Snap-c138187a52c3149b2a3d00b86363f5e55c474f9f.zip
Fix 5239335 ICS Gallery: convert tabs at Gallery home to drop down
Change-Id: I7503f724dbf16034513a6d8d6b0cb0425166a365
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/action_bar_text.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/res/layout/action_bar_text.xml b/res/layout/action_bar_text.xml
new file mode 100644
index 000000000..2be032f91
--- /dev/null
+++ b/res/layout/action_bar_text.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2006 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<TextView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@android:id/text1"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:textAppearance="?android:attr/textAppearanceSmall"
+ android:gravity="center_vertical"
+ android:paddingLeft="?android:attr/listPreferredItemPaddingLeft"
+ android:paddingRight="?android:attr/listPreferredItemPaddingRight"
+ android:minHeight="42dip"
+/>