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

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

Issue 2703463002: [List UI Unification] Basic list unification for phones (Closed)
Patch Set: [List UI Unification] Basic list unification for phones Created 3 years, 10 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
« no previous file with comments | « chrome/android/java/res/layout/history_item_view.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a5b7509ef68b667d20299b824a0d7d3e2b93779a..1ce4509b5ac582be686e8780dc385960c39b8830 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -613,8 +613,16 @@
<item name="android:layout_marginTop">0dp</item>
<item name="android:minHeight">18dp</item>
<item name="android:textColor">@color/google_grey_600</item>
- <item name="android:textSize">12sp</item>1
+ <item name="android:textSize">12sp</item>
<item name="android:ellipsize">start</item>
<item name="android:singleLine">true</item>
</style>
+
+ <style name="DateView" parent="RobotoMediumStyle">
+ <item name="android:layout_width">match_parent</item>
+ <item name="android:layout_height">wrap_content</item>
+ <item name="android:layout_marginTop">12dp</item>
+ <item name="android:layout_marginBottom">10dp</item>
+ <item name="android:textSize">14sp</item>
+ </style>
</resources>
« no previous file with comments | « chrome/android/java/res/layout/history_item_view.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698