2009-03-04 03:32:22 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-02-13 21:12:06 +00:00
|
|
|
<!-- Copyright (C) 2014 The Android Open Source Project
|
2009-03-04 03:32:22 +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
|
2010-08-10 21:27:13 +00:00
|
|
|
|
2009-03-04 03:32:22 +00:00
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
2010-08-10 21:27:13 +00:00
|
|
|
|
2009-03-04 03:32:22 +00:00
|
|
|
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-03-17 23:45:47 +00:00
|
|
|
<FrameLayout
|
2014-02-13 21:12:06 +00:00
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2014-03-17 23:45:47 +00:00
|
|
|
android:id="@+id/account_credentials_fragment_container"
|
2010-01-08 23:06:52 +00:00
|
|
|
android:layout_width="match_parent"
|
2014-03-17 23:45:47 +00:00
|
|
|
android:layout_height="match_parent" />
|