Chromium Code Reviews| Index: chrome/android/java/res/values-v19/styles.xml |
| diff --git a/chrome/android/java_staging/res/values-v21/styles_staging.xml b/chrome/android/java/res/values-v19/styles.xml |
| similarity index 63% |
| copy from chrome/android/java_staging/res/values-v21/styles_staging.xml |
| copy to chrome/android/java/res/values-v19/styles.xml |
| index 92a1279c9852cafa509dba4b135ee456e5163551..38e89010c5d9d1f0a9487f3b27e1b36180dad527 100644 |
| --- a/chrome/android/java_staging/res/values-v21/styles_staging.xml |
| +++ b/chrome/android/java/res/values-v19/styles.xml |
| @@ -4,8 +4,10 @@ |
| found in the LICENSE file. --> |
| <resources> |
| - <style name="IncognitoTheme" parent="MainTheme"> |
| - <item name="android:colorPrimary">@color/incognito_primary_color</item> |
| + |
| + <!-- Transparent --> |
| + <style name="Transparent" parent="TransparentBase"> |
| + <item name="android:windowTranslucentStatus">true</item> |
|
aurimas (slooooooooow)
2015/06/09 17:45:03
I am pretty sure you can move this to values-v17 a
Bernhard Bauer
2015/06/15 17:07:29
I get a Lint error when I put this into values-v17
|
| </style> |
| </resources> |