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

Unified Diff: chrome/android/java/res/values-v17/styles.xml

Issue 2562123003: [Android History] Add clear browsing data button and privacy disclaimers (Closed)
Patch Set: [Android History] Add clear browsing data button and privacy disclaimers Created 4 years 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
Index: chrome/android/java/res/values-v17/styles.xml
diff --git a/chrome/android/java/res/values-v17/styles.xml b/chrome/android/java/res/values-v17/styles.xml
index a7605dfc21272ebef7cc561da2125428d09473a8..4c19ba9b94fadcccde555874a577adcfa924d0cc 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -582,6 +582,15 @@
<item name="android:textColor">@android:color/white</item>
<item name="android:textSize">20sp</item>
</style>
+ <style name="PrivacyDisclaimerText">
+ <item name="android:layout_width">match_parent</item>
+ <item name="android:layout_height">wrap_content</item>
+ <item name="android:layout_marginTop">16dp</item>
+ <item name="android:paddingStart">16dp</item>
+ <item name="android:paddingEnd">16dp</item>
+ <item name="android:textSize">16sp</item>
+ <item name="android:visibility">gone</item>
+ </style>
<!-- New tab page RecyclerView overscroll color -->
<style name="NewTabPageRecyclerView">

Powered by Google App Engine
This is Rietveld 408576698