diff options
author | Kent <itaqmail@gmail.com> | 2015-03-20 06:31:18 +0800 |
---|---|---|
committer | Kent <itaqmail@gmail.com> | 2015-03-20 06:31:18 +0800 |
commit | 8d6d4328f23b527be9ea794433b3f160cd58e5a5 (patch) | |
tree | 8a70b181eb6d23d878c53b957adf7ec983842518 /OpenKeychain/src/main/res/drawable-hdpi | |
parent | cfef53be01f72da477d0cb66e40865d7dcd9b125 (diff) | |
download | open-keychain-8d6d4328f23b527be9ea794433b3f160cd58e5a5.tar.gz open-keychain-8d6d4328f23b527be9ea794433b3f160cd58e5a5.tar.bz2 open-keychain-8d6d4328f23b527be9ea794433b3f160cd58e5a5.zip |
Implemented #1162: Invoke NFC in Advanced View
- Extracted NFC code from ViewKeyActivity to NfcHelper to share code between classes
- Changed the private anonymous Handler for NFC into a static private subclass, that uses WeakReference to avoid memory leaks
- Added resources needed (retrieved from Graphics) for the NFC button inside ViewKeyAdvShareFragment.
- Fixed the ripple boundary of the Share With... button to prevent it from bleeding to other buttons on the right (UX improvement)
Diffstat (limited to 'OpenKeychain/src/main/res/drawable-hdpi')
-rw-r--r-- | OpenKeychain/src/main/res/drawable-hdpi/ic_nfc_grey_24dp.png | bin | 0 -> 1059 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/drawable-hdpi/ic_nfc_grey_24dp.png b/OpenKeychain/src/main/res/drawable-hdpi/ic_nfc_grey_24dp.png Binary files differnew file mode 100644 index 000000000..fedf39013 --- /dev/null +++ b/OpenKeychain/src/main/res/drawable-hdpi/ic_nfc_grey_24dp.png |