diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/tab_bar.xml | 3 |
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" |