2011-12-21 08:51:56 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2012-05-21 11:12:37 +00:00
|
|
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
|
|
|
|
2011-12-21 08:51:56 +00:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:id="@+id/awesome_screen"
|
2013-02-25 20:15:00 +00:00
|
|
|
style="@style/Screen.Transparent">
|
2011-12-21 08:51:56 +00:00
|
|
|
|
|
|
|
<include layout="@layout/awesomebar_search"/>
|
|
|
|
|
|
|
|
<include layout="@layout/awesomebar_tabs"/>
|
|
|
|
|
|
|
|
</LinearLayout>
|