Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6832)

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

Issue 2294983002: [Download Home] Add image thumbnail support (Closed)
Patch Set: Missed the CC files in the GN system 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
« no previous file with comments | « no previous file | 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/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 4926b7c5ce604cd8f651a620d2d75f4361bec3e4..7c42c2d46efa7ef8dba5d20ca67951f6925aa6f7 100644
--- a/chrome/android/java/res/layout/download_item_view.xml
+++ b/chrome/android/java/res/layout/download_item_view.xml
@@ -20,14 +20,14 @@
<ImageView
android:id="@+id/icon_view"
- android:layout_width="48dp"
- android:layout_height="48dp"
+ android:layout_width="@dimen/downloads_item_icon_size"
+ android:layout_height="@dimen/downloads_item_icon_size"
android:layout_alignParentStart="true"
android:layout_alignParentTop="true"
android:layout_alignParentBottom="true"
android:layout_marginEnd="16dp"
android:contentDescription="@null"
- android:scaleType="centerInside"
+ android:scaleType="center"
android:background="@color/light_active_color" />
<TextView
« no previous file with comments | « no previous file | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698