blob: ffe3d463567c5cec275be7260e4db3b0a8806894 [file] [log] [blame]
alision465ceba2013-07-04 09:24:30 -04001<?xml version="1.0" encoding="utf-8"?>
2<!--
Alexandre Lisione1c96db2013-10-04 14:34:21 -04003Copyright (C) 2004-2013 Savoir-Faire Linux Inc.
alision465ceba2013-07-04 09:24:30 -04004
Alexandre Lisione1c96db2013-10-04 14:34:21 -04005Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com>
alision465ceba2013-07-04 09:24:30 -04006
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
33<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
34 android:layout_width="match_parent"
Alexandre Lision940a9db2013-11-19 17:12:02 -050035 android:layout_height="match_parent" >
Alexandre Lisione1c96db2013-10-04 14:34:21 -040036
Alexandre Lision573045c2013-09-11 17:20:25 -040037 <RelativeLayout
38 android:id="@+id/calls_layouts"
Alexandre Lisionc51ccb12013-09-11 16:00:30 -040039 android:layout_width="match_parent"
Alexandre Lision6d75d062013-09-13 14:18:34 -040040 android:layout_height="wrap_content"
Alexandre Lision573045c2013-09-11 17:20:25 -040041 android:layout_alignParentTop="true"
42 android:layout_margin="10dp"
Alexandre Lisiond5dbcdf2013-10-07 14:13:09 -040043 android:background="@drawable/item_generic_selector" >
Alexandre Lisionc51ccb12013-09-11 16:00:30 -040044
Alexandre Lision573045c2013-09-11 17:20:25 -040045 <LinearLayout
46 android:id="@+id/linear1"
47 android:layout_width="match_parent"
Alexandre Lisionc51ccb12013-09-11 16:00:30 -040048 android:layout_height="wrap_content"
Alexandre Lision573045c2013-09-11 17:20:25 -040049 android:layout_alignParentLeft="true"
50 android:layout_alignParentTop="true"
51 android:weightSum="4" >
Alexandre Lisionc51ccb12013-09-11 16:00:30 -040052
Alexandre Lision573045c2013-09-11 17:20:25 -040053 <TextView
54 android:id="@+id/calls_counter"
55 android:layout_width="0dp"
56 android:layout_height="wrap_content"
57 android:layout_weight="1"
58 android:gravity="center"
Alexandre Lision573045c2013-09-11 17:20:25 -040059 android:textSize="40sp" />
60
61 <TextView
62 android:id="@+id/textView2"
63 android:layout_width="0dp"
64 android:layout_height="wrap_content"
65 android:layout_weight="3"
Alexandre Lisionfb0985b2013-09-27 16:23:44 -040066 android:text="@string/home_calls_title"
Alexandre Lision573045c2013-09-11 17:20:25 -040067 android:textSize="30sp" />
68 </LinearLayout>
69
70 <ListView
71 android:id="@+id/calls_list"
72 android:layout_width="match_parent"
Alexandre Lisionc51ccb12013-09-11 16:00:30 -040073 android:layout_height="wrap_content"
Alexandre Lision573045c2013-09-11 17:20:25 -040074 android:layout_below="@+id/linear1" >
75 </ListView>
76 </RelativeLayout>
Alexandre Lisionc51ccb12013-09-11 16:00:30 -040077
Alexandre Lision573045c2013-09-11 17:20:25 -040078 <RelativeLayout
79 android:id="@+id/confs_layouts"
Alexandre Lisionc51ccb12013-09-11 16:00:30 -040080 android:layout_width="match_parent"
Alexandre Lision6d75d062013-09-13 14:18:34 -040081 android:layout_height="wrap_content"
Alexandre Lision573045c2013-09-11 17:20:25 -040082 android:layout_below="@+id/calls_layouts"
83 android:layout_margin="10dp"
Alexandre Lisiond5dbcdf2013-10-07 14:13:09 -040084 android:background="@drawable/item_generic_selector" >
Alexandre Lisionc51ccb12013-09-11 16:00:30 -040085
Alexandre Lision573045c2013-09-11 17:20:25 -040086 <LinearLayout
87 android:id="@+id/linear2"
88 android:layout_width="match_parent"
Alexandre Lisionc51ccb12013-09-11 16:00:30 -040089 android:layout_height="wrap_content"
Alexandre Lision573045c2013-09-11 17:20:25 -040090 android:layout_alignParentLeft="true"
91 android:layout_alignParentTop="true"
92 android:weightSum="4" >
Alexandre Lisionc51ccb12013-09-11 16:00:30 -040093
Alexandre Lision573045c2013-09-11 17:20:25 -040094 <TextView
95 android:id="@+id/confs_counter"
96 android:layout_width="0dp"
97 android:layout_height="wrap_content"
98 android:layout_weight="1"
99 android:gravity="center"
Alexandre Lision573045c2013-09-11 17:20:25 -0400100 android:textSize="40sp" />
101
102 <TextView
103 android:id="@+id/textView4"
104 android:layout_width="0dp"
105 android:layout_height="wrap_content"
106 android:layout_weight="3"
Alexandre Lisionfb0985b2013-09-27 16:23:44 -0400107 android:text="@string/home_conferences_title"
Alexandre Lision573045c2013-09-11 17:20:25 -0400108 android:textSize="30sp" />
109 </LinearLayout>
110
111 <ListView
112 android:id="@+id/confs_list"
113 android:layout_width="match_parent"
Alexandre Lisionc51ccb12013-09-11 16:00:30 -0400114 android:layout_height="wrap_content"
Alexandre Lision573045c2013-09-11 17:20:25 -0400115 android:layout_below="@+id/linear2" >
116 </ListView>
117 </RelativeLayout>
alision465ceba2013-07-04 09:24:30 -0400118
alision465ceba2013-07-04 09:24:30 -0400119</RelativeLayout>