2009-03-04 03:32:27 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- Copyright (C) 2008 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
|
2011-06-19 19:41:22 +00:00
|
|
|
|
2009-03-04 03:32:27 +00:00
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
2011-06-19 19:41:22 +00:00
|
|
|
|
2009-03-04 03:32:27 +00:00
|
|
|
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.
|
|
|
|
-->
|
|
|
|
|
2009-07-30 20:37:37 +00:00
|
|
|
<com.android.launcher2.CellLayout
|
2009-03-04 03:32:27 +00:00
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2010-03-04 20:07:31 +00:00
|
|
|
xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher"
|
2011-07-28 00:46:20 +00:00
|
|
|
style="@style/WorkspaceScreen"
|
2009-03-04 03:32:27 +00:00
|
|
|
|
2011-06-19 19:41:22 +00:00
|
|
|
android:paddingLeft="@dimen/workspace_left_padding"
|
|
|
|
android:paddingRight="@dimen/workspace_right_padding"
|
|
|
|
android:paddingTop="@dimen/workspace_top_padding"
|
|
|
|
android:paddingBottom="@dimen/workspace_bottom_padding"
|
2010-02-16 23:25:23 +00:00
|
|
|
android:hapticFeedbackEnabled="false"
|
2009-03-04 03:32:27 +00:00
|
|
|
|
2009-08-07 21:33:40 +00:00
|
|
|
launcher:cellWidth="@dimen/workspace_cell_width"
|
|
|
|
launcher:cellHeight="@dimen/workspace_cell_height"
|
2011-08-27 01:12:08 +00:00
|
|
|
launcher:widthGap="@dimen/workspace_width_gap"
|
|
|
|
launcher:heightGap="@dimen/workspace_height_gap"
|
2011-06-19 19:41:22 +00:00
|
|
|
launcher:maxGap="@dimen/workspace_max_gap" />
|