Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5131)

Unified Diff: chrome/android/java/res/values-v17/styles.xml

Issue 1412423007: Modify Physical Web Nearby URLs list to resemble search results (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wip (fix maxLines->singleLine) Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « chrome/android/java/res/layout/physical_web_list_urls_activity.xml ('k') | chrome/android/java/res/values/colors.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698