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 | --> |
Enrico Ros | 1f5a095 | 2014-11-18 20:15:48 -0800 | [diff] [blame] | 13 | <merge xmlns:android="http://schemas.android.com/apk/res/android" |
Michael Kolb | a2b2ba8 | 2010-08-04 17:54:03 -0700 | [diff] [blame] | 14 | android:id="@+id/tabbarcontent" |
| 15 | android:layout_width="match_parent" |
John Reck | 30b065e | 2011-07-19 10:58:05 -0700 | [diff] [blame] | 16 | android:layout_height="?android:attr/actionBarSize" |
Enrico Ros | 1f5a095 | 2014-11-18 20:15:48 -0800 | [diff] [blame] | 17 | android:orientation="horizontal"> |
| 18 | |
Bijan Amirzada | 41242f2 | 2014-03-21 12:12:18 -0700 | [diff] [blame] | 19 | <com.android.browser.TabScrollView |
Michael Kolb | ed21774 | 2010-08-10 17:52:34 -0700 | [diff] [blame] | 20 | android:id="@+id/tabs" |
Michael Kolb | b4cafc5 | 2011-01-12 16:55:04 -0800 | [diff] [blame] | 21 | android:layout_width="0dip" |
Michael Kolb | 9a377a4 | 2012-05-02 14:59:02 -0700 | [diff] [blame] | 22 | android:layout_height="match_parent" |
Michael Kolb | b4cafc5 | 2011-01-12 16:55:04 -0800 | [diff] [blame] | 23 | android:layout_weight="1.0" |
Michael Kolb | ed21774 | 2010-08-10 17:52:34 -0700 | [diff] [blame] | 24 | android:orientation="horizontal" /> |
Enrico Ros | 1f5a095 | 2014-11-18 20:15:48 -0800 | [diff] [blame] | 25 | |
Michael Kolb | ebba8b4 | 2010-09-30 12:57:59 -0700 | [diff] [blame] | 26 | <ImageButton |
| 27 | android:id="@+id/newtab" |
Enrico Ros | 1f5a095 | 2014-11-18 20:15:48 -0800 | [diff] [blame] | 28 | style="@style/NavButton" |
Michael Kolb | ebba8b4 | 2010-09-30 12:57:59 -0700 | [diff] [blame] | 29 | android:layout_width="wrap_content" |
Enrico Ros | 1f5a095 | 2014-11-18 20:15:48 -0800 | [diff] [blame] | 30 | android:background="@drawable/add_tab_selector" |
| 31 | android:src="@drawable/ic_menu_new_window" /> |
John Reck | 30b065e | 2011-07-19 10:58:05 -0700 | [diff] [blame] | 32 | </merge> |