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

Unified Diff: chrome/android/java/res/layout/history_item_view.xml

Issue 2691373004: [Android History] Even more polish (Closed)
Patch Set: 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_header.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/layout/history_item_view.xml
diff --git a/chrome/android/java/res/layout/history_item_view.xml b/chrome/android/java/res/layout/history_item_view.xml
index 55533d891f6780108519faa9b85e7bb4e2b1a95e..ebd7247b9ddab0708869ea77a8e82c06a059d424 100644
--- a/chrome/android/java/res/layout/history_item_view.xml
+++ b/chrome/android/java/res/layout/history_item_view.xml
@@ -9,12 +9,16 @@
android:layout_width="match_parent"
android:layout_height="wrap_content" >
+ <!-- TODO(twellington): remove start/end padding when new assets with
+ correct built in padding are available. -->
<LinearLayout
android:id="@+id/content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="16dp"
android:paddingBottom="16dp"
+ android:paddingStart="1dp"
Theresa 2017/02/15 21:41:04 This should be moved to HistoryItemView above sinc
Theresa 2017/02/15 23:16:15 Done.
+ android:paddingEnd="1dp"
android:orientation="horizontal" >
<ImageView
« no previous file with comments | « chrome/android/java/res/layout/history_header.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698