summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorNick Pelly <npelly@google.com>2011-08-18 18:41:11 -0700
committerNick Pelly <npelly@google.com>2011-08-18 18:44:05 -0700
commitb2112cff553c3b6658440bf06060c7a08f82df5c (patch)
tree88f13ee485ca16c9ae92787b9f82763da52a0f40 /res
parent8baa0db2201efa2d2d708eb82bf66acbf6974123 (diff)
downloadpackages_apps_nfc-b2112cff553c3b6658440bf06060c7a08f82df5c.zip
packages_apps_nfc-b2112cff553c3b6658440bf06060c7a08f82df5c.tar.gz
packages_apps_nfc-b2112cff553c3b6658440bf06060c7a08f82df5c.tar.bz2
First cut at reverting to tap-to-share.
A lot more polish to go, but this gest the basic tap-to-share behavior working again. Change-Id: Ic1f1df4200c9a1424018df7602fe5cb278cdc1e6
Diffstat (limited to 'res')
-rw-r--r--res/drawable-hdpi/howto_sharetap.pngbin7792 -> 0 bytes
-rw-r--r--res/drawable-hdpi/tap1.pngbin23793 -> 0 bytes
-rw-r--r--res/drawable-hdpi/tap2.pngbin24183 -> 0 bytes
-rw-r--r--res/drawable-hdpi/tap3.pngbin23148 -> 0 bytes
-rw-r--r--res/drawable-hdpi/tap4.pngbin18867 -> 0 bytes
-rw-r--r--res/drawable-hdpi/tap5.pngbin16269 -> 0 bytes
-rw-r--r--res/drawable-hdpi/tap6.pngbin15119 -> 0 bytes
-rw-r--r--res/drawable/sharetap_anim.xml28
8 files changed, 0 insertions, 28 deletions
diff --git a/res/drawable-hdpi/howto_sharetap.png b/res/drawable-hdpi/howto_sharetap.png
deleted file mode 100644
index b78329d..0000000
--- a/res/drawable-hdpi/howto_sharetap.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-hdpi/tap1.png b/res/drawable-hdpi/tap1.png
deleted file mode 100644
index 2395c0f..0000000
--- a/res/drawable-hdpi/tap1.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-hdpi/tap2.png b/res/drawable-hdpi/tap2.png
deleted file mode 100644
index afaa243..0000000
--- a/res/drawable-hdpi/tap2.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-hdpi/tap3.png b/res/drawable-hdpi/tap3.png
deleted file mode 100644
index a6b530e..0000000
--- a/res/drawable-hdpi/tap3.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-hdpi/tap4.png b/res/drawable-hdpi/tap4.png
deleted file mode 100644
index b07d8a6..0000000
--- a/res/drawable-hdpi/tap4.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-hdpi/tap5.png b/res/drawable-hdpi/tap5.png
deleted file mode 100644
index f1c8825..0000000
--- a/res/drawable-hdpi/tap5.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-hdpi/tap6.png b/res/drawable-hdpi/tap6.png
deleted file mode 100644
index cc22a0b..0000000
--- a/res/drawable-hdpi/tap6.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/sharetap_anim.xml b/res/drawable/sharetap_anim.xml
deleted file mode 100644
index 6aa7d4f..0000000
--- a/res/drawable/sharetap_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>