blob: 5ec310cf9e33e7ab38858cccbfba0764845c757f [file] [log] [blame]
Jeff Hamilton64144e42010-08-18 16:31:59 -05001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2009 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
John Reck94dbea62011-04-13 17:30:38 -07007
Jeff Hamilton64144e42010-08-18 16:31:59 -05008 http://www.apache.org/licenses/LICENSE-2.0
John Reck94dbea62011-04-13 17:30:38 -07009
Jeff Hamilton64144e42010-08-18 16:31:59 -050010 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
John Reckb3417f02011-01-14 11:01:05 -080016<FrameLayout
Michael Kolb370a4f32010-10-06 10:45:32 -070017 xmlns:android="http://schemas.android.com/apk/res/android"
John Reckb3417f02011-01-14 11:01:05 -080018 android:id="@+id/fragment"
Jeff Hamilton64144e42010-08-18 16:31:59 -050019 android:layout_width="match_parent"
John Reckd3e4d5b2011-07-13 15:48:43 -070020 android:layout_height="match_parent" />