Jeff Sharkey | 2ae666e | 2009-07-21 19:30:57 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2007 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 | |
Jeff Sharkey | d046a03 | 2009-08-03 11:37:07 -0700 | [diff] [blame^] | 17 | <ScrollView |
| 18 | xmlns:android="http://schemas.android.com/apk/res/android" |
Jeff Sharkey | 2ae666e | 2009-07-21 19:30:57 -0700 | [diff] [blame] | 19 | android:layout_width="fill_parent" |
| 20 | android:layout_height="fill_parent" |
Jeff Sharkey | 2ae666e | 2009-07-21 19:30:57 -0700 | [diff] [blame] | 21 | android:fillViewport="true"> |
| 22 | |
Jeff Sharkey | 2ae666e | 2009-07-21 19:30:57 -0700 | [diff] [blame] | 23 | <LinearLayout |
| 24 | android:layout_width="fill_parent" |
Jeff Sharkey | d046a03 | 2009-08-03 11:37:07 -0700 | [diff] [blame^] | 25 | android:layout_height="fill_parent" |
| 26 | android:orientation="vertical" |
| 27 | android:fillViewport="true"> |
Jeff Sharkey | 2ae666e | 2009-07-21 19:30:57 -0700 | [diff] [blame] | 28 | |
Jeff Sharkey | d046a03 | 2009-08-03 11:37:07 -0700 | [diff] [blame^] | 29 | <!-- TODO: insert aggregate summary widget --> |
| 30 | <!-- TODO: insert contact tab widget --> |
Jeff Sharkey | 2ae666e | 2009-07-21 19:30:57 -0700 | [diff] [blame] | 31 | |
Jeff Sharkey | d046a03 | 2009-08-03 11:37:07 -0700 | [diff] [blame^] | 32 | <FrameLayout |
| 33 | android:id="@android:id/tabcontent" |
| 34 | android:layout_width="fill_parent" |
| 35 | android:layout_height="fill_parent" |
Jeff Sharkey | 2ae666e | 2009-07-21 19:30:57 -0700 | [diff] [blame] | 36 | android:layout_weight="1" |
Jeff Sharkey | d046a03 | 2009-08-03 11:37:07 -0700 | [diff] [blame^] | 37 | android:fillViewport="true" /> |
| 38 | |
| 39 | <LinearLayout |
| 40 | android:layout_width="fill_parent" |
| 41 | android:layout_height="wrap_content" |
| 42 | android:orientation="horizontal" |
| 43 | style="@android:style/ButtonBar"> |
| 44 | |
| 45 | <Button |
| 46 | android:id="@+id/btn_done" |
| 47 | android:layout_width="0dip" |
| 48 | android:layout_height="wrap_content" |
| 49 | android:layout_weight="1" |
| 50 | android:text="@string/menu_done" /> |
| 51 | |
| 52 | <Button |
| 53 | android:id="@+id/btn_discard" |
| 54 | android:layout_width="0dip" |
| 55 | android:layout_height="wrap_content" |
| 56 | android:layout_weight="1" |
| 57 | android:text="@string/menu_doNotSave" /> |
| 58 | |
| 59 | </LinearLayout> |
Jeff Sharkey | 2ae666e | 2009-07-21 19:30:57 -0700 | [diff] [blame] | 60 | |
| 61 | </LinearLayout> |
| 62 | |
Jeff Sharkey | d046a03 | 2009-08-03 11:37:07 -0700 | [diff] [blame^] | 63 | </ScrollView> |