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

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

Issue 1143313006: Add an activity that allows whitelisted applications to clear all data in Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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
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 383eff456e3bec34d4387af016f95376d55bf0a5..69f4a5265f1e055117cbb1aa210516ece0125e1e 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -259,5 +259,14 @@
<item name="android:paddingEnd">0dp</item>
<item name="externalRouteEnabledDrawable">@drawable/ic_cast_dark_chrome</item>
</style>
-
+
+ <!-- Transparent -->
+ <style name="TransparentBase" parent="Theme.AppCompat">
+ <item name="android:windowBackground">@android:color/transparent</item>
+ <item name="android:windowContentOverlay">@null</item>
+ <item name="android:windowIsTranslucent">true</item>
+ <item name="android:windowNoTitle">true</item>
+ </style>
+ <style name="Transparent" parent="@style/TransparentBase" />
+
</resources>
« no previous file with comments | « no previous file | chrome/android/java/res/values-v19/styles.xml » ('j') | chrome/android/java/res/values-v19/styles.xml » ('J')

Powered by Google App Engine
This is Rietveld 408576698