Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2009 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 | --> |
Andrew Lee | afdd8b9 | 2015-10-05 17:57:40 -0700 | [diff] [blame] | 16 | <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" |
Andrew Lee | e177fe6 | 2015-06-05 13:01:09 -0700 | [diff] [blame] | 17 | android:id="@+id/call_detail" |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 18 | android:layout_width="match_parent" |
Andrew Lee | e177fe6 | 2015-06-05 13:01:09 -0700 | [diff] [blame] | 19 | android:layout_height="match_parent" |
Andrew Lee | e177fe6 | 2015-06-05 13:01:09 -0700 | [diff] [blame] | 20 | android:background="@color/background_dialer_call_log" > |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 21 | |
Andrew Lee | e177fe6 | 2015-06-05 13:01:09 -0700 | [diff] [blame] | 22 | <!-- |
| 23 | The list view is under everything. |
| 24 | It contains a first header element which is hidden under the controls UI. |
| 25 | When scrolling, the controls move up until the name bar hits the top. |
| 26 | --> |
| 27 | <ListView |
| 28 | android:id="@+id/history" |
| 29 | android:layout_width="match_parent" |
| 30 | android:layout_height="fill_parent" /> |
| 31 | |
Andrew Lee | afdd8b9 | 2015-10-05 17:57:40 -0700 | [diff] [blame] | 32 | </FrameLayout> |