summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorMartijn Coenen <maco@google.com>2011-09-14 11:47:59 +0200
committerMartijn Coenen <maco@google.com>2011-09-15 22:31:51 +0200
commit943af0bc69048d827c3dd1b92daeaa2cf1b77145 (patch)
tree35ac298df2cac46a2833fd4c6489c88966c5c65f /res/drawable
parent85eeb1c16a43eda16b8948e3ba966871ae6b73fa (diff)
downloadpackages_apps_Settings-943af0bc69048d827c3dd1b92daeaa2cf1b77145.zip
packages_apps_Settings-943af0bc69048d827c3dd1b92daeaa2cf1b77145.tar.gz
packages_apps_Settings-943af0bc69048d827c3dd1b92daeaa2cf1b77145.tar.bz2
Remove NFC sharing from Settings.
Bug: 5297151 Change-Id: I64304230296912519aa057a89f139a2242b557e3
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/ndef_push_anim.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/res/drawable/ndef_push_anim.xml b/res/drawable/ndef_push_anim.xml
deleted file mode 100644
index 6aa7d4f..0000000
--- a/res/drawable/ndef_push_anim.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?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.
-*/
--->
-<animation-list
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:oneshot="false">
- <item android:drawable="@drawable/tap1" android:duration="200" />
- <item android:drawable="@drawable/tap2" android:duration="200" />
- <item android:drawable="@drawable/tap3" android:duration="200" />
- <item android:drawable="@drawable/tap4" android:duration="200" />
- <item android:drawable="@drawable/tap5" android:duration="200" />
- <item android:drawable="@drawable/tap6" android:duration="600" />
-</animation-list>