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

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

Issue 2269293002: [Download Home] Various fixes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@DOWNLOADS_activity_tests
Patch Set: Fullscreen activity Created 4 years, 4 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 a84d9e0a5db81b3ce3c95e55143e18f237c3a005..102df7919be4a0ad2f616dcad0ded0ce764be07c 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -51,6 +51,14 @@
<item name="colorAccent">@color/light_active_color</item>
</style>
+ <style name="DownloadActivityTheme" parent="FullscreenWhiteDialog">
+ <item name="colorPrimaryDark">@android:color/black</item>
+
+ <!-- Remove ActionBar -->
+ <item name="windowNoTitle">true</item>
+ <item name="windowActionBar">false</item>
+ </style>
+
<!-- Web app themes -->
<style name="WebappTheme" parent="MainTheme">
<item name="android:windowBackground">@null</item>
@@ -570,6 +578,9 @@
<item name="android:fontFamily">sans-serif</item>
<item name="android:textStyle">bold</item>
</style>
+ <style name="MaterialProgressBar" parent="Widget.AppCompat.ProgressBar.Horizontal">
+ <item name="android:progressDrawable">@drawable/material_progressbar</item>
+ </style>
<!-- New tab page RecyclerView overscroll color -->
<style name="NewTabPageRecyclerView">

Powered by Google App Engine
This is Rietveld 408576698