summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authornebkat <nebkat@teamhacksung.org>2012-12-30 12:41:44 +0000
committernebkat <nebkat@teamhacksung.org>2012-12-30 12:41:44 +0000
commitd94ab9e2646b0367c24657db1c40c5d12440f90b (patch)
treec2c8acf7017f980637fb55660250e5adbe751be6 /res/layout
parentbccc420e936787a4ceabf6d7863559d142620328 (diff)
downloadandroid_packages_apps_Trebuchet-d94ab9e2646b0367c24657db1c40c5d12440f90b.tar.gz
android_packages_apps_Trebuchet-d94ab9e2646b0367c24657db1c40c5d12440f90b.tar.bz2
android_packages_apps_Trebuchet-d94ab9e2646b0367c24657db1c40c5d12440f90b.zip
Hotseat: Use single layout
Change-Id: Ia91b4b031c4e2f37babef06f74ab57a898e4b832
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/hotseat.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/res/layout/hotseat.xml b/res/layout/hotseat.xml
new file mode 100644
index 000000000..dfe0c50a5
--- /dev/null
+++ b/res/layout/hotseat.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2011 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.
+-->
+<com.cyanogenmod.trebuchet.Hotseat
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:launcher="http://schemas.android.com/apk/res/com.cyanogenmod.trebuchet"
+ launcher:cellCount="@integer/hotseat_cell_count" />