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

Unified Diff: chrome/android/java/res/layout/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
« no previous file with comments | « chrome/android/java/res/layout/bookmark_main.xml ('k') | chrome/android/java/res/layout/download_main.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/date_view.xml
diff --git a/chrome/android/java/res/layout/date_view.xml b/chrome/android/java/res/layout/date_view.xml
index d88860a72129e814bcbf918eb1f698af5ee2c1a2..3ab889f8038be429ad729eb6c700a5dfe008685c 100644
--- a/chrome/android/java/res/layout/date_view.xml
+++ b/chrome/android/java/res/layout/date_view.xml
@@ -3,12 +3,9 @@
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
+<!-- TODO(twellington): merge with history_date_view.xml once downloads
+ is width constrained to 600dp. -->
<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_marginBottom="16dp"
+ style="@style/DateView"
android:layout_marginEnd="16dp"
- android:layout_marginStart="16dp"
- android:layout_marginTop="16dp"
- android:textSize="16sp" />
+ android:layout_marginStart="16dp" />
« no previous file with comments | « chrome/android/java/res/layout/bookmark_main.xml ('k') | chrome/android/java/res/layout/download_main.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698