summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2015-01-29 09:57:16 -0800
committerSunny Goyal <sunnygoyal@google.com>2015-02-26 18:19:22 +0000
commit1587d5362f5a66e005aa36fdfc7082c34b8ea3b7 (patch)
tree3bdae214f8a34c66911babc7738ce23b91bf9ccf /res
parent8ed75e5c1606d4bd1218e2e3975527e1719d9be6 (diff)
downloadandroid_packages_apps_Trebuchet-1587d5362f5a66e005aa36fdfc7082c34b8ea3b7.tar.gz
android_packages_apps_Trebuchet-1587d5362f5a66e005aa36fdfc7082c34b8ea3b7.tar.bz2
android_packages_apps_Trebuchet-1587d5362f5a66e005aa36fdfc7082c34b8ea3b7.zip
Refactoring common methods
Change-Id: Id6d3072dd3a6d7f54e9591abbeffd9bd51c7403d
Diffstat (limited to 'res')
-rw-r--r--res/values-sw720dp/dimens.xml5
-rw-r--r--res/values/dimens.xml4
2 files changed, 0 insertions, 9 deletions
diff --git a/res/values-sw720dp/dimens.xml b/res/values-sw720dp/dimens.xml
index 8be996474..68fc1ecaf 100644
--- a/res/values-sw720dp/dimens.xml
+++ b/res/values-sw720dp/dimens.xml
@@ -21,11 +21,6 @@
<dimen name="toolbar_button_vertical_padding">8dip</dimen>
<dimen name="toolbar_button_horizontal_padding">8dip</dimen>
- <!-- When dragging items on the workspace, the number of dps by which the position of
- the drag view should be offset from the position of the original view. -->
- <dimen name="dragViewOffsetX">0dp</dimen>
- <dimen name="dragViewOffsetY">0dp</dimen>
-
<!-- Cling -->
<dimen name="cling_migration_content_margin">96dp</dimen>
<dimen name="cling_migration_content_width">320dp</dimen>
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index 54689ec25..d6fc508d1 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -68,10 +68,6 @@
or right while you're dragging. -->
<dimen name="scroll_zone">20dp</dimen>
- <!-- When dragging items on the workspace, the number of dps by which the position of
- the drag view should be offset from the position of the original view. -->
- <dimen name="dragViewOffsetX">0dp</dimen>
- <dimen name="dragViewOffsetY">0dp</dimen>
<!-- When dragging an item, how much bigger (fixed dps) the dragged view
should be. If 0, it will not be scaled at all. -->
<dimen name="dragViewScale">12dp</dimen>