Files
android_development/samples/Support4Demos/res/layout/activity_player.xml
Sungsoo Lim 67d3c4a873 Land MediaBrowserCompat sample in Support4Demos
Bug: 26883964
Change-Id: Ief13490dc4e497acd6160b17a0d8e3d038b75457
2016-03-21 13:35:56 +09:00

23 lines
976 B
XML

<!--
Copyright (C) 2014 The Android Open Source Project
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.
-->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MusicPlayerActivity"
tools:ignore="MergeRootFrame" />