blob: 7d9124888041f9e22bd3c7b508ef7a764d008a4d [file] [log] [blame]
Chiao Cheng94b10b52012-08-17 16:59:12 -07001<?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 Leeafdd8b92015-10-05 17:57:40 -070016<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
Andrew Leee177fe62015-06-05 13:01:09 -070017 android:id="@+id/call_detail"
Chiao Cheng94b10b52012-08-17 16:59:12 -070018 android:layout_width="match_parent"
Andrew Leee177fe62015-06-05 13:01:09 -070019 android:layout_height="match_parent"
Andrew Leee177fe62015-06-05 13:01:09 -070020 android:background="@color/background_dialer_call_log" >
Chiao Cheng94b10b52012-08-17 16:59:12 -070021
Andrew Leee177fe62015-06-05 13:01:09 -070022 <!--
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 Leeafdd8b92015-10-05 17:57:40 -070032</FrameLayout>