11c60300129e431ccf1cf258291eac5acdb3a2fe4Ed Heyl<?xml version="1.0" encoding="utf-8"?>
21c60300129e431ccf1cf258291eac5acdb3a2fe4Ed Heyl<!-- Copyright (C) 2010 The Android Open Source Project
31c60300129e431ccf1cf258291eac5acdb3a2fe4Ed Heyl
41c60300129e431ccf1cf258291eac5acdb3a2fe4Ed Heyl     Licensed under the Apache License, Version 2.0 (the "License");
51c60300129e431ccf1cf258291eac5acdb3a2fe4Ed Heyl     you may not use this file except in compliance with the License.
61c60300129e431ccf1cf258291eac5acdb3a2fe4Ed Heyl     You may obtain a copy of the License at
71c60300129e431ccf1cf258291eac5acdb3a2fe4Ed Heyl
81c60300129e431ccf1cf258291eac5acdb3a2fe4Ed Heyl          http://www.apache.org/licenses/LICENSE-2.0
91c60300129e431ccf1cf258291eac5acdb3a2fe4Ed Heyl
101c60300129e431ccf1cf258291eac5acdb3a2fe4Ed Heyl     Unless required by applicable law or agreed to in writing, software
111c60300129e431ccf1cf258291eac5acdb3a2fe4Ed Heyl     distributed under the License is distributed on an "AS IS" BASIS,
121c60300129e431ccf1cf258291eac5acdb3a2fe4Ed Heyl     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
131c60300129e431ccf1cf258291eac5acdb3a2fe4Ed Heyl     See the License for the specific language governing permissions and
141c60300129e431ccf1cf258291eac5acdb3a2fe4Ed Heyl     limitations under the License.
151c60300129e431ccf1cf258291eac5acdb3a2fe4Ed Heyl-->
161c60300129e431ccf1cf258291eac5acdb3a2fe4Ed Heyl
172b0952b197470a457f4f436911f1d07f553d15daAdam Powell<view xmlns:android="http://schemas.android.com/apk/res/android"
182b0952b197470a457f4f436911f1d07f553d15daAdam Powell      class="com.android.internal.widget.ActionBarView$HomeView"
192b0952b197470a457f4f436911f1d07f553d15daAdam Powell      android:layout_width="wrap_content"
2027cba3895282ac1da1f1d43d37d53f8113527569Adam Powell      android:layout_height="match_parent">
211c60300129e431ccf1cf258291eac5acdb3a2fe4Ed Heyl    <ImageView android:id="@android:id/up"
221c60300129e431ccf1cf258291eac5acdb3a2fe4Ed Heyl               android:src="?android:attr/homeAsUpIndicator"
23cf1ba0298c48ae56608ed556dc715eb69c54f9b9Fabrice Di Meglio               android:layout_gravity="center_vertical|start"
248fca37ce308e45f58220752ef9776c55ef44491dAdam Powell               android:visibility="gone"
251c60300129e431ccf1cf258291eac5acdb3a2fe4Ed Heyl               android:layout_width="wrap_content"
268fca37ce308e45f58220752ef9776c55ef44491dAdam Powell               android:layout_height="wrap_content"
27cf1ba0298c48ae56608ed556dc715eb69c54f9b9Fabrice Di Meglio               android:layout_marginEnd="-8dip" />
281c60300129e431ccf1cf258291eac5acdb3a2fe4Ed Heyl    <ImageView android:id="@android:id/home"
291c60300129e431ccf1cf258291eac5acdb3a2fe4Ed Heyl               android:layout_width="wrap_content"
3045c515b0e962ee8ffc901872bcc9f25599ea0e78Adam Powell               android:layout_height="wrap_content"
31cf1ba0298c48ae56608ed556dc715eb69c54f9b9Fabrice Di Meglio               android:layout_marginEnd="8dip"
32c8b0b005cb616deb9646f2c2b995890fa9530f94Adam Powell               android:layout_marginTop="@android:dimen/action_bar_icon_vertical_padding"
33c8b0b005cb616deb9646f2c2b995890fa9530f94Adam Powell               android:layout_marginBottom="@android:dimen/action_bar_icon_vertical_padding"
341c60300129e431ccf1cf258291eac5acdb3a2fe4Ed Heyl               android:layout_gravity="center"
3545c515b0e962ee8ffc901872bcc9f25599ea0e78Adam Powell               android:adjustViewBounds="true"
3645c515b0e962ee8ffc901872bcc9f25599ea0e78Adam Powell               android:scaleType="fitCenter" />
372b0952b197470a457f4f436911f1d07f553d15daAdam Powell</view>
38