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

Unified Diff: chrome/android/java/res/values/dimens.xml

Issue 2845773003: Photo Picker Dialog: Add caching for the decoded images. (Closed)
Patch Set: Remove dead var Created 3 years, 7 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/src/org/chromium/chrome/browser/photo_picker/BitmapScalerTask.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/values/dimens.xml
diff --git a/chrome/android/java/res/values/dimens.xml b/chrome/android/java/res/values/dimens.xml
index 342678df69d4027a2d19270c48ab4be9702bd6cc..df7b1cfa0fd937abbc26066766f8384a104a065f 100644
--- a/chrome/android/java/res/values/dimens.xml
+++ b/chrome/android/java/res/values/dimens.xml
@@ -374,6 +374,7 @@
<dimen name="photo_picker_label_gap">10dp</dimen>
<dimen name="photo_picker_tile_min_size">100dp</dimen>
<dimen name="photo_picker_tile_gap">4dp</dimen>
+ <dimen name="photo_picker_grainy_thumbnail_size">12dp</dimen>
<!-- Account chooser dialog dimensions -->
<dimen name="account_chooser_dialog_margin">24dp</dimen>
@@ -471,7 +472,7 @@
<!-- Context Menu Dimensions -->
<dimen name="context_menu_header_image_min_size">56dp</dimen>
<dimen name="context_menu_header_image_max_size">56dp</dimen>
-
+
<!-- Divider Dimensions -->
<dimen name="divider_height">1dp</dimen>
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/photo_picker/BitmapScalerTask.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698