blob: 6c516e6180ebdc786c3ac68402b96ec934822107 [file] [log] [blame]
Owen Lina85c8022011-08-17 22:07:43 +08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2010 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:id="@+id/navigation_bar"
20 android:layout_width="match_parent"
21 android:layout_height="match_parent"
22 android:orientation="horizontal">
Ray Chenc40e7762012-04-19 17:14:40 +080023
24 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
Owen Lina85c8022011-08-17 22:07:43 +080025 android:layout_width="wrap_content"
Ray Chenc40e7762012-04-19 17:14:40 +080026 android:layout_height="match_parent">
27 <ImageView android:layout_gravity="right"
28 android:layout_width="wrap_content"
29 android:layout_height="match_parent"
30 android:src="@drawable/dropdown_ic_arrow_normal_holo_dark" />
31 <Button android:id="@+id/selection_menu"
Owen Lin530a57a2012-10-02 15:27:00 +080032 style="?android:attr/actionButtonStyle"
Ray Chenc40e7762012-04-19 17:14:40 +080033 android:divider="?android:attr/listDividerAlertDialog"
Owen Lin530a57a2012-10-02 15:27:00 +080034 android:textAppearance="?android:attr/textAppearanceLargePopupMenu"
35 android:textColor="?android:attr/actionMenuTextColor"
Ray Chenc40e7762012-04-19 17:14:40 +080036 android:singleLine="true"
37 android:gravity="left|center_vertical"
38 android:paddingRight="25dip"
39 android:layout_width="wrap_content"
40 android:layout_height="match_parent" />
41 </FrameLayout>
42 <ImageView android:layout_marginLeft="16dip"
Owen Lina85c8022011-08-17 22:07:43 +080043 android:layout_marginRight="8dip"
44 android:layout_width="wrap_content"
45 android:layout_height="match_parent"
46 android:gravity="bottom"
47 android:src="@drawable/cab_divider_vertical_dark" />
48</LinearLayout>