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

Unified Diff: chrome/android/java/res/layout/history_date_view.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
Index: chrome/android/java/res/layout/history_date_view.xml
diff --git a/chrome/android/java/res/layout/history_date_view.xml b/chrome/android/java/res/layout/history_date_view.xml
index 5e8844ada2cc15d05e5d808b4221a02a8da15686..3faac860748581bc3f260a995ec1591992757b2e 100644
--- a/chrome/android/java/res/layout/history_date_view.xml
+++ b/chrome/android/java/res/layout/history_date_view.xml
@@ -5,9 +5,4 @@
<!-- TODO(twellington): merge with regular date_view.xml once UIs are unified. -->
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
- style="@style/RobotoMediumStyle"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="12dp"
- android:layout_marginBottom="10dp"
- android:textSize="14sp" />
+ style="@style/DateView" />
« no previous file with comments | « chrome/android/java/res/layout/download_main.xml ('k') | chrome/android/java/res/layout/history_item_view.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698