diff options
author | Winson Chung <winsonc@google.com> | 2011-07-22 11:16:13 -0700 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2011-07-25 12:06:43 -0700 |
commit | f5f8cefb215fad98ae6d4487852e8b948aba3619 (patch) | |
tree | fb3221add7c88e1480e2f9aae0177c2d9137c151 /res/drawable/hotseat_phone.xml | |
parent | f4bb1cdecd3cf866a1d87b7b8560234fa7dd4cc5 (diff) | |
download | packages_apps_trebuchet-f5f8cefb215fad98ae6d4487852e8b948aba3619.zip packages_apps_trebuchet-f5f8cefb215fad98ae6d4487852e8b948aba3619.tar.gz packages_apps_trebuchet-f5f8cefb215fad98ae6d4487852e8b948aba3619.tar.bz2 |
Launcher cleanup and fixes.
- Removing unused hotseat assets
- Adding xhdpi assets from designer repo
- Decoupling dock divider and scroll bar to fix landscape divider issue
- Fixing issue where dock portals were being clipped
Change-Id: If3894a9a265e0272111e852857f9cfbf994ec050
Diffstat (limited to 'res/drawable/hotseat_phone.xml')
-rw-r--r-- | res/drawable/hotseat_phone.xml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/res/drawable/hotseat_phone.xml b/res/drawable/hotseat_phone.xml deleted file mode 100644 index 318a81e..0000000 --- a/res/drawable/hotseat_phone.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?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. ---> - -<selector xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:state_pressed="true" android:drawable="@drawable/hotseat_phone_pressed" /> - <item android:state_focused="true" android:state_window_focused="true" android:drawable="@drawable/hotseat_phone_focused" /> - <item android:state_focused="true" android:state_window_focused="false" android:drawable="@drawable/hotseat_phone_normal" /> - <item android:drawable="@drawable/hotseat_phone_normal" /> -</selector> - |