2010-06-12 00:34:16 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- Copyright (C) 2009 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>
|
|
|
|
<dimen name="workspace_cell_width">76dip</dimen>
|
|
|
|
<dimen name="workspace_cell_height">76dip</dimen>
|
2010-08-05 03:03:37 +00:00
|
|
|
|
2010-09-09 18:23:48 +00:00
|
|
|
<!-- extra horizontal spacing between mini screen thumbnails ie. in all
|
2010-08-05 03:03:37 +00:00
|
|
|
apps and in customization mode -->
|
2010-09-09 18:23:48 +00:00
|
|
|
<dimen name="smallScreenExtraSpacing">0dip</dimen>
|
2010-08-05 03:03:37 +00:00
|
|
|
|
|
|
|
<!-- vertical spacing between edge of screen and mini screen thumbnails -->
|
2010-09-10 18:44:42 +00:00
|
|
|
<dimen name="smallScreenVerticalMargin">60dip</dimen>
|
2010-08-10 04:05:32 +00:00
|
|
|
|
2010-08-23 22:08:16 +00:00
|
|
|
<dimen name="toolbar_padding">10dip</dimen>
|
|
|
|
|
|
|
|
<dimen name="toolbar_button_spacing">20dip</dimen>
|
2010-06-12 00:34:16 +00:00
|
|
|
</resources>
|