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

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

Issue 1314413004: Cast ChromeShell into the fiery pit of Mount Doom. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 5 years, 3 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/shell/res/mipmap-xxxhdpi/app_icon.png ('k') | chrome/android/shell/res/values/strings.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/shell/res/values-v17/styles.xml
diff --git a/chrome/android/shell/res/values-v17/styles.xml b/chrome/android/shell/res/values-v17/styles.xml
deleted file mode 100644
index 755aeff88dc63975c83deb41cedbd3b7c3a16662..0000000000000000000000000000000000000000
--- a/chrome/android/shell/res/values-v17/styles.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!-- Copyright 2014 The Chromium Authors. All rights reserved.
-
- Use of this source code is governed by a BSD-style license that can be
- found in the LICENSE file.
--->
-
-<resources>
-
- <style name="MainTheme" parent="Theme.AppCompat.Light.NoActionBar">
- <item name="android:windowContentOverlay">@null</item>
- <item name="android:windowActionBar">false</item>
- <item name="android:windowNoTitle">true</item>
-
- <!-- colorPrimary is used for the default action bar background -->
- <item name="colorPrimary">@color/material_deep_teal_200</item>
-
- <!-- colorPrimaryDark is used for the status bar -->
- <item name="colorPrimaryDark">@color/material_deep_teal_500</item>
-
- <!-- Default TintedImageButton tint -->
- <item name="tint">@color/dark_mode_tint</item>
- </style>
-
-</resources>
« no previous file with comments | « chrome/android/shell/res/mipmap-xxxhdpi/app_icon.png ('k') | chrome/android/shell/res/values/strings.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698