diff options
author | nebkat <nebkat@teamhacksung.org> | 2012-12-30 12:41:44 +0000 |
---|---|---|
committer | nebkat <nebkat@teamhacksung.org> | 2012-12-30 12:41:44 +0000 |
commit | d94ab9e2646b0367c24657db1c40c5d12440f90b (patch) | |
tree | c2c8acf7017f980637fb55660250e5adbe751be6 /res/layout | |
parent | bccc420e936787a4ceabf6d7863559d142620328 (diff) | |
download | packages_apps_trebuchet-d94ab9e2646b0367c24657db1c40c5d12440f90b.zip packages_apps_trebuchet-d94ab9e2646b0367c24657db1c40c5d12440f90b.tar.gz packages_apps_trebuchet-d94ab9e2646b0367c24657db1c40c5d12440f90b.tar.bz2 |
Hotseat: Use single layout
Change-Id: Ia91b4b031c4e2f37babef06f74ab57a898e4b832
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/hotseat.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/res/layout/hotseat.xml b/res/layout/hotseat.xml new file mode 100644 index 0000000..dfe0c50 --- /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" /> |