summaryrefslogtreecommitdiffstats
path: root/res/drawable-hdpi
diff options
context:
space:
mode:
authorNick Pelly <npelly@google.com>2011-08-12 17:55:53 -0700
committerNick Pelly <npelly@google.com>2011-08-12 18:14:13 -0700
commit8a558ba19be56e71e6c2015dea862d150e6d07cb (patch)
tree83e87d4bba1f6d5f282a54187a69abe9e91eae25 /res/drawable-hdpi
parent024ce7511607e332742ce7bc8eec65c5bcb674da (diff)
downloadpackages_apps_nfc-8a558ba19be56e71e6c2015dea862d150e6d07cb.zip
packages_apps_nfc-8a558ba19be56e71e6c2015dea862d150e6d07cb.tar.gz
packages_apps_nfc-8a558ba19be56e71e6c2015dea862d150e6d07cb.tar.bz2
Implement Tap-to-Share and Tilt-to-Share (DropShare).
o Text says "Tap to Share", but tilting (the phone on top sends) also works. o Move text to top. Remove arrows. o First Accelerometer value takes ~700ms :( o Only call onP2pSendComplete on success. If the send failed, we retry quietly. This improves perceived reliability. o Reduce debounce from 1000ms to 750ms. TODO o Never do orientation change while in the animation activity o Get rid of black transition when entering/leaivng activity o Figure out why it takes 700ms to get first accelerometer value o Improve launch time of animation activity (sometimes it takes 3+ seconds) o Consider going back to a window overlay? o Make it snappy snappy snappy Change-Id: Idbc8e4bb744051b7b69d234a51a3ce69e23b699f
Diffstat (limited to 'res/drawable-hdpi')
-rw-r--r--res/drawable-hdpi/ic_rotate_arrow.pngbin5494 -> 0 bytes
-rw-r--r--res/drawable-hdpi/ic_rotate_arrow_top.pngbin7230 -> 0 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/res/drawable-hdpi/ic_rotate_arrow.png b/res/drawable-hdpi/ic_rotate_arrow.png
deleted file mode 100644
index 0907772..0000000
--- a/res/drawable-hdpi/ic_rotate_arrow.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-hdpi/ic_rotate_arrow_top.png b/res/drawable-hdpi/ic_rotate_arrow_top.png
deleted file mode 100644
index 966d409..0000000
--- a/res/drawable-hdpi/ic_rotate_arrow_top.png
+++ /dev/null
Binary files differ