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

Side by Side Diff: chrome/android/java/res/xml/clear_browsing_data_preferences_tab.xml

Issue 2841603002: Clear browsing data ui fixes (Closed)
Patch Set: Created 3 years, 8 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 | « chrome/android/java/res/values/dimens.xml ('k') | no next file » | 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 <!-- Copyright 2017 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2017 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. --> 4 found in the LICENSE file. -->
5 5
6 <PreferenceScreen 6 <PreferenceScreen
7 xmlns:android="http://schemas.android.com/apk/res/android" 7 xmlns:android="http://schemas.android.com/apk/res/android"
8 xmlns:chrome="http://schemas.android.com/apk/res-auto"> 8 xmlns:chrome="http://schemas.android.com/apk/res-auto">
9 9
10 <org.chromium.chrome.browser.preferences.SpinnerPreference 10 <org.chromium.chrome.browser.preferences.SpinnerPreference
11 android:key="time_period_spinner" 11 android:key="time_period_spinner"
12 android:persistent="false" 12 android:persistent="false"
13 android:title="@string/clear_browsing_data_tab_period_title" 13 android:title="@string/clear_browsing_data_tab_period_title"
14 chrome:singleLine="true" /> 14 chrome:singleLine="true" />
15 15
16 <Preference android:layout="@layout/divider_preference_with_bottom_padding" /> 16 <Preference
17 android:layout="@layout/divider_preference_with_bottom_padding"
18 android:selectable="false"/>
17 19
18 <org.chromium.chrome.browser.preferences.ClearBrowsingDataTabCheckBoxPrefere nce 20 <org.chromium.chrome.browser.preferences.ClearBrowsingDataTabCheckBoxPrefere nce
19 android:key="clear_history_checkbox" 21 android:key="clear_history_checkbox"
20 android:persistent="false" 22 android:persistent="false"
21 android:title="@string/clear_history_title" 23 android:title="@string/clear_history_title"
22 android:summary="@string/clear_browsing_history_summary" /> 24 android:summary="@string/clear_browsing_history_summary" />
23 25
24 <org.chromium.chrome.browser.preferences.ClearBrowsingDataTabCheckBoxPrefere nce 26 <org.chromium.chrome.browser.preferences.ClearBrowsingDataTabCheckBoxPrefere nce
25 android:key="clear_cookies_checkbox" 27 android:key="clear_cookies_checkbox"
26 android:persistent="false" 28 android:persistent="false"
27 android:title="@string/clear_cookies_and_site_data_title" 29 android:title="@string/clear_cookies_and_site_data_title"
28 android:summary="@string/clear_cookies_and_site_data_summary_basic" /> 30 android:summary="@string/clear_cookies_and_site_data_summary_basic" />
29 31
30 <org.chromium.chrome.browser.preferences.ClearBrowsingDataTabCheckBoxPrefere nce 32 <org.chromium.chrome.browser.preferences.ClearBrowsingDataTabCheckBoxPrefere nce
31 android:key="clear_cache_checkbox" 33 android:key="clear_cache_checkbox"
32 android:persistent="false" 34 android:persistent="false"
33 android:title="@string/clear_cache_title" /> 35 android:title="@string/clear_cache_title" />
34 36
35 <org.chromium.chrome.browser.preferences.ClearBrowsingDataTabCheckBoxPrefere nce 37 <org.chromium.chrome.browser.preferences.ClearBrowsingDataTabCheckBoxPrefere nce
36 android:key="clear_passwords_checkbox" 38 android:key="clear_passwords_checkbox"
37 android:persistent="false" 39 android:persistent="false"
38 android:title="@string/clear_passwords_title" /> 40 android:title="@string/clear_passwords_title" />
39 41
40 <org.chromium.chrome.browser.preferences.ClearBrowsingDataTabCheckBoxPrefere nce 42 <org.chromium.chrome.browser.preferences.ClearBrowsingDataTabCheckBoxPrefere nce
41 android:key="clear_form_data_checkbox" 43 android:key="clear_form_data_checkbox"
42 android:persistent="false" 44 android:persistent="false"
43 android:title="@string/clear_form_data_title" /> 45 android:title="@string/clear_form_data_title" />
44 46
45 </PreferenceScreen> 47 </PreferenceScreen>
OLDNEW
« no previous file with comments | « chrome/android/java/res/values/dimens.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698