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

Side by Side Diff: components/web_contents_delegate_android/android/java/res/values/dimens.xml

Issue 2398543003: Move Android view based ColorPicker from ui/ to components/ (Closed)
Patch Set: move to components/ instead Created 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (c) 2016 The Chromium Authors. All rights reserved.
Ted C 2016/11/08 17:02:38 no (c)
wychen 2016/11/08 21:20:33 Done. '(c)' is all over the place. Do we also want
Ted C 2016/11/08 21:35:16 Nah, we should just not add new ones.
3
4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file.
6 -->
7
8 <resources>
9 <!--
10 14.5 = Seekbar thumb width - border width, but it depends on the width
11 of the seek bar icon.
12 -->
13 <dimen name="color_picker_gradient_margin">14.5dp</dimen>
14 <dimen name="color_button_height">60dp</dimen>
15 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698