diff options
author | nebkat <nebkat@teamhacksung.org> | 2012-12-23 11:57:11 +0000 |
---|---|---|
committer | nebkat <nebkat@teamhacksung.org> | 2012-12-23 12:16:02 +0000 |
commit | 10a908a32cab20d5fc0ee944a3b34b98a9648f68 (patch) | |
tree | e0780a7b9dc7ed2dc36719ff538955fb1c0c4b48 /res/drawable | |
parent | a8d6d217e05240f4108227c0f19f3a9bfd1fc73a (diff) | |
download | packages_apps_trebuchet-10a908a32cab20d5fc0ee944a3b34b98a9648f68.zip packages_apps_trebuchet-10a908a32cab20d5fc0ee944a3b34b98a9648f68.tar.gz packages_apps_trebuchet-10a908a32cab20d5fc0ee944a3b34b98a9648f68.tar.bz2 |
Workspace: Shortcut renaming
Change-Id: I67e7441b3d6ba4eba70936c2fbdc9d854b706948
Diffstat (limited to 'res/drawable')
-rw-r--r-- | res/drawable/edit_target_selector.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/res/drawable/edit_target_selector.xml b/res/drawable/edit_target_selector.xml new file mode 100644 index 0000000..3a70300 --- /dev/null +++ b/res/drawable/edit_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_edit_normal_holo" /> + <item android:drawable="@drawable/ic_launcher_edit_active_holo" /> +</transition>
\ No newline at end of file |