blob: e5f5b923c1b3a832a51fcaf3018dee2f7189188a [file] [log] [blame]
Adrien Béraudffd32412012-08-07 18:39:23 -04001<?xml version="1.0" encoding="utf-8"?>
alisione2a38e12013-04-25 14:20:20 -04002<!--
Adrien Béraudffd32412012-08-07 18:39:23 -04003Copyright (C) 2004-2012 Savoir-Faire Linux Inc.
4
5Author: Adrien Beraud <adrien.beraud@gmail.com>
6
7This program is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3 of the License, or
10(at your option) any later version.
11
12This program is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
18along with this program; if not, write to the Free Software
19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20
21Additional permission under GNU GPL version 3 section 7:
22
23If you modify this program, or any covered work, by linking or
24combining it with the OpenSSL project's OpenSSL library (or a
25modified version of that library), containing parts covered by the
26terms of the OpenSSL or SSLeay licenses, Savoir-Faire Linux Inc.
27grants you additional permission to convey the resulting work.
28Corresponding Source for a non-source form of such a combination
29shall include the source code for the parts of OpenSSL used as well
30as that of the covered work.
alisione2a38e12013-04-25 14:20:20 -040031-->
Adrien Béraudffd32412012-08-07 18:39:23 -040032
alisione2a38e12013-04-25 14:20:20 -040033<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
34 android:layout_width="match_parent"
35 android:layout_height="match_parent"
36 android:orientation="vertical"
37 android:paddingLeft="8dp"
alisionbd45a822013-06-06 17:35:35 -040038 android:background="@color/lighter_gray"
alisione2a38e12013-04-25 14:20:20 -040039 android:paddingRight="8dp" >
Adrien Béraudffd32412012-08-07 18:39:23 -040040
alisione2a38e12013-04-25 14:20:20 -040041 <ListView
42 android:id="@id/android:list"
43 style="@style/CallElementList"
44 android:layout_width="match_parent"
alision9f7a6ec2013-05-24 16:26:26 -040045 android:layout_height="match_parent"
alisione2a38e12013-04-25 14:20:20 -040046 android:drawSelectorOnTop="false" />
Alexandre Savard14323be2012-10-24 10:02:13 -040047
alision84813a12013-05-27 17:40:39 -040048
alision2cb99562013-05-30 17:02:20 -040049 <Button
50 android:id="@+id/access_callactivity"
51 android:layout_width="wrap_content"
alisione2a38e12013-04-25 14:20:20 -040052 android:layout_height="wrap_content"
53 android:layout_centerInParent="true"
alision2cb99562013-05-30 17:02:20 -040054 android:text="Current Calls" />
alisione2a38e12013-04-25 14:20:20 -040055
alision84813a12013-05-27 17:40:39 -040056 <!-- <Button -->
57 <!-- android:id="@+id/button_conf" -->
58 <!-- android:layout_width="wrap_content" -->
59 <!-- android:layout_height="wrap_content" -->
60 <!-- android:layout_above="@+id/phoneNumberTextEntry" -->
61 <!-- android:layout_alignParentRight="true" -->
62 <!-- android:text="Conference" /> -->
alision43a9b362013-05-01 16:30:15 -040063
alision43a9b362013-05-01 16:30:15 -040064
alision84813a12013-05-27 17:40:39 -040065 <!-- <ToggleButton -->
66 <!-- android:id="@+id/switch_hold" -->
67 <!-- android:layout_width="wrap_content" -->
68 <!-- android:layout_height="wrap_content" -->
69 <!-- android:layout_alignParentRight="true" -->
70 <!-- android:layout_above="@+id/button_conf" -->
71 <!-- android:textOn="Unhold" -->
72 <!-- android:textOff="Hold" /> -->
alision4a0eb092013-05-07 13:52:03 -040073
alisione2a38e12013-04-25 14:20:20 -040074</RelativeLayout>