blob: 7d5041c6ced186dba7571367a33b84741d6b0f30 [file] [log] [blame]
Alexandre Lisionb5823032016-04-25 18:12:14 -04001<?xml version="1.0" encoding="utf-8"?><!-- Copyright (c) 2016 Savoir-faire Linux Inc.
Adrien Béraude36c2dc2016-02-18 11:22:10 -05002
3Author: Adrien Beraud <adrien.beraud@savoirfairelinux.com>
Alexandre Lisionb5823032016-04-25 18:12:14 -04004 Alexandre Lision <alexandre.lision@savoirfairelinux.com>
Adrien Béraude36c2dc2016-02-18 11:22:10 -05005
6This program is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 3 of the License, or
9(at your option) any later version.
10
11This program is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
17along with this program. If not, see <http://www.gnu.org/licenses/>.
18-->
Alexandre Lisionb5823032016-04-25 18:12:14 -040019
alision5de91782013-07-10 10:47:30 -040020<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
21 android:layout_width="match_parent"
Adrien Béraud84ad1ea2016-04-06 12:09:55 -040022 android:layout_height="match_parent">
alision5de91782013-07-10 10:47:30 -040023
Aline Bonnet1c0e6732017-04-26 14:39:26 -040024 <LinearLayout
alision5de91782013-07-10 10:47:30 -040025 android:layout_width="match_parent"
26 android:layout_height="wrap_content"
Alexandre Lisionb5823032016-04-25 18:12:14 -040027 android:orientation="vertical"
28 android:padding="@dimen/padding_medium">
alision5de91782013-07-10 10:47:30 -040029
Aline Bonnet072f33b2016-11-03 10:30:29 -040030 <ImageView
31 android:id="@+id/logo_ring_beta2"
32 android:layout_width="wrap_content"
33 android:layout_height="80dp"
34 android:layout_gravity="center_horizontal"
35 android:layout_marginTop="5dp"
36 android:contentDescription="@string/app_name"
37 android:maxWidth="250dp"
Thibault Wittemberg37aec062016-11-07 17:11:47 -050038 android:scaleType="fitCenter" />
Aline Bonnet072f33b2016-11-03 10:30:29 -040039
Aline Bonnet1c0e6732017-04-26 14:39:26 -040040 <TextView
41 android:layout_width="match_parent"
42 android:layout_height="wrap_content"
43 android:layout_marginBottom="16dp"
44 android:layout_marginTop="16dp"
45 android:text="@string/description"
46 android:textAlignment="center" />
47
Adrien Béraude36c2dc2016-02-18 11:22:10 -050048 <LinearLayout
alision5de91782013-07-10 10:47:30 -040049 android:layout_width="match_parent"
50 android:layout_height="wrap_content"
Alexandre Lisionb5823032016-04-25 18:12:14 -040051 android:layout_margin="5dp"
52 android:gravity="center_vertical"
53 android:orientation="vertical">
alision5de91782013-07-10 10:47:30 -040054
Alexandre Lisionf02190d2013-12-12 17:26:12 -050055 <TextView
Adrien Béraude36c2dc2016-02-18 11:22:10 -050056 android:layout_width="wrap_content"
Alexandre Lisionf02190d2013-12-12 17:26:12 -050057 android:layout_height="wrap_content"
Alexandre Lisionb5823032016-04-25 18:12:14 -040058 android:text="@string/version_section"
59 android:textColor="@color/color_primary_dark"
60 android:textSize="18sp" />
Alexandre Lisionf02190d2013-12-12 17:26:12 -050061
62 <TextView
Thibault Wittemberg37aec062016-11-07 17:11:47 -050063 android:id="@+id/release"
Adrien Béraudca337972016-03-15 18:25:15 -040064 android:layout_width="wrap_content"
65 android:layout_height="wrap_content"
Alexandre Lisionb5823032016-04-25 18:12:14 -040066 android:textAppearance="?android:attr/textAppearanceSmall" />
67
68 </LinearLayout>
69
70 <View
71 android:layout_width="match_parent"
72 android:layout_height="1dp"
73 android:background="@color/darker_gray" />
74
75 <LinearLayout
Thibault Wittemberg37aec062016-11-07 17:11:47 -050076 android:id="@+id/contribute_container"
Alexandre Lisionb5823032016-04-25 18:12:14 -040077 android:layout_width="match_parent"
78 android:layout_height="wrap_content"
Aline Bonnet1c0e6732017-04-26 14:39:26 -040079 android:layout_margin="5dp"
Thibault Wittemberg37aec062016-11-07 17:11:47 -050080 android:background="?attr/selectableItemBackground"
81 android:clickable="true"
Pierre Duchemina5529292017-12-18 17:25:54 -050082 android:focusable="true"
Alexandre Lisionb5823032016-04-25 18:12:14 -040083 android:gravity="center_vertical"
84 android:orientation="vertical">
85
86 <TextView
87 android:layout_width="wrap_content"
88 android:layout_height="wrap_content"
89 android:text="@string/contribute_section"
90 android:textColor="@color/color_primary_dark"
91 android:textSize="18sp" />
Adrien Béraudca337972016-03-15 18:25:15 -040092
93 <TextView
Alexandre Lisionf02190d2013-12-12 17:26:12 -050094 android:id="@+id/web_site"
Adrien Béraude36c2dc2016-02-18 11:22:10 -050095 android:layout_width="wrap_content"
Alexandre Lisionf02190d2013-12-12 17:26:12 -050096 android:layout_height="wrap_content"
Alexandre Lisionb5823032016-04-25 18:12:14 -040097 android:textAppearance="?android:attr/textAppearanceSmall" />
98
99 </LinearLayout>
100
101 <View
102 android:layout_width="match_parent"
103 android:layout_height="1dp"
104 android:background="@color/darker_gray" />
105
106 <LinearLayout
107 android:layout_width="match_parent"
108 android:layout_height="wrap_content"
109 android:layout_margin="5dp"
110 android:gravity="center_vertical"
111 android:orientation="vertical">
112
113 <TextView
114 android:layout_width="wrap_content"
115 android:layout_height="wrap_content"
116 android:text="@string/copyright_section"
117 android:textColor="@color/color_primary_dark"
118 android:textSize="18sp" />
Alexandre Lisionf02190d2013-12-12 17:26:12 -0500119
120 <TextView
Adrien Béraude36c2dc2016-02-18 11:22:10 -0500121 android:id="@+id/copyright"
Alexandre Lisionb5823032016-04-25 18:12:14 -0400122 android:layout_width="wrap_content"
Adrien Béraude36c2dc2016-02-18 11:22:10 -0500123 android:layout_height="wrap_content"
Adrien Béraude36c2dc2016-02-18 11:22:10 -0500124 android:textAppearance="?android:attr/textAppearanceSmall" />
125
Alexandre Lisionb5823032016-04-25 18:12:14 -0400126 </LinearLayout>
127
128 <View
129 android:layout_width="match_parent"
130 android:layout_height="1dp"
131 android:background="@color/darker_gray" />
132
133 <LinearLayout
Aline Bonnet9dc85932017-01-06 12:11:24 -0500134 android:id="@+id/license_container"
Alexandre Lisionb5823032016-04-25 18:12:14 -0400135 android:layout_width="match_parent"
136 android:layout_height="wrap_content"
Aline Bonnet1c0e6732017-04-26 14:39:26 -0400137 android:layout_margin="5dp"
Thibault Wittemberg37aec062016-11-07 17:11:47 -0500138 android:background="?attr/selectableItemBackground"
139 android:clickable="true"
Pierre Duchemina5529292017-12-18 17:25:54 -0500140 android:focusable="true"
Alexandre Lisionb5823032016-04-25 18:12:14 -0400141 android:gravity="center_vertical"
142 android:orientation="vertical">
143
144 <TextView
145 android:layout_width="wrap_content"
146 android:layout_height="wrap_content"
Aline Bonnet9dc85932017-01-06 12:11:24 -0500147 android:text="@string/section_license"
Alexandre Lisionb5823032016-04-25 18:12:14 -0400148 android:textColor="@color/color_primary_dark"
149 android:textSize="18sp" />
150
Adrien Béraude36c2dc2016-02-18 11:22:10 -0500151 <TextView
Aline Bonnet9dc85932017-01-06 12:11:24 -0500152 android:id="@+id/license"
Alexandre Lisionf02190d2013-12-12 17:26:12 -0500153 android:layout_width="match_parent"
154 android:layout_height="wrap_content"
Thibault Wittemberg37aec062016-11-07 17:11:47 -0500155 android:singleLine="false" />
Alexandre Lisionb5823032016-04-25 18:12:14 -0400156
Adrien Béraude36c2dc2016-02-18 11:22:10 -0500157 </LinearLayout>
Adrien Béraud9754ae62015-06-23 23:40:34 -0400158
Alexandre Lisionb5823032016-04-25 18:12:14 -0400159 <View
160 android:layout_width="match_parent"
161 android:layout_height="1dp"
162 android:background="@color/darker_gray" />
163
164 <LinearLayout
165 android:id="@+id/email_report_container"
166 android:layout_width="match_parent"
167 android:layout_height="wrap_content"
168 android:layout_margin="5dp"
Alexandre Lisionb5823032016-04-25 18:12:14 -0400169 android:background="?attr/selectableItemBackground"
Thibault Wittemberg37aec062016-11-07 17:11:47 -0500170 android:clickable="true"
Pierre Duchemina5529292017-12-18 17:25:54 -0500171 android:focusable="true"
Alexandre Lisionb5823032016-04-25 18:12:14 -0400172 android:gravity="center_vertical"
173 android:orientation="vertical">
174
175 <TextView
176 android:layout_width="wrap_content"
177 android:layout_height="wrap_content"
178 android:clickable="false"
179 android:text="@string/feedback_section"
180 android:textColor="@color/color_primary_dark"
181 android:textSize="18sp" />
182
183 <TextView
184 android:id="@+id/email_report"
185 android:layout_width="wrap_content"
186 android:layout_height="wrap_content"
Aline Bonnet1c0e6732017-04-26 14:39:26 -0400187 android:clickable="false" />
Alexandre Lisionb5823032016-04-25 18:12:14 -0400188
189 </LinearLayout>
190
191 <View
192 android:layout_width="match_parent"
193 android:layout_height="1dp"
194 android:background="@color/darker_gray" />
195
196 <LinearLayout
197 android:layout_width="match_parent"
198 android:layout_height="wrap_content"
199 android:layout_margin="5dp"
200 android:gravity="center_vertical"
201 android:orientation="vertical">
202
203 <TextView
204 android:id="@+id/developped_by"
205 android:layout_width="wrap_content"
206 android:layout_height="wrap_content"
207 android:gravity="center_vertical"
Alexandre Lisionb5823032016-04-25 18:12:14 -0400208 android:textColor="@color/color_primary_dark"
209 android:textSize="15sp" />
210
211 <ImageView
212 android:id="@+id/logo"
213 android:layout_width="200dp"
214 android:layout_height="50dp"
215 android:layout_gravity="center_horizontal"
216 android:layout_marginTop="5dp"
217 android:contentDescription="@string/app_author"
218 android:maxWidth="250dp"
Thibault Wittemberg37aec062016-11-07 17:11:47 -0500219 android:scaleType="fitCenter" />
Alexandre Lisionb5823032016-04-25 18:12:14 -0400220
221 </LinearLayout>
Adrien Béraud9754ae62015-06-23 23:40:34 -0400222
Aline Bonnet1c0e6732017-04-26 14:39:26 -0400223 <android.support.v7.widget.AppCompatButton
224 android:id="@+id/credits"
225 android:layout_width="wrap_content"
226 android:layout_height="wrap_content"
227 android:layout_gravity="center_horizontal"
228 android:paddingLeft="24dp"
229 android:paddingRight="24dp"
230 android:text="@string/credits"
231 android:theme="@style/ButtonColoredInverse" />
232
Alexandre Lisionf02190d2013-12-12 17:26:12 -0500233 </LinearLayout>
Alexandre Lisionb5823032016-04-25 18:12:14 -0400234</ScrollView>
Aline Bonnet1c0e6732017-04-26 14:39:26 -0400235
236