| Index: chromecast/shell/android/apk/res/values-v17/styles.xml
|
| diff --git a/remoting/android/java/res/values/colors.xml b/chromecast/shell/android/apk/res/values-v17/styles.xml
|
| similarity index 58%
|
| copy from remoting/android/java/res/values/colors.xml
|
| copy to chromecast/shell/android/apk/res/values-v17/styles.xml
|
| index 0d7b817336c05805a3617be899e327ce8ccf2dec..80eaf9be38cba212925e96ab45f7813b016e693a 100644
|
| --- a/remoting/android/java/res/values/colors.xml
|
| +++ b/chromecast/shell/android/apk/res/values-v17/styles.xml
|
| @@ -6,7 +6,7 @@
|
| -->
|
|
|
| <resources>
|
| - <color name="list_item_disabled_pressed">#171717</color>
|
| - <color name="list_item_pressed">#444444</color>
|
| - <color name="host_offline_text">#636363</color>
|
| + <style name="CastShellTheme" parent="@android:style/Theme.Holo.Light.NoActionBar">
|
| + <item name="android:windowBackground">@android:color/black</item>
|
| + </style>
|
| </resources>
|
|
|