blob: c36f93dc2f2e27e9332653a37e2afad1351b4cbc [file] [log] [blame]
Ying Wang1ee37af2014-07-14 17:26:42 -07001<?xml version="1.0" encoding="utf-8"?>
Sailesh Nepal08fd8172014-07-28 06:37:53 -07002<!-- Copyright (C) 2014 The Android Open Source Project
Ying Wang1ee37af2014-07-14 17:26:42 -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
17<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
18 android:id="@+id/action_mode_close_button"
19 android:focusable="true"
20 android:clickable="true"
Ying Wang1ee37af2014-07-14 17:26:42 -070021 android:contentDescription="@string/abc_action_mode_done"
22 style="?attr/actionModeCloseButtonStyle"
23 android:layout_width="wrap_content"
Dharmesh Mokani86e84da2014-08-29 09:24:35 -070024 android:layout_height="match_parent">
25 <ImageView android:layout_width="wrap_content"
26 android:layout_height="wrap_content"
27 android:layout_gravity="center"
28 android:scaleType="fitCenter"
29 android:src="?attr/actionModeCloseDrawable"/>
Ying Wang1ee37af2014-07-14 17:26:42 -070030</LinearLayout>