blob: 975b13e5e01b32272e3316dc2cfe30c271c306ad [file] [log] [blame]
Ying Wang1ee37af2014-07-14 17:26:42 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3**
4** Copyright 2013, The Android Open Source Project
5**
6** Licensed under the Apache License, Version 2.0 (the "License");
7** you may not use this file except in compliance with the License.
8** You may obtain a copy of the License at
9**
10** http://www.apache.org/licenses/LICENSE-2.0
11**
12** Unless required by applicable law or agreed to in writing, software
13** distributed under the License is distributed on an "AS IS" BASIS,
14** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15** See the License for the specific language governing permissions and
16** limitations under the License.
17*/
18-->
19<merge
20 xmlns:android="http://schemas.android.com/apk/res/android">
21
22 <FrameLayout
23 android:id="@+id/expand_activities_button"
24 android:layout_width="wrap_content"
25 android:layout_height="match_parent"
26 android:layout_gravity="center"
27 android:focusable="true"
28 android:addStatesFromChildren="true"
29 android:background="?attr/actionBarItemBackground">
30
31 <ImageView
32 android:id="@+id/image"
33 android:layout_width="56dip"
34 android:layout_height="36dip"
35 android:layout_gravity="center"
36 android:paddingTop="2dip"
37 android:paddingBottom="2dip"
38 android:paddingLeft="12dip"
39 android:paddingRight="12dip"
40 android:scaleType="fitCenter"
41 android:adjustViewBounds="true" />
42
43 </FrameLayout>
44
45 <FrameLayout
46 android:id="@+id/default_activity_button"
47 android:layout_width="wrap_content"
48 android:layout_height="match_parent"
49 android:layout_gravity="center"
50 android:focusable="true"
51 android:addStatesFromChildren="true"
52 android:background="?attr/actionBarItemBackground">
53
54 <ImageView
55 android:id="@+id/image"
56 android:layout_width="56dip"
57 android:layout_height="36dip"
58 android:layout_gravity="center"
59 android:paddingTop="2dip"
60 android:paddingBottom="2dip"
61 android:paddingLeft="12dip"
62 android:paddingRight="12dip"
63 android:scaleType="fitCenter"
64 android:adjustViewBounds="true" />
65
66 </FrameLayout>
67
68</merge>