summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMichael Kolb <kolby@google.com>2011-01-12 17:36:21 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-01-12 17:36:21 -0800
commit3b5eb9d862fff147a53b296c9bcbe78342f0d316 (patch)
treec419f61306c72732625bd540d90c26dc770a6dce /res
parent1537b774a62042a8b86100e1e6b0988bed70c385 (diff)
parentb4cafc564e00d422dde6d286fdc2df971180ab51 (diff)
downloadpackages_apps_Browser-3b5eb9d862fff147a53b296c9bcbe78342f0d316.zip
packages_apps_Browser-3b5eb9d862fff147a53b296c9bcbe78342f0d316.tar.gz
packages_apps_Browser-3b5eb9d862fff147a53b296c9bcbe78342f0d316.tar.bz2
Merge "fix tab bar layout bug" into honeycomb
Diffstat (limited to 'res')
-rw-r--r--res/layout/tab_bar.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/tab_bar.xml b/res/layout/tab_bar.xml
index e8f146c..0f636cd 100644
--- a/res/layout/tab_bar.xml
+++ b/res/layout/tab_bar.xml
@@ -24,8 +24,9 @@
>
<com.android.browser.TabScrollView
android:id="@+id/tabs"
- android:layout_width="wrap_content"
+ android:layout_width="0dip"
android:layout_height="44dip"
+ android:layout_weight="1.0"
android:orientation="horizontal" />
<ImageButton
android:id="@+id/newtab"