Michael Kolb | a2b2ba8 | 2010-08-04 17:54:03 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | Copyright 2010, The Android Open Source Project Licensed under the |
| 4 | Apache License, Version 2.0 (the "License"); you may not use this file |
| 5 | except in compliance with the License. You may obtain a copy of the |
| 6 | License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by |
| 7 | applicable law or agreed to in writing, software distributed under the |
| 8 | License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR |
| 9 | CONDITIONS OF ANY KIND, either express or implied. See the License for |
| 10 | the specific language governing permissions and limitations under the |
| 11 | License. |
| 12 | --> |
Michael Kolb | ebba8b4 | 2010-09-30 12:57:59 -0700 | [diff] [blame] | 13 | <merge |
Michael Kolb | a2b2ba8 | 2010-08-04 17:54:03 -0700 | [diff] [blame] | 14 | xmlns:android="http://schemas.android.com/apk/res/android" |
| 15 | android:id="@+id/tabbarcontent" |
| 16 | android:layout_width="match_parent" |
John Reck | 30b065e | 2011-07-19 10:58:05 -0700 | [diff] [blame] | 17 | android:layout_height="?android:attr/actionBarSize" |
Michael Kolb | ebba8b4 | 2010-09-30 12:57:59 -0700 | [diff] [blame] | 18 | android:orientation="horizontal" |
Michael Kolb | ebba8b4 | 2010-09-30 12:57:59 -0700 | [diff] [blame] | 19 | > |
Michael Kolb | ed21774 | 2010-08-10 17:52:34 -0700 | [diff] [blame] | 20 | <com.android.browser.TabScrollView |
| 21 | android:id="@+id/tabs" |
Michael Kolb | b4cafc5 | 2011-01-12 16:55:04 -0800 | [diff] [blame] | 22 | android:layout_width="0dip" |
Michael Kolb | 2b5a13a | 2010-12-09 14:13:42 -0800 | [diff] [blame] | 23 | android:layout_height="44dip" |
Michael Kolb | b4cafc5 | 2011-01-12 16:55:04 -0800 | [diff] [blame] | 24 | android:layout_weight="1.0" |
Michael Kolb | ed21774 | 2010-08-10 17:52:34 -0700 | [diff] [blame] | 25 | android:orientation="horizontal" /> |
Michael Kolb | ebba8b4 | 2010-09-30 12:57:59 -0700 | [diff] [blame] | 26 | <ImageButton |
| 27 | android:id="@+id/newtab" |
| 28 | android:src="@drawable/ic_menu_new_window" |
| 29 | android:layout_width="wrap_content" |
Michael Kolb | 2b5a13a | 2010-12-09 14:13:42 -0800 | [diff] [blame] | 30 | android:layout_height="44dip" |
Michael Kolb | ebba8b4 | 2010-09-30 12:57:59 -0700 | [diff] [blame] | 31 | style="@style/HoloButton" |
Michael Kolb | d0d7261 | 2011-03-07 14:51:55 -0800 | [diff] [blame] | 32 | android:background="@drawable/add_tab_selector" /> |
John Reck | 30b065e | 2011-07-19 10:58:05 -0700 | [diff] [blame] | 33 | </merge> |