blob: 6f466aaaf256977467d9f7922bce290acd69e740 [file] [log] [blame]
Mindy Pereira8a8c50d2012-02-23 11:09:03 -08001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2012 Google Inc.
4 Licensed to 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<LinearLayout
19 xmlns:android="http://schemas.android.com/apk/res/android"
20 android:layout_width="match_parent"
21 android:layout_height="wrap_content"
22 android:orientation="vertical"
23 android:divider="?android:attr/dividerHorizontal"
24 android:showDividers="beginning"
Mindy Pereiracd9d9742012-06-04 09:20:36 -070025 android:dividerPadding="16dip">
26 <Button
27 android:id="@+id/first_button"
28 style="?android:attr/buttonBarButtonStyle"
Mindy Pereira8a8c50d2012-02-23 11:09:03 -080029 android:layout_width="match_parent"
30 android:layout_height="wrap_content"
Mindy Pereiracd9d9742012-06-04 09:20:36 -070031 android:text="@string/cancel"
Mindy Pereira8a8c50d2012-02-23 11:09:03 -080032 android:paddingLeft="2dip"
Mindy Pereiracd9d9742012-06-04 09:20:36 -070033 android:paddingRight="2dip" />
Mindy Pereira8a8c50d2012-02-23 11:09:03 -080034</LinearLayout>