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

Unified Diff: chrome/android/java/res/values-v21/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-v21/styles.xml
diff --git a/chrome/android/java/res/values-v21/styles.xml b/chrome/android/java/res/values-v21/styles.xml
index 646af20079f18b8dfb8e0c7fb5f015fc94d3cf50..5b67d20f08d21ae3d2f319582f23d7e7a9f278a6 100644
--- a/chrome/android/java/res/values-v21/styles.xml
+++ b/chrome/android/java/res/values-v21/styles.xml
@@ -4,6 +4,9 @@
found in the LICENSE file. -->
<resources>
+ <style name="RobotoMediumStyle">
+ <item name="android:fontFamily">sans-serif-medium</item>
+ </style>
<!-- Preferences -->
<style name="PreferencesTheme" parent="ThemeWithActionBar">
<item name="android:textColorLink">@color/pref_accent_color</item>

Powered by Google App Engine
This is Rietveld 408576698