| Index: chrome/android/java/res/values-v17/styles.xml
|
| diff --git a/chrome/android/java/res/values-v17/styles.xml b/chrome/android/java/res/values-v17/styles.xml
|
| index 2555c754dcf3ce05d1d0aa264833f1692d474410..6ce78c773224e7ed84e0bfef8c5ae558ca7e82ab 100644
|
| --- a/chrome/android/java/res/values-v17/styles.xml
|
| +++ b/chrome/android/java/res/values-v17/styles.xml
|
| @@ -404,6 +404,11 @@
|
| <item name="android:textSize">@dimen/contextual_search_text_size</item>
|
| </style>
|
|
|
| + <!-- Physical Web styles -->
|
| + <style name="PhysicalWebNearbyUrlsListStyle">
|
| + <item name="android:windowBackground">@color/nearby_urls_background_color</item>
|
| + </style>
|
| +
|
| <!-- Misc styles -->
|
| <style name="SnackbarAnimation">
|
| <item name="android:windowEnterAnimation">@anim/snackbar_in</item>
|
|
|