diff options
author | Winson Chung <winsonc@google.com> | 2011-06-30 18:09:30 -0700 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2011-07-01 12:33:32 -0700 |
commit | 967289b6d5fec77f5c381d11ffb2319f3bb5e737 (patch) | |
tree | 4cee018390432723fb9526a8bf744a5a0a5b9b6a /res/drawable | |
parent | 3ac74c55cf8baef29db80e8c67ab4ab033b04417 (diff) | |
download | packages_apps_Trebuchet-967289b6d5fec77f5c381d11ffb2319f3bb5e737.tar.gz packages_apps_Trebuchet-967289b6d5fec77f5c381d11ffb2319f3bb5e737.tar.bz2 packages_apps_Trebuchet-967289b6d5fec77f5c381d11ffb2319f3bb5e737.zip |
Adding new assets.
Change-Id: I20c8ceae997290781923caf195f6f87e283b1b7f
Diffstat (limited to 'res/drawable')
-rw-r--r-- | res/drawable/delete_target_selector.xml (renamed from res/drawable/delete_zone_selector.xml) | 4 | ||||
-rw-r--r-- | res/drawable/info_target_selector.xml | 24 |
2 files changed, 26 insertions, 2 deletions
diff --git a/res/drawable/delete_zone_selector.xml b/res/drawable/delete_target_selector.xml index e2b37f4dc..229942e3a 100644 --- a/res/drawable/delete_zone_selector.xml +++ b/res/drawable/delete_target_selector.xml @@ -19,6 +19,6 @@ --> <transition xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:drawable="@drawable/ic_home_delete_holo_dark" /> - <item android:drawable="@drawable/ic_home_delete_hover_holo_dark" /> + <item android:drawable="@drawable/ic_launcher_trashcan_normal_holo" /> + <item android:drawable="@drawable/ic_launcher_trashcan_active_holo" /> </transition> diff --git a/res/drawable/info_target_selector.xml b/res/drawable/info_target_selector.xml new file mode 100644 index 000000000..f3a7016c3 --- /dev/null +++ b/res/drawable/info_target_selector.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 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. +*/ +--> + +<transition xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:drawable="@drawable/ic_launcher_info_normal_holo" /> + <item android:drawable="@drawable/ic_launcher_info_active_holo" /> +</transition> |