Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(218)

Side by Side Diff: chrome/android/java/res/layout/website_settings.xml

Issue 2765733002: Rename Android Java pageinfo folder to page_info (matching other platforms). (Closed)
Patch Set: Rename Android Java pageinfo folder to page_info (matching other platforms). Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « WATCHLISTS ('k') | chrome/android/java/src/org/chromium/chrome/browser/ChromeActivity.java » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- 2 <!--
3 Copyright 2013 The Chromium Authors. All rights reserved. 3 Copyright 2013 The Chromium Authors. All rights reserved.
4 4
5 Use of this source code is governed by a BSD-style license that can be 5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file. 6 found in the LICENSE file.
7 --> 7 -->
8 <LinearLayout 8 <LinearLayout
9 xmlns:android="http://schemas.android.com/apk/res/android" 9 xmlns:android="http://schemas.android.com/apk/res/android"
10 xmlns:chrome="http://schemas.android.com/apk/res-auto" 10 xmlns:chrome="http://schemas.android.com/apk/res-auto"
11 android:layout_width="match_parent" 11 android:layout_width="match_parent"
12 android:layout_height="match_parent" 12 android:layout_height="match_parent"
13 android:paddingBottom="8dp" 13 android:paddingBottom="8dp"
14 android:background="#ffffff" 14 android:background="#ffffff"
15 android:orientation="vertical" > 15 android:orientation="vertical" >
16 16
17 <LinearLayout 17 <LinearLayout
18 android:layout_width="match_parent" 18 android:layout_width="match_parent"
19 android:layout_height="wrap_content" 19 android:layout_height="wrap_content"
20 android:orientation="vertical" 20 android:orientation="vertical"
21 android:paddingBottom="12dp" 21 android:paddingBottom="12dp"
22 android:paddingEnd="@dimen/website_settings_popup_padding_sides" 22 android:paddingEnd="@dimen/website_settings_popup_padding_sides"
23 android:paddingStart="@dimen/website_settings_popup_padding_sides" > 23 android:paddingStart="@dimen/website_settings_popup_padding_sides" >
24 24
25 <view class="org.chromium.chrome.browser.pageinfo.WebsiteSettingsPopup$E lidedUrlTextView" 25 <view class="org.chromium.chrome.browser.page_info.WebsiteSettingsPopup$ ElidedUrlTextView"
26 android:id="@+id/website_settings_url" 26 android:id="@+id/website_settings_url"
27 android:layout_width="match_parent" 27 android:layout_width="match_parent"
28 android:layout_height="wrap_content" 28 android:layout_height="wrap_content"
29 android:ellipsize="end" 29 android:ellipsize="end"
30 android:lineSpacingExtra="6dp" 30 android:lineSpacingExtra="6dp"
31 android:paddingTop="16dp" 31 android:paddingTop="16dp"
32 android:textAlignment="viewStart" 32 android:textAlignment="viewStart"
33 android:textColor="@color/url_emphasis_default_text" 33 android:textColor="@color/url_emphasis_default_text"
34 android:textSize="16sp"/> 34 android:textSize="16sp"/>
35 35
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 android:layout_gravity="end" 100 android:layout_gravity="end"
101 android:layout_marginEnd="@dimen/website_settings_popup_padding_sides" 101 android:layout_marginEnd="@dimen/website_settings_popup_padding_sides"
102 android:layout_marginStart="@dimen/website_settings_popup_padding_sides" 102 android:layout_marginStart="@dimen/website_settings_popup_padding_sides"
103 android:layout_marginTop="8dp" 103 android:layout_marginTop="8dp"
104 android:paddingEnd="@dimen/website_settings_popup_button_padding_sides" 104 android:paddingEnd="@dimen/website_settings_popup_button_padding_sides"
105 android:paddingStart="@dimen/website_settings_popup_button_padding_sides " 105 android:paddingStart="@dimen/website_settings_popup_button_padding_sides "
106 android:text="@string/page_info_open_online_button" 106 android:text="@string/page_info_open_online_button"
107 android:textColor="@color/light_active_color" 107 android:textColor="@color/light_active_color"
108 style="@style/ButtonCompatBorderless" /> 108 style="@style/ButtonCompatBorderless" />
109 </LinearLayout> 109 </LinearLayout>
OLDNEW
« no previous file with comments | « WATCHLISTS ('k') | chrome/android/java/src/org/chromium/chrome/browser/ChromeActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698