blob: 2b7660ccbd6bb1a0d1f58a7c3d8a0f43fa48c197 [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"
35 android:layout_height="match_parent"
Alexandre Lisione1c96db2013-10-04 14:34:21 -040036 android:background="@color/lighter_gray" >
37
Alexandre Lision573045c2013-09-11 17:20:25 -040038 <RelativeLayout
39 android:id="@+id/calls_layouts"
Alexandre Lisionc51ccb12013-09-11 16:00:30 -040040 android:layout_width="match_parent"
Alexandre Lision6d75d062013-09-13 14:18:34 -040041 android:layout_height="wrap_content"
Alexandre Lision573045c2013-09-11 17:20:25 -040042 android:layout_alignParentTop="true"
43 android:layout_margin="10dp"
Alexandre Lisiond5dbcdf2013-10-07 14:13:09 -040044 android:background="@drawable/item_generic_selector" >
Alexandre Lisionc51ccb12013-09-11 16:00:30 -040045
Alexandre Lision573045c2013-09-11 17:20:25 -040046 <LinearLayout
47 android:id="@+id/linear1"
48 android:layout_width="match_parent"
Alexandre Lisionc51ccb12013-09-11 16:00:30 -040049 android:layout_height="wrap_content"
Alexandre Lision573045c2013-09-11 17:20:25 -040050 android:layout_alignParentLeft="true"
51 android:layout_alignParentTop="true"
52 android:weightSum="4" >
Alexandre Lisionc51ccb12013-09-11 16:00:30 -040053
Alexandre Lision573045c2013-09-11 17:20:25 -040054 <TextView
55 android:id="@+id/calls_counter"
56 android:layout_width="0dp"
57 android:layout_height="wrap_content"
58 android:layout_weight="1"
59 android:gravity="center"
Alexandre Lision573045c2013-09-11 17:20:25 -040060 android:textSize="40sp" />
61
62 <TextView
63 android:id="@+id/textView2"
64 android:layout_width="0dp"
65 android:layout_height="wrap_content"
66 android:layout_weight="3"
Alexandre Lisionfb0985b2013-09-27 16:23:44 -040067 android:text="@string/home_calls_title"
Alexandre Lision573045c2013-09-11 17:20:25 -040068 android:textSize="30sp" />
69 </LinearLayout>
70
71 <ListView
72 android:id="@+id/calls_list"
73 android:layout_width="match_parent"
Alexandre Lisionc51ccb12013-09-11 16:00:30 -040074 android:layout_height="wrap_content"
Alexandre Lision573045c2013-09-11 17:20:25 -040075 android:layout_below="@+id/linear1" >
76 </ListView>
77 </RelativeLayout>
Alexandre Lisionc51ccb12013-09-11 16:00:30 -040078
Alexandre Lision573045c2013-09-11 17:20:25 -040079 <RelativeLayout
80 android:id="@+id/confs_layouts"
Alexandre Lisionc51ccb12013-09-11 16:00:30 -040081 android:layout_width="match_parent"
Alexandre Lision6d75d062013-09-13 14:18:34 -040082 android:layout_height="wrap_content"
Alexandre Lision573045c2013-09-11 17:20:25 -040083 android:layout_below="@+id/calls_layouts"
84 android:layout_margin="10dp"
Alexandre Lisiond5dbcdf2013-10-07 14:13:09 -040085 android:background="@drawable/item_generic_selector" >
Alexandre Lisionc51ccb12013-09-11 16:00:30 -040086
Alexandre Lision573045c2013-09-11 17:20:25 -040087 <LinearLayout
88 android:id="@+id/linear2"
89 android:layout_width="match_parent"
Alexandre Lisionc51ccb12013-09-11 16:00:30 -040090 android:layout_height="wrap_content"
Alexandre Lision573045c2013-09-11 17:20:25 -040091 android:layout_alignParentLeft="true"
92 android:layout_alignParentTop="true"
93 android:weightSum="4" >
Alexandre Lisionc51ccb12013-09-11 16:00:30 -040094
Alexandre Lision573045c2013-09-11 17:20:25 -040095 <TextView
96 android:id="@+id/confs_counter"
97 android:layout_width="0dp"
98 android:layout_height="wrap_content"
99 android:layout_weight="1"
100 android:gravity="center"
Alexandre Lision573045c2013-09-11 17:20:25 -0400101 android:textSize="40sp" />
102
103 <TextView
104 android:id="@+id/textView4"
105 android:layout_width="0dp"
106 android:layout_height="wrap_content"
107 android:layout_weight="3"
Alexandre Lisionfb0985b2013-09-27 16:23:44 -0400108 android:text="@string/home_conferences_title"
Alexandre Lision573045c2013-09-11 17:20:25 -0400109 android:textSize="30sp" />
110 </LinearLayout>
111
112 <ListView
113 android:id="@+id/confs_list"
114 android:layout_width="match_parent"
Alexandre Lisionc51ccb12013-09-11 16:00:30 -0400115 android:layout_height="wrap_content"
Alexandre Lision573045c2013-09-11 17:20:25 -0400116 android:layout_below="@+id/linear2" >
117 </ListView>
118 </RelativeLayout>
alision465ceba2013-07-04 09:24:30 -0400119
alision465ceba2013-07-04 09:24:30 -0400120</RelativeLayout>