blob: 3fa23c01fdba6e6ed4fa08e29574f4375edde180 [file] [log] [blame]
Alexandre Savard1bcaf532012-09-05 16:23:02 -04001<?xml version="1.0" encoding="utf-8"?>
2<!--
Alexandre Lisionafd40e42013-10-15 13:48:37 -04003Copyright (C) 2004-2013 Savoir-Faire Linux Inc.
Alexandre Savard1bcaf532012-09-05 16:23:02 -04004
Alexandre Lisionafd40e42013-10-15 13:48:37 -04005Author: Alexandre Savard <alexandre.savard@gmail.com>
6 Alexandre Lision <alexandre.lision@gmail.com>
Alexandre Savard1bcaf532012-09-05 16:23:02 -04007
8This program is free software; you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by
10the Free Software Foundation; either version 3 of the License, or
11(at your option) any later version.
12
13This program is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License for more details.
17
18You should have received a copy of the GNU General Public License
19along with this program; if not, write to the Free Software
20 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21
22Additional permission under GNU GPL version 3 section 7:
23
24If you modify this program, or any covered work, by linking or
25combining it with the OpenSSL project's OpenSSL library (or a
26modified version of that library), containing parts covered by the
27terms of the OpenSSL or SSLeay licenses, Savoir-Faire Linux Inc.
28grants you additional permission to convey the resulting work.
29Corresponding Source for a non-source form of such a combination
30shall include the source code for the parts of OpenSSL used as well
31as that of the covered work.
32 -->
33
34<android.support.v4.view.ViewPager xmlns:android="http://schemas.android.com/apk/res/android"
35 xmlns:tools="http://schemas.android.com/tools"
36 android:id="@+id/preferences_pager"
37 android:layout_width="match_parent"
38 android:layout_height="match_parent"
Alexandre Savard1bcaf532012-09-05 16:23:02 -040039 tools:context=".SFLPhonePreferencesActivity" />