action_bar_home.xml revision 2b0952b197470a457f4f436911f1d07f553d15da
15821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)<?xml version="1.0" encoding="utf-8"?>
25821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)<!-- Copyright (C) 2010 The Android Open Source Project
35821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
45821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)     Licensed under the Apache License, Version 2.0 (the "License");
55821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)     you may not use this file except in compliance with the License.
65821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)     You may obtain a copy of the License at
75821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
86e8cce623b6e4fe0c9e4af605d675dd9d0338c38Torne (Richard Coles)          http://www.apache.org/licenses/LICENSE-2.0
96e8cce623b6e4fe0c9e4af605d675dd9d0338c38Torne (Richard Coles)
105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)     Unless required by applicable law or agreed to in writing, software
116e8cce623b6e4fe0c9e4af605d675dd9d0338c38Torne (Richard Coles)     distributed under the License is distributed on an "AS IS" BASIS,
125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)     See the License for the specific language governing permissions and
145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)     limitations under the License.
151320f92c476a1ad9d19dba2a48c72b75566198e9Primiano Tucci-->
16868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)
175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)<view xmlns:android="http://schemas.android.com/apk/res/android"
185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)      class="com.android.internal.widget.ActionBarView$HomeView"
195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)      android:layout_width="wrap_content"
205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)      android:layout_height="match_parent"
215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)      android:background="?android:attr/selectableItemBackground" >
225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)    <ImageView android:id="@android:id/up"
235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)               android:src="?android:attr/homeAsUpIndicator"
245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)               android:layout_gravity="center_vertical|left"
255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)               android:visibility="gone"
267d4cd473f85ac64c3747c96c277f9e506a0d2246Torne (Richard Coles)               android:layout_width="wrap_content"
277d4cd473f85ac64c3747c96c277f9e506a0d2246Torne (Richard Coles)               android:layout_height="wrap_content"
286e8cce623b6e4fe0c9e4af605d675dd9d0338c38Torne (Richard Coles)               android:layout_marginRight="-12dip" />
296e8cce623b6e4fe0c9e4af605d675dd9d0338c38Torne (Richard Coles)    <ImageView android:id="@android:id/home"
301320f92c476a1ad9d19dba2a48c72b75566198e9Primiano Tucci               android:layout_width="wrap_content"
316e8cce623b6e4fe0c9e4af605d675dd9d0338c38Torne (Richard Coles)               android:layout_height="match_parent"
325821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)               android:paddingLeft="16dip"
335821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)               android:paddingRight="16dip"
345821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)               android:layout_gravity="center"
35c2e0dbddbe15c98d52c4786dac06cb8952a8ae6dTorne (Richard Coles)               android:scaleType="center" />
365821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)</view>
375821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)