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

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

Issue 1459593002: Added a UI for the Interests Prototype. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/values/dimens.xml
diff --git a/chrome/android/java/res/values/dimens.xml b/chrome/android/java/res/values/dimens.xml
index dd1ad80492d5792ef5cd57cda33114fea0a3e48f..6bb47de1d5a6a8aae59ca7703716e287cccc569d 100644
--- a/chrome/android/java/res/values/dimens.xml
+++ b/chrome/android/java/res/values/dimens.xml
@@ -1,4 +1,3 @@
-<?xml version="1.0" encoding="utf-8"?>
knn 2015/12/02 14:18:59 Unintentional?
PEConn 2015/12/08 17:27:49 Acknowledged.
<!-- Copyright 2014 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
@@ -263,6 +262,12 @@
<dimen name="ntp_list_item_favicon_container_size">24dp</dimen>
<dimen name="ntp_shadow_height">9dp</dimen>
<dimen name="snippets_thumbnail_size">90dp</dimen>
+
+ <!-- Interests page -->
+ <dimen name="ntp_interest_item_text_size">20sp</dimen>
+ <dimen name="ntp_interest_item_min_height">180dp</dimen>
+ <dimen name="ntp_interest_item_image_size">120dp</dimen>
+ <dimen name="ntp_interest_item_image_text_size">20sp</dimen>
<!-- Bookmarks page -->
<dimen name="bookmark_folder_min_height">48dp</dimen>

Powered by Google App Engine
This is Rietveld 408576698