blob: 19d776324f94a5b7db8b993f24c208e03637e397 [file] [log] [blame]
Jeff Sharkey42833b22015-04-11 21:27:33 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2015 The Android Open Source Project
3
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
18 xmlns:android="http://schemas.android.com/apk/res/android"
19 android:layout_width="wrap_content"
20 android:layout_height="match_parent"
21 android:orientation="horizontal">
22
Jeff Sharkey25976252015-06-15 21:08:56 -070023 <ImageView
Jeff Sharkey42833b22015-04-11 21:27:33 -070024 android:id="@+id/unmount"
25 android:layout_width="wrap_content"
26 android:layout_height="fill_parent"
27 android:paddingStart="16dip"
28 android:paddingEnd="16dip"
29 android:contentDescription="@string/storage_menu_unmount"
30 android:layout_gravity="center"
31 android:gravity="center"
Jeff Sharkey25976252015-06-15 21:08:56 -070032 android:src="@drawable/ic_eject_24dp"
Jeff Sharkey42833b22015-04-11 21:27:33 -070033 android:background="?android:attr/selectableItemBackground" />
34
Jeff Sharkey42833b22015-04-11 21:27:33 -070035</LinearLayout>