196675b1df3969f2d313b68f60ed9fa36805db8ceAdam Powell<?xml version="1.0" encoding="utf-8"?>
296675b1df3969f2d313b68f60ed9fa36805db8ceAdam Powell<!-- Copyright (C) 2010 The Android Open Source Project
396675b1df3969f2d313b68f60ed9fa36805db8ceAdam Powell
496675b1df3969f2d313b68f60ed9fa36805db8ceAdam Powell     Licensed under the Apache License, Version 2.0 (the "License");
596675b1df3969f2d313b68f60ed9fa36805db8ceAdam Powell     you may not use this file except in compliance with the License.
696675b1df3969f2d313b68f60ed9fa36805db8ceAdam Powell     You may obtain a copy of the License at
796675b1df3969f2d313b68f60ed9fa36805db8ceAdam Powell  
896675b1df3969f2d313b68f60ed9fa36805db8ceAdam Powell          http://www.apache.org/licenses/LICENSE-2.0
996675b1df3969f2d313b68f60ed9fa36805db8ceAdam Powell  
1096675b1df3969f2d313b68f60ed9fa36805db8ceAdam Powell     Unless required by applicable law or agreed to in writing, software
1196675b1df3969f2d313b68f60ed9fa36805db8ceAdam Powell     distributed under the License is distributed on an "AS IS" BASIS,
1296675b1df3969f2d313b68f60ed9fa36805db8ceAdam Powell     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1396675b1df3969f2d313b68f60ed9fa36805db8ceAdam Powell     See the License for the specific language governing permissions and
1496675b1df3969f2d313b68f60ed9fa36805db8ceAdam Powell     limitations under the License.
1596675b1df3969f2d313b68f60ed9fa36805db8ceAdam Powell-->
1696675b1df3969f2d313b68f60ed9fa36805db8ceAdam Powell
174be3573c7ef2b2ac66717d466c22c1fe97b80a9dAdam Powell<ActionMenuView
1896675b1df3969f2d313b68f60ed9fa36805db8ceAdam Powell     xmlns:android="http://schemas.android.com/apk/res/android"
1996675b1df3969f2d313b68f60ed9fa36805db8ceAdam Powell     android:layout_width="wrap_content"
20696cba573e651b0e4f18a4718627c8ccecb3bda0Adam Powell     android:layout_height="wrap_content"
21141bdb17dd4571f8d9eab85853cae7ca8a179707Adam Powell     android:divider="?android:attr/actionBarDivider"
22696cba573e651b0e4f18a4718627c8ccecb3bda0Adam Powell     android:dividerPadding="12dip"
23696cba573e651b0e4f18a4718627c8ccecb3bda0Adam Powell     android:gravity="center_vertical" />
24