diff options
author | Winson Chung <winsonc@google.com> | 2010-10-22 14:54:12 -0700 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2010-10-24 13:31:32 -0700 |
commit | ece7f5b3b55cab646941123e03589241a61678e2 (patch) | |
tree | 9e98e54e195e01009f8611cf2e341a3a2ce2e61b /res/values-xlarge-port | |
parent | 3b838ff548c129c8ea087a73f21e77a503d58f97 (diff) | |
download | packages_apps_trebuchet-ece7f5b3b55cab646941123e03589241a61678e2.zip packages_apps_trebuchet-ece7f5b3b55cab646941123e03589241a61678e2.tar.gz packages_apps_trebuchet-ece7f5b3b55cab646941123e03589241a61678e2.tar.bz2 |
Altering homescreen spacing to match design.
Change-Id: I8b859992fe843d0cf688cb84bcbaab6dbeccb6fb
Diffstat (limited to 'res/values-xlarge-port')
-rw-r--r-- | res/values-xlarge-port/dimens.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/res/values-xlarge-port/dimens.xml b/res/values-xlarge-port/dimens.xml new file mode 100644 index 0000000..3117df9 --- /dev/null +++ b/res/values-xlarge-port/dimens.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2010 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<resources> + <!-- Width/height gap overrides for the workspace --> + <dimen name="workspace_width_gap">0dp</dimen> + <dimen name="workspace_height_gap">16dp</dimen> +</resources>
\ No newline at end of file |