author | Da Risk <da_risk@beem-project.com> |
Sun, 22 Apr 2012 22:49:21 +0200 | |
changeset 972 | ab5691925a0d |
parent 745 | 8d56b9de5a92 |
permissions | -rw-r--r-- |
667 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
972
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
745
diff
changeset
|
2 |
<!-- |
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
745
diff
changeset
|
3 |
BEEM is a videoconference application on the Android Platform. |
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
745
diff
changeset
|
4 |
|
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
745
diff
changeset
|
5 |
Copyright (C) 2009-2011 by Frederic-Charles Barthelery, |
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
745
diff
changeset
|
6 |
Nikita Kozlov, |
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
745
diff
changeset
|
7 |
Vincent Veronis. |
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
745
diff
changeset
|
8 |
|
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
745
diff
changeset
|
9 |
This file is part of BEEM. |
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
745
diff
changeset
|
10 |
|
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
745
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:
745
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:
745
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:
745
diff
changeset
|
14 |
(at your option) any later version. |
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
745
diff
changeset
|
15 |
|
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
745
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:
745
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:
745
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:
745
diff
changeset
|
19 |
GNU General Public License for more details. |
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
745
diff
changeset
|
20 |
|
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
745
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:
745
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:
745
diff
changeset
|
23 |
|
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
745
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:
745
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:
745
diff
changeset
|
26 |
|
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
745
diff
changeset
|
27 |
--> |
667 | 28 |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
29 |
android:id="@+id/contactlist_groupstub" android:layout_width="wrap_content" |
|
30 |
android:layout_height="wrap_content"> |
|
31 |
<Gallery xmlns:android="http://schemas.android.com/apk/res/android" |
|
32 |
android:id="@+id/contactlist_banner" android:layout_width="fill_parent" |
|
972
ab5691925a0d
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com>
parents:
745
diff
changeset
|
33 |
android:layout_height="40dp" android:spacing="0dp" |
667 | 34 |
android:unselectedAlpha="0.4" android:background="#222222" /> |
35 |
<View android:layout_width="fill_parent" android:layout_height="2dp" |
|
36 |
android:fadingEdge="horizontal" android:background="#555555" /> |
|
37 |
</LinearLayout> |