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

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

Issue 2269293002: [Download Home] Various fixes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@DOWNLOADS_activity_tests
Patch Set: Fullscreen activity Created 4 years, 4 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/download_item_view.xml
diff --git a/chrome/android/java/res/layout/download_item_view.xml b/chrome/android/java/res/layout/download_item_view.xml
index 088dbe047469e6c87878a712a5a5025c28a4faf9..4926b7c5ce604cd8f651a620d2d75f4361bec3e4 100644
--- a/chrome/android/java/res/layout/download_item_view.xml
+++ b/chrome/android/java/res/layout/download_item_view.xml
@@ -52,6 +52,7 @@
android:layout_marginEnd="16dp"
android:layout_marginTop="0dp"
android:textAlignment="viewStart"
+ android:textColor="@color/google_grey_600"
android:ellipsize="start"
android:singleLine="true" />
@@ -64,6 +65,7 @@
android:layout_below="@+id/filename_view"
android:layout_marginTop="0dp"
android:textAlignment="viewEnd"
+ android:textColor="@color/google_grey_600"
android:singleLine="true" />
</RelativeLayout>

Powered by Google App Engine
This is Rietveld 408576698