blob: 757be1c1df72231d23f79303897f40aa8aa7a3b8 [file] [log] [blame]
Sailesh Nepalba48ca82014-08-19 15:57:19 -07001<?xml version="1.0" encoding="utf-8"?>
Qiwen Zhao0dad1102015-06-18 11:09:18 -07002<!-- Copyright (C) 2014 The Android Open Source Project
Sailesh Nepalba48ca82014-08-19 15:57:19 -07003
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
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 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-->
16
Qiwen Zhao1a874e22015-06-24 20:38:22 +000017<merge xmlns:android="http://schemas.android.com/apk/res/android">
18
19 <android.support.v7.internal.widget.NativeActionModeAwareLayout
20 android:id="@id/action_bar_activity_content"
21 android:layout_width="match_parent"
22 android:layout_height="match_parent"
23 android:foregroundGravity="fill_horizontal|top"
24 android:foreground="?android:attr/windowContentOverlay" />
25
26</merge>