| Index: chromecast/shell/android/apk/res/values-v17/styles.xml
|
| diff --git a/chrome/android/java/res/values/ids.xml b/chromecast/shell/android/apk/res/values-v17/styles.xml
|
| similarity index 58%
|
| copy from chrome/android/java/res/values/ids.xml
|
| copy to chromecast/shell/android/apk/res/values-v17/styles.xml
|
| index a8ff2a6b65f9fba938441337eea53e89e856a4de..80eaf9be38cba212925e96ab45f7813b016e693a 100644
|
| --- a/chrome/android/java/res/values/ids.xml
|
| +++ b/chromecast/shell/android/apk/res/values-v17/styles.xml
|
| @@ -1,11 +1,12 @@
|
| <?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>
|
| - <item name="menu_item_enter_anim_id" type="id" />
|
| + <style name="CastShellTheme" parent="@android:style/Theme.Holo.Light.NoActionBar">
|
| + <item name="android:windowBackground">@android:color/black</item>
|
| + </style>
|
| </resources>
|
|
|