2011-01-10 08:42:26 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-01-16 17:59:39 +00:00
|
|
|
<!-- Copyright (C) 2014 The Android Open Source Project
|
2011-01-10 08:42:26 +00:00
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
-->
|
|
|
|
|
2014-01-16 17:59:39 +00:00
|
|
|
<!-- Fragment view -->
|
|
|
|
<FrameLayout
|
|
|
|
android:id="@+id/setup_fragment_container"
|
2011-01-10 08:42:26 +00:00
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:paddingLeft="@dimen/setup_item_inset_left"
|
2011-06-23 21:51:19 +00:00
|
|
|
android:paddingRight="@dimen/setup_item_inset_right" >
|
2014-01-16 17:59:39 +00:00
|
|
|
<!-- Don't include the fragment itself here, or we won't be able to swap it out later -->
|
|
|
|
</FrameLayout>
|