blob: e5850012d099ada797e9b158b5b3724f5534758c [file] [log] [blame]
Alexandre Savard90730782012-10-30 17:48:49 -04001<?xml version="1.0" encoding="utf-8"?>
2<!--
3Copyright (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.
31-->
32
Adrien Béraud29556042013-04-26 17:35:43 +100033<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
Alexandre Savard90730782012-10-30 17:48:49 -040034 android:id="@+id/CallActivityLayout"
35 android:layout_width="match_parent"
36 android:layout_height="match_parent"
37 android:gravity="center_horizontal"
Adrien Béraud29556042013-04-26 17:35:43 +100038 android:orientation="vertical" >
39
Adrien Béraud71b2f812013-04-26 18:51:02 +100040 <!--
Alexandre Savard90730782012-10-30 17:48:49 -040041 <Button
42 android:id="@+id/buttonanswer"
Alexandre Savard90730782012-10-30 17:48:49 -040043 android:layout_width="match_parent"
Adrien Béraud29556042013-04-26 17:35:43 +100044 android:layout_height="wrap_content"
45 android:text="Answer Up" />
46
Alexandre Savard90730782012-10-30 17:48:49 -040047 <Button
48 android:id="@+id/buttonhangup"
Alexandre Savard90730782012-10-30 17:48:49 -040049 android:layout_width="match_parent"
Adrien Béraud29556042013-04-26 17:35:43 +100050 android:layout_height="wrap_content"
51 android:text="Hang Up" />
52
Alexandre Savard90730782012-10-30 17:48:49 -040053 <Button
54 android:id="@+id/buttonhold"
Alexandre Savard90730782012-10-30 17:48:49 -040055 android:layout_width="match_parent"
Adrien Béraud29556042013-04-26 17:35:43 +100056 android:layout_height="wrap_content"
57 android:text="Hold" />
58
Alexandre Savard90730782012-10-30 17:48:49 -040059 <Button
60 android:id="@+id/buttonunhold"
Alexandre Savard90730782012-10-30 17:48:49 -040061 android:layout_width="match_parent"
Adrien Béraud29556042013-04-26 17:35:43 +100062 android:layout_height="wrap_content"
Adrien Béraud71b2f812013-04-26 18:51:02 +100063 android:text="Unhold" /> -->
Adrien Béraud29556042013-04-26 17:35:43 +100064
65 <LinearLayout
66 android:id="@+id/fragment_layout"
67 android:layout_width="match_parent"
Alexandre Savard90730782012-10-30 17:48:49 -040068 android:layout_height="match_parent"
Adrien Béraud29556042013-04-26 17:35:43 +100069 android:orientation="vertical" >
70 </LinearLayout>
71
72</LinearLayout>