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
|
|
|
|
|
|
|
|
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.
|
|
|
|
-->
|
|
|
|
|
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"
|
2009-03-04 03:32:27 +00:00
|
|
|
|
2010-01-08 23:07:00 +00:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
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-05-26 00:41:01 +00:00
|
|
|
launcher:xAxisStartPadding="@dimen/qsb_bar_height"
|
2011-05-23 18:34:11 +00:00
|
|
|
launcher:xAxisEndPadding="0dip"
|
2010-07-27 05:02:18 +00:00
|
|
|
launcher:yAxisStartPadding="0dip"
|
|
|
|
launcher:yAxisEndPadding="0dip"/>
|