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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/android/java/res/values/dimens.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/xml/clear_browsing_data_preferences_tab.xml
diff --git a/chrome/android/java/res/xml/clear_browsing_data_preferences_tab.xml b/chrome/android/java/res/xml/clear_browsing_data_preferences_tab.xml
index 936298deb964bc1cc170fdf2a7e74810f64f1ade..62a72a60d474db0d423ee421399653827d89fc58 100644
--- a/chrome/android/java/res/xml/clear_browsing_data_preferences_tab.xml
+++ b/chrome/android/java/res/xml/clear_browsing_data_preferences_tab.xml
@@ -13,7 +13,9 @@
android:title="@string/clear_browsing_data_tab_period_title"
chrome:singleLine="true" />
- <Preference android:layout="@layout/divider_preference_with_bottom_padding" />
+ <Preference
+ android:layout="@layout/divider_preference_with_bottom_padding"
+ android:selectable="false"/>
<org.chromium.chrome.browser.preferences.ClearBrowsingDataTabCheckBoxPreference
android:key="clear_history_checkbox"
« 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