diff options
Diffstat (limited to 'ui/android/java/res/values/dimens.xml')
-rw-r--r-- | ui/android/java/res/values/dimens.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ui/android/java/res/values/dimens.xml b/ui/android/java/res/values/dimens.xml new file mode 100644 index 0000000..ed86372 --- /dev/null +++ b/ui/android/java/res/values/dimens.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright 2013 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. +--> +<resources> + + <!-- + 14.5 = Seekbar thumb width - border width, but it depends on the width + of the seek bar icon. + --> + <dimen name="color_picker_gradient_margin">14.5dp</dimen> + +</resources>
\ No newline at end of file |