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

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

Issue 2154063003: [Android] Introduce DateDividedAdapter to Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make findbugs happy Created 4 years, 5 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 b2b5dfee38e207c34e3f67f82fa8b9536d798ab4..d3a6150339d120a5bab89a941249927377552ac7 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -553,6 +553,11 @@
<item name="android:paddingEnd">16dp</item>
<item name="android:background">?attr/listChoiceBackgroundIndicator</item>
</style>
+ <style name="RobotoMediumStyle">
+ <item name="android:fontFamily">sans-serif</item>
+ <item name="android:textStyle">bold</item>
+ </style>
+
<!-- New tab page RecyclerView overscroll color -->
<style name="NewTabPageRecyclerView">
<item name="android:colorEdgeEffect">@color/google_grey_300</item>
« no previous file with comments | « chrome/android/java/res/layout/download_date_view.xml ('k') | chrome/android/java/res/values-v21/styles.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698