| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <!-- Copyright 2014 The Chromium Authors. All rights reserved. | 2 <!-- Copyright 2014 The Chromium Authors. All rights reserved. |
| 3 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
| 4 found in the LICENSE file. --> | 4 found in the LICENSE file. --> |
| 5 | 5 |
| 6 <resources> | 6 <resources> |
| 7 <!-- A theme for alert dialogs. The colors are copied from MainTheme, and th
e window | 7 <!-- A theme for alert dialogs. The colors are copied from MainTheme, and th
e window |
| 8 dimensions are copied from *.MinWidth theme variants. Sadly there is no | 8 dimensions are copied from *.MinWidth theme variants. Sadly there is no |
| 9 AppCompat.Light.Dialog.Alert or even AppCompat.Light.Dialog.MinWidth. -
-> | 9 AppCompat.Light.Dialog.Alert or even AppCompat.Light.Dialog.MinWidth. -
-> |
| 10 <style name="AlertDialogTheme" parent="Theme.AppCompat.Light.Dialog"> | 10 <style name="AlertDialogTheme" parent="Theme.AppCompat.Light.Dialog"> |
| (...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 <item name="android:windowAnimationStyle">@null</item> | 234 <item name="android:windowAnimationStyle">@null</item> |
| 235 <item name="android:windowBackground">@android:color/transparent</item> | 235 <item name="android:windowBackground">@android:color/transparent</item> |
| 236 <item name="android:windowCloseOnTouchOutside">false</item> | 236 <item name="android:windowCloseOnTouchOutside">false</item> |
| 237 <item name="android:windowContentOverlay">@null</item> | 237 <item name="android:windowContentOverlay">@null</item> |
| 238 <item name="android:windowFrame">@null</item> | 238 <item name="android:windowFrame">@null</item> |
| 239 <item name="android:windowFullscreen">false</item> | 239 <item name="android:windowFullscreen">false</item> |
| 240 <item name="android:windowIsFloating">true</item> | 240 <item name="android:windowIsFloating">true</item> |
| 241 <item name="android:windowIsTranslucent">true</item> | 241 <item name="android:windowIsTranslucent">true</item> |
| 242 <item name="android:windowNoTitle">true</item> | 242 <item name="android:windowNoTitle">true</item> |
| 243 </style> | 243 </style> |
| 244 <!-- Cast --> | 244 <!-- Cast and media playback notifications --> |
| 245 <style |
| 246 name="MediaNotificationTitle" |
| 247 parent="@android:style/TextAppearance.StatusBar.EventContent.Title"/> |
| 248 <style |
| 249 name="MediaNotificationText" |
| 250 parent="@android:style/TextAppearance.StatusBar.EventContent"/> |
| 245 <style | 251 <style |
| 246 name="RemoteNotificationTitle" | 252 name="RemoteNotificationTitle" |
| 247 parent="@android:style/TextAppearance.StatusBar.EventContent.Title"/> | 253 parent="@android:style/TextAppearance.StatusBar.EventContent.Title"/> |
| 248 <style | 254 <style |
| 249 name="RemoteNotificationText" | 255 name="RemoteNotificationText" |
| 250 parent="@android:style/TextAppearance.StatusBar.EventContent"/> | 256 parent="@android:style/TextAppearance.StatusBar.EventContent"/> |
| 251 <style | 257 <style |
| 252 name="RemoteNotificationProgressBar" | 258 name="RemoteNotificationProgressBar" |
| 253 parent="@android:style/Widget.Holo.ProgressBar.Horizontal"/> | 259 parent="@android:style/Widget.Holo.ProgressBar.Horizontal"/> |
| 254 <style name="CastMediaRouteButton" parent="@style/Widget.MediaRouter.MediaRo
uteButton"> | 260 <style name="CastMediaRouteButton" parent="@style/Widget.MediaRouter.MediaRo
uteButton"> |
| 255 <item name="android:background">@null</item> | 261 <item name="android:background">@null</item> |
| 256 <item name="android:paddingTop">0dp</item> | 262 <item name="android:paddingTop">0dp</item> |
| 257 <item name="android:paddingBottom">0dp</item> | 263 <item name="android:paddingBottom">0dp</item> |
| 258 <item name="android:paddingStart">0dp</item> | 264 <item name="android:paddingStart">0dp</item> |
| 259 <item name="android:paddingEnd">0dp</item> | 265 <item name="android:paddingEnd">0dp</item> |
| 260 <item name="externalRouteEnabledDrawable">@drawable/ic_cast_dark_chrome<
/item> | 266 <item name="externalRouteEnabledDrawable">@drawable/ic_cast_dark_chrome<
/item> |
| 261 </style> | 267 </style> |
| 262 | 268 |
| 263 </resources> | 269 </resources> |
| OLD | NEW |