Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: mobile/android/base/resources/layout/abb_start_pane_step_3.xml

Issue 29570589: Noissue - Adjustments related to copyright text (Closed)
Patch Set: Created Oct. 9, 2017, 2:51 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3 - This file is part of the Adblock Plus <https://adblockplus.org/>,
4 - Copyright (C) 2006-present eyeo GmbH
5 -
6 - Adblock Plus is free software: you can redistribute it and/or modify
7 - it under the terms of the GNU General Public License version 3 as
8 - published by the Free Software Foundation.
9 -
10 - Adblock Plus is distributed in the hope that it will be useful,
11 - but WITHOUT ANY WARRANTY; without even the implied warranty of
12 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 - GNU General Public License for more details.
14 -
15 - You should have received a copy of the GNU General Public License
16 - along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
17 -->
18
2 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" 19 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="match_parent" 20 android:layout_width="match_parent"
4 android:layout_height="wrap_content"> 21 android:layout_height="wrap_content">
5 <LinearLayout android:layout_width="match_parent" 22 <LinearLayout android:layout_width="match_parent"
6 android:layout_height="wrap_content" 23 android:layout_height="wrap_content"
7 android:orientation="vertical" 24 android:orientation="vertical"
8 android:background="#ffffff" > 25 android:background="#ffffff" >
9 <TextView android:layout_width="match_parent" 26 <TextView android:layout_width="match_parent"
10 android:layout_height="wrap_content" 27 android:layout_height="wrap_content"
11 android:tag="ttf_opensans_light" 28 android:tag="ttf_opensans_light"
(...skipping 12 matching lines...) Expand all
24 android:textColor="#353435" 41 android:textColor="#353435"
25 android:textSize="21sp" 42 android:textSize="21sp"
26 android:text="@string/abb_frp_step_3_text" /> 43 android:text="@string/abb_frp_step_3_text" />
27 <ImageView android:layout_width="match_parent" 44 <ImageView android:layout_width="match_parent"
28 android:layout_height="wrap_content" 45 android:layout_height="wrap_content"
29 android:scaleType="fitCenter" 46 android:scaleType="fitCenter"
30 android:src="@drawable/abb_frp_img_3" /> 47 android:src="@drawable/abb_frp_img_3" />
31 </LinearLayout> 48 </LinearLayout>
32 </ScrollView> 49 </ScrollView>
33 50
OLDNEW

Powered by Google App Engine
This is Rietveld