From b2112cff553c3b6658440bf06060c7a08f82df5c Mon Sep 17 00:00:00 2001 From: Nick Pelly <npelly@google.com> Date: Thu, 18 Aug 2011 18:41:11 -0700 Subject: 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 --- res/drawable-hdpi/howto_sharetap.png | Bin 7792 -> 0 bytes res/drawable-hdpi/tap1.png | Bin 23793 -> 0 bytes res/drawable-hdpi/tap2.png | Bin 24183 -> 0 bytes res/drawable-hdpi/tap3.png | Bin 23148 -> 0 bytes res/drawable-hdpi/tap4.png | Bin 18867 -> 0 bytes res/drawable-hdpi/tap5.png | Bin 16269 -> 0 bytes res/drawable-hdpi/tap6.png | Bin 15119 -> 0 bytes res/drawable/sharetap_anim.xml | 28 ---------------------------- 8 files changed, 28 deletions(-) delete mode 100644 res/drawable-hdpi/howto_sharetap.png delete mode 100644 res/drawable-hdpi/tap1.png delete mode 100644 res/drawable-hdpi/tap2.png delete mode 100644 res/drawable-hdpi/tap3.png delete mode 100644 res/drawable-hdpi/tap4.png delete mode 100644 res/drawable-hdpi/tap5.png delete mode 100644 res/drawable-hdpi/tap6.png delete mode 100644 res/drawable/sharetap_anim.xml (limited to 'res') diff --git a/res/drawable-hdpi/howto_sharetap.png b/res/drawable-hdpi/howto_sharetap.png deleted file mode 100644 index b78329d..0000000 Binary files a/res/drawable-hdpi/howto_sharetap.png and /dev/null differ diff --git a/res/drawable-hdpi/tap1.png b/res/drawable-hdpi/tap1.png deleted file mode 100644 index 2395c0f..0000000 Binary files a/res/drawable-hdpi/tap1.png and /dev/null differ diff --git a/res/drawable-hdpi/tap2.png b/res/drawable-hdpi/tap2.png deleted file mode 100644 index afaa243..0000000 Binary files a/res/drawable-hdpi/tap2.png and /dev/null differ diff --git a/res/drawable-hdpi/tap3.png b/res/drawable-hdpi/tap3.png deleted file mode 100644 index a6b530e..0000000 Binary files a/res/drawable-hdpi/tap3.png and /dev/null differ diff --git a/res/drawable-hdpi/tap4.png b/res/drawable-hdpi/tap4.png deleted file mode 100644 index b07d8a6..0000000 Binary files a/res/drawable-hdpi/tap4.png and /dev/null differ diff --git a/res/drawable-hdpi/tap5.png b/res/drawable-hdpi/tap5.png deleted file mode 100644 index f1c8825..0000000 Binary files a/res/drawable-hdpi/tap5.png and /dev/null differ diff --git a/res/drawable-hdpi/tap6.png b/res/drawable-hdpi/tap6.png deleted file mode 100644 index cc22a0b..0000000 Binary files a/res/drawable-hdpi/tap6.png and /dev/null 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> -- cgit v1.1