author | Vincent V. <marseille@beem-project.com> |
Thu, 10 May 2012 16:11:18 +0200 | |
changeset 980 | 1e9c4a0a9acf |
parent 972 | ab5691925a0d |
permissions | -rw-r--r-- |
972
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
507
diff
changeset
|
1 |
<?xml version="1.0" encoding="utf-8"?> |
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
507
diff
changeset
|
2 |
<!-- |
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
507
diff
changeset
|
3 |
BEEM is a videoconference application on the Android Platform. |
499
973f28f405bc
divers petites opti et un petit debug dans Login
nikita@nikita-laptop
parents:
diff
changeset
|
4 |
|
972
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
507
diff
changeset
|
5 |
Copyright (C) 2009-2011 by Frederic-Charles Barthelery, |
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
507
diff
changeset
|
6 |
Nikita Kozlov, |
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
507
diff
changeset
|
7 |
Vincent Veronis. |
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
507
diff
changeset
|
8 |
|
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
507
diff
changeset
|
9 |
This file is part of BEEM. |
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
507
diff
changeset
|
10 |
|
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
507
diff
changeset
|
11 |
BEEM is free software: you can redistribute it and/or modify |
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
507
diff
changeset
|
12 |
it under the terms of the GNU General Public License as published by |
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
507
diff
changeset
|
13 |
the Free Software Foundation, either version 3 of the License, or |
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
507
diff
changeset
|
14 |
(at your option) any later version. |
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
507
diff
changeset
|
15 |
|
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
507
diff
changeset
|
16 |
BEEM is distributed in the hope that it will be useful, |
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
507
diff
changeset
|
17 |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
507
diff
changeset
|
18 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
507
diff
changeset
|
19 |
GNU General Public License for more details. |
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
507
diff
changeset
|
20 |
|
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
507
diff
changeset
|
21 |
You should have received a copy of the GNU General Public License |
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
507
diff
changeset
|
22 |
along with BEEM. If not, see <http://www.gnu.org/licenses/>. |
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
507
diff
changeset
|
23 |
|
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
507
diff
changeset
|
24 |
Please send bug reports with examples or suggestions to |
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
507
diff
changeset
|
25 |
contact@beem-project.com or http://www.beem-project.com/ |
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
507
diff
changeset
|
26 |
|
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
507
diff
changeset
|
27 |
--> |
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
507
diff
changeset
|
28 |
<com.beem.project.beem.ui.views.SectionTextView xmlns:android="http://schemas.android.com/apk/res/android" |
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
507
diff
changeset
|
29 |
xmlns:beem="http://schemas.android.com/apk/res/com.beem.project.beem" |
499
973f28f405bc
divers petites opti et un petit debug dans Login
nikita@nikita-laptop
parents:
diff
changeset
|
30 |
android:textColor="@color/white" android:textColorHighlight="@color/red" |
507
71cf79d83c71
Reglages de l'affichage pour la ContactList
Jean-Manuel Da Silva <dasilvj@gmail.com>
parents:
499
diff
changeset
|
31 |
android:textSize="18sp" android:typeface="normal" android:textStyle="bold" |
972
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
507
diff
changeset
|
32 |
android:paddingLeft="20dp" android:paddingRight="20dp" |
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
507
diff
changeset
|
33 |
beem:principalColor="@color/vert_manu" |
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
507
diff
changeset
|
34 |
android:id="@+id/contactlist_group" |
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
507
diff
changeset
|
35 |
/> |