18e552630e72a17d7340f1bebccbc6fd6faef82fbAdam Powell<?xml version="1.0" encoding="utf-8"?>
28e552630e72a17d7340f1bebccbc6fd6faef82fbAdam Powell<!--
38e552630e72a17d7340f1bebccbc6fd6faef82fbAdam Powell/*
48e552630e72a17d7340f1bebccbc6fd6faef82fbAdam Powell** Copyright 2010, The Android Open Source Project
58e552630e72a17d7340f1bebccbc6fd6faef82fbAdam Powell**
68e552630e72a17d7340f1bebccbc6fd6faef82fbAdam Powell** Licensed under the Apache License, Version 2.0 (the "License");
78e552630e72a17d7340f1bebccbc6fd6faef82fbAdam Powell** you may not use this file except in compliance with the License.
88e552630e72a17d7340f1bebccbc6fd6faef82fbAdam Powell** You may obtain a copy of the License at
98e552630e72a17d7340f1bebccbc6fd6faef82fbAdam Powell**
108e552630e72a17d7340f1bebccbc6fd6faef82fbAdam Powell**     http://www.apache.org/licenses/LICENSE-2.0
118e552630e72a17d7340f1bebccbc6fd6faef82fbAdam Powell**
128e552630e72a17d7340f1bebccbc6fd6faef82fbAdam Powell** Unless required by applicable law or agreed to in writing, software
138e552630e72a17d7340f1bebccbc6fd6faef82fbAdam Powell** distributed under the License is distributed on an "AS IS" BASIS,
148e552630e72a17d7340f1bebccbc6fd6faef82fbAdam Powell** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
158e552630e72a17d7340f1bebccbc6fd6faef82fbAdam Powell** See the License for the specific language governing permissions and
168e552630e72a17d7340f1bebccbc6fd6faef82fbAdam Powell** limitations under the License.
178e552630e72a17d7340f1bebccbc6fd6faef82fbAdam Powell*/
188e552630e72a17d7340f1bebccbc6fd6faef82fbAdam Powell-->
198e552630e72a17d7340f1bebccbc6fd6faef82fbAdam Powell<com.android.internal.widget.ActionBarContextView
208e552630e72a17d7340f1bebccbc6fd6faef82fbAdam Powell     xmlns:android="http://schemas.android.com/apk/res/android"
218e552630e72a17d7340f1bebccbc6fd6faef82fbAdam Powell     android:layout_width="match_parent"
2278aa1f0b5e146ed6035746ff1125013827298b22Adam Powell     android:layout_height="wrap_content"
23bc234a19f4c74116454e2c77f4739290e761995aAdam Powell     android:visibility="gone"
24bc234a19f4c74116454e2c77f4739290e761995aAdam Powell     style="?android:attr/actionModeStyle" />
25