在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → android 自定义POP window弹出窗口,用于信息提示

android 自定义POP window弹出窗口,用于信息提示

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:17.29M
  • 下载次数:1
  • 浏览次数:57
  • 发布时间:2021-11-15
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
Google Code 有个开源项目,提供了用于在安卓界面推送消息的API。
【实例截图】
【核心代码】
4744302542903407495.zip
└── DroidNotify
├── droid-notify-read-only
│   ├── AndroidManifest.xml
│   ├── assets
│   │   ├── market_description_lite.txt
│   │   ├── market_description_pro.txt
│   │   └── market_description_translation.txt
│   ├── bin
│   │   ├── AndroidManifest.xml
│   │   ├── classes
│   │   │   ├── apps
│   │   │   │   └── droidnotify
│   │   │   │   ├── BuildConfig.class
│   │   │   │   ├── calendar
│   │   │   │   │   ├── CalendarCommon.class
│   │   │   │   │   ├── CalendarCustomizePreferenceActivity.class
│   │   │   │   │   ├── CalendarPreferenceActivity$1.class
│   │   │   │   │   ├── CalendarPreferenceActivity$2.class
│   │   │   │   │   ├── CalendarPreferenceActivity$3.class
│   │   │   │   │   ├── CalendarPreferenceActivity$calendarRefreshAsyncTask.class
│   │   │   │   │   ├── CalendarPreferenceActivity.class
│   │   │   │   │   ├── CalendarStatusBarNotificationsPreferenceActivity.class
│   │   │   │   │   ├── SelectCalendarListPreference$1.class
│   │   │   │   │   └── SelectCalendarListPreference.class
│   │   │   │   ├── common
│   │   │   │   │   ├── Common$playGenericNotificationMediaFileAsyncTask$1.class
│   │   │   │   │   ├── Common$playGenericNotificationMediaFileAsyncTask.class
│   │   │   │   │   ├── Common$playNotificationMediaFileAsyncTask$1.class
│   │   │   │   │   ├── Common$playNotificationMediaFileAsyncTask.class
│   │   │   │   │   ├── Common.class
│   │   │   │   │   ├── Constants.class
│   │   │   │   │   └── FileUtils.class
│   │   │   │   ├── contacts
│   │   │   │   │   └── ContactsCommon.class
│   │   │   │   ├── db
│   │   │   │   │   ├── DBConstants.class
│   │   │   │   │   ├── providers
│   │   │   │   │   │   └── ReminderContentProvider.class
│   │   │   │   │   └── SQLiteHelperReminder.class
│   │   │   │   ├── email
│   │   │   │   │   └── EmailCommon.class
│   │   │   │   ├── emoji
│   │   │   │   │   ├── EmojiCommon$1.class
│   │   │   │   │   └── EmojiCommon.class
│   │   │   │   ├── k9
│   │   │   │   │   ├── K9Common.class
│   │   │   │   │   ├── K9CustomizePreferenceActivity.class
│   │   │   │   │   ├── K9DownloadPreferenceActivity$1.class
│   │   │   │   │   ├── K9DownloadPreferenceActivity$2.class
│   │   │   │   │   ├── K9DownloadPreferenceActivity$3.class
│   │   │   │   │   ├── K9DownloadPreferenceActivity.class
│   │   │   │   │   ├── K9PreferenceActivity$1.class
│   │   │   │   │   ├── K9PreferenceActivity$2.class
│   │   │   │   │   ├── K9PreferenceActivity.class
│   │   │   │   │   └── K9StatusBarNotificationsPreferenceActivity.class
│   │   │   │   ├── log
│   │   │   │   │   ├── Log$1.class
│   │   │   │   │   ├── Log$2.class
│   │   │   │   │   ├── Log$ClearLogsTask.class
│   │   │   │   │   ├── Log$CollectLogTask.class
│   │   │   │   │   └── Log.class
│   │   │   │   ├── NotificationActivity$1.class
│   │   │   │   ├── NotificationActivity$2.class
│   │   │   │   ├── NotificationActivity$3.class
│   │   │   │   ├── NotificationActivity$DismissAllNotificationsTask.class
│   │   │   │   ├── NotificationActivity$getAllUnreadMMSMessagesAsyncTask.class
│   │   │   │   ├── NotificationActivity$getAllUnreadSMSMessagesAsyncTask.class
│   │   │   │   ├── NotificationActivity$SetScreenTimeoutTask.class
│   │   │   │   ├── NotificationActivity.class
│   │   │   │   ├── Notification.class
│   │   │   │   ├── NotificationView$10.class
│   │   │   │   ├── NotificationView$11.class
│   │   │   │   ├── NotificationView$12.class
│   │   │   │   ├── NotificationView$13.class
│   │   │   │   ├── NotificationView$14.class
│   │   │   │   ├── NotificationView$15.class
│   │   │   │   ├── NotificationView$16.class
│   │   │   │   ├── NotificationView$17.class
│   │   │   │   ├── NotificationView$18.class
│   │   │   │   ├── NotificationView$19.class
│   │   │   │   ├── NotificationView$1.class
│   │   │   │   ├── NotificationView$20.class
│   │   │   │   ├── NotificationView$21.class
│   │   │   │   ├── NotificationView$22.class
│   │   │   │   ├── NotificationView$23.class
│   │   │   │   ├── NotificationView$24.class
│   │   │   │   ├── NotificationView$25.class
│   │   │   │   ├── NotificationView$26.class
│   │   │   │   ├── NotificationView$27.class
│   │   │   │   ├── NotificationView$28.class
│   │   │   │   ├── NotificationView$29.class
│   │   │   │   ├── NotificationView$2.class
│   │   │   │   ├── NotificationView$30.class
│   │   │   │   ├── NotificationView$31.class
│   │   │   │   ├── NotificationView$32.class
│   │   │   │   ├── NotificationView$33.class
│   │   │   │   ├── NotificationView$34.class
│   │   │   │   ├── NotificationView$35.class
│   │   │   │   ├── NotificationView$36.class
│   │   │   │   ├── NotificationView$37.class
│   │   │   │   ├── NotificationView$38.class
│   │   │   │   ├── NotificationView$39.class
│   │   │   │   ├── NotificationView$3.class
│   │   │   │   ├── NotificationView$40.class
│   │   │   │   ├── NotificationView$41.class
│   │   │   │   ├── NotificationView$42.class
│   │   │   │   ├── NotificationView$43.class
│   │   │   │   ├── NotificationView$44$1.class
│   │   │   │   ├── NotificationView$44$2.class
│   │   │   │   ├── NotificationView$44.class
│   │   │   │   ├── NotificationView$45$1.class
│   │   │   │   ├── NotificationView$45$2.class
│   │   │   │   ├── NotificationView$45.class
│   │   │   │   ├── NotificationView$46$1.class
│   │   │   │   ├── NotificationView$46$2.class
│   │   │   │   ├── NotificationView$46.class
│   │   │   │   ├── NotificationView$47$1.class
│   │   │   │   ├── NotificationView$47$2.class
│   │   │   │   ├── NotificationView$47.class
│   │   │   │   ├── NotificationView$48$1.class
│   │   │   │   ├── NotificationView$48$2.class
│   │   │   │   ├── NotificationView$48.class
│   │   │   │   ├── NotificationView$49$1.class
│   │   │   │   ├── NotificationView$49$2.class
│   │   │   │   ├── NotificationView$49.class
│   │   │   │   ├── NotificationView$4.class
│   │   │   │   ├── NotificationView$50.class
│   │   │   │   ├── NotificationView$51.class
│   │   │   │   ├── NotificationView$52.class
│   │   │   │   ├── NotificationView$53.class
│   │   │   │   ├── NotificationView$54.class
│   │   │   │   ├── NotificationView$55.class
│   │   │   │   ├── NotificationView$56.class
│   │   │   │   ├── NotificationView$57.class
│   │   │   │   ├── NotificationView$58.class
│   │   │   │   ├── NotificationView$59.class
│   │   │   │   ├── NotificationView$5.class
│   │   │   │   ├── NotificationView$60.class
│   │   │   │   ├── NotificationView$61.class
│   │   │   │   ├── NotificationView$6.class
│   │   │   │   ├── NotificationView$7.class
│   │   │   │   ├── NotificationView$8.class
│   │   │   │   ├── NotificationView$9.class
│   │   │   │   ├── NotificationView$setNotificationContactImageAsyncTask.class
│   │   │   │   ├── NotificationView.class
│   │   │   │   ├── NotificationViewFlipper.class
│   │   │   │   ├── phone
│   │   │   │   │   ├── MoreMissedCallOptionsActivity$1.class
│   │   │   │   │   ├── MoreMissedCallOptionsActivity$2.class
│   │   │   │   │   ├── MoreMissedCallOptionsActivity.class
│   │   │   │   │   ├── PhoneCommon.class
│   │   │   │   │   ├── PhoneCustomizePreferenceActivity.class
│   │   │   │   │   ├── PhonePreferenceActivity$1.class
│   │   │   │   │   ├── PhonePreferenceActivity$2.class
│   │   │   │   │   ├── PhonePreferenceActivity$3.class
│   │   │   │   │   ├── PhonePreferenceActivity.class
│   │   │   │   │   └── PhoneStatusBarNotificationsPreferenceActivity.class
│   │   │   │   ├── preferences
│   │   │   │   │   ├── AboutPreferenceActivity$1.class
│   │   │   │   │   ├── AboutPreferenceActivity.class
│   │   │   │   │   ├── AddOnsActivity$1.class
│   │   │   │   │   ├── AddOnsActivity$2.class
│   │   │   │   │   ├── AddOnsActivity.class
│   │   │   │   │   ├── AdvancedPreferenceActivity$1$1.class
│   │   │   │   │   ├── AdvancedPreferenceActivity$1$2.class
│   │   │   │   │   ├── AdvancedPreferenceActivity$1.class
│   │   │   │   │   ├── AdvancedPreferenceActivity$2.class
│   │   │   │   │   ├── AdvancedPreferenceActivity$3$1.class
│   │   │   │   │   ├── AdvancedPreferenceActivity$3$2.class
│   │   │   │   │   ├── AdvancedPreferenceActivity$3.class
│   │   │   │   │   ├── AdvancedPreferenceActivity$4.class
│   │   │   │   │   ├── AdvancedPreferenceActivity$exportPreferencesAsyncTask.class
│   │   │   │   │   ├── AdvancedPreferenceActivity$importPreferencesAsyncTask.class
│   │   │   │   │   ├── AdvancedPreferenceActivity$resetAppPreferencesAsyncTask.class
│   │   │   │   │   ├── AdvancedPreferenceActivity.class
│   │   │   │   │   ├── BasicPreferenceActivity$1.class
│   │   │   │   │   ├── BasicPreferenceActivity$2.class
│   │   │   │   │   ├── BasicPreferenceActivity$3.class
│   │   │   │   │   ├── BasicPreferenceActivity$4.class
│   │   │   │   │   ├── BasicPreferenceActivity$5.class
│   │   │   │   │   ├── BasicPreferenceActivity$6.class
│   │   │   │   │   ├── BasicPreferenceActivity$7.class
│   │   │   │   │   ├── BasicPreferenceActivity.class
│   │   │   │   │   ├── custom
│   │   │   │   │   │   ├── ImageArrayAdapter$ViewHolder.class
│   │   │   │   │   │   ├── ImageArrayAdapter.class
│   │   │   │   │   │   └── ImageListPreference.class
│   │   │   │   │   ├── CustomizePreferenceActivity$1.class
│   │   │   │   │   ├── CustomizePreferenceActivity$2.class
│   │   │   │   │   ├── CustomizePreferenceActivity.class
│   │   │   │   │   ├── DebugPreferenceActivity$1.class
│   │   │   │   │   ├── DebugPreferenceActivity$2.class
│   │   │   │   │   ├── DebugPreferenceActivity.class
│   │   │   │   │   ├── LocalePreferenceActivity.class
│   │   │   │   │   ├── notifications
│   │   │   │   │   │   ├── LEDColorListPreference$1.class
│   │   │   │   │   │   ├── LEDColorListPreference.class
│   │   │   │   │   │   ├── LEDPatternListPreference$1.class
│   │   │   │   │   │   ├── LEDPatternListPreference.class
│   │   │   │   │   │   ├── VibratePatternListPreference$1.class
│   │   │   │   │   │   └── VibratePatternListPreference.class
│   │   │   │   │   ├── NotificationsPreferenceActivity$1.class
│   │   │   │   │   ├── NotificationsPreferenceActivity$2.class
│   │   │   │   │   ├── NotificationsPreferenceActivity$3.class
│   │   │   │   │   ├── NotificationsPreferenceActivity$4.class
│   │   │   │   │   ├── NotificationsPreferenceActivity$5.class
│   │   │   │   │   ├── NotificationsPreferenceActivity$6.class
│   │   │   │   │   ├── NotificationsPreferenceActivity$7.class
│   │   │   │   │   ├── NotificationsPreferenceActivity$8.class
│   │   │   │   │   ├── NotificationsPreferenceActivity.class
│   │   │   │   │   ├── PreferencesActivity$10.class
│   │   │   │   │   ├── PreferencesActivity$11.class
│   │   │   │   │   ├── PreferencesActivity$12.class
│   │   │   │   │   ├── PreferencesActivity$13.class
│   │   │   │   │   ├── PreferencesActivity$1.class
│   │   │   │   │   ├── PreferencesActivity$2.class
│   │   │   │   │   ├── PreferencesActivity$3.class
│   │   │   │   │   ├── PreferencesActivity$4.class
│   │   │   │   │   ├── PreferencesActivity$5.class
│   │   │   │   │   ├── PreferencesActivity$6.class
│   │   │   │   │   ├── PreferencesActivity$7.class
│   │   │   │   │   ├── PreferencesActivity$8.class
│   │   │   │   │   ├── PreferencesActivity$9.class
│   │   │   │   │   ├── PreferencesActivity.class
│   │   │   │   │   ├── PrivacyPreferenceActivity.class
│   │   │   │   │   ├── QuietTimePreferenceActivity$1.class
│   │   │   │   │   ├── QuietTimePreferenceActivity$2.class
│   │   │   │   │   ├── QuietTimePreferenceActivity.class
│   │   │   │   │   ├── RemindersPreferenceActivity.class
│   │   │   │   │   ├── ReschedulePreferenceActivity.class
│   │   │   │   │   ├── ScreenPreferenceActivity.class
│   │   │   │   │   ├── theme
│   │   │   │   │   │   ├── ThemePreferenceActivity$1.class
│   │   │   │   │   │   ├── ThemePreferenceActivity$2.class
│   │   │   │   │   │   ├── ThemePreferenceActivity$LoadThemesAsyncTask.class
│   │   │   │   │   │   ├── ThemePreferenceActivity.class
│   │   │   │   │   │   ├── ThemeView$1.class
│   │   │   │   │   │   ├── ThemeView$2.class
│   │   │   │   │   │   ├── ThemeView.class
│   │   │   │   │   │   └── ThemeViewFlipper.class
│   │   │   │   │   ├── UpgradePreferenceActivity$1.class
│   │   │   │   │   ├── UpgradePreferenceActivity$2.class
│   │   │   │   │   └── UpgradePreferenceActivity.class
│   │   │   │   ├── quickreply
│   │   │   │   │   └── QuickReplyPreferenceActivity.class
│   │   │   │   ├── R$anim.class
│   │   │   │   ├── R$array.class
│   │   │   │   ├── R$attr.class
│   │   │   │   ├── R$color.class
│   │   │   │   ├── R$dimen.class
│   │   │   │   ├── R$drawable.class
│   │   │   │   ├── R$id.class
│   │   │   │   ├── R$layout.class
│   │   │   │   ├── R$menu.class
│   │   │   │   ├── R$string.class
│   │   │   │   ├── R$styleable.class
│   │   │   │   ├── R$style.class
│   │   │   │   ├── R$xml.class
│   │   │   │   ├── R.class
│   │   │   │   ├── receivers
│   │   │   │   │   ├── CalendarAlarmReceiver.class
│   │   │   │   │   ├── CalendarNotificationAlarmReceiver.class
│   │   │   │   │   ├── GenericNotificationReceiver.class
│   │   │   │   │   ├── K9AlarmReceiver.class
│   │   │   │   │   ├── K9Receiver.class
│   │   │   │   │   ├── MMSAlarmReceiver.class
│   │   │   │   │   ├── MMSReceiver.class
│   │   │   │   │   ├── OnBootReceiver.class
│   │   │   │   │   ├── OnUpdateReceiver.class
│   │   │   │   │   ├── PhoneAlarmReceiver.class
│   │   │   │   │   ├── PhoneReceiver.class
│   │   │   │   │   ├── ReminderDBManagementReceiver.class
│   │   │   │   │   ├── RescheduleReceiver.class
│   │   │   │   │   ├── ScreenManagementAlarmReceiver.class
│   │   │   │   │   └── SMSReceiver.class
│   │   │   │   ├── reminder
│   │   │   │   │   └── ReminderCommon.class
│   │   │   │   ├── services
│   │   │   │   │   ├── CalendarAlarmReceiverService.class
│   │   │   │   │   ├── CalendarNotificationAlarmBroadcastReceiverService.class
│   │   │   │   │   ├── CalendarService.class
│   │   │   │   │   ├── GenericNotificationService.class
│   │   │   │   │   ├── K9AlarmBroadcastReceiverService.class
│   │   │   │   │   ├── K9BroadcastReceiverService.class
│   │   │   │   │   ├── K9Service.class
│   │   │   │   │   ├── MMSAlarmBroadcastReceiverService.class
│   │   │   │   │   ├── MMSBroadcastReceiverService.class
│   │   │   │   │   ├── MMSService.class
│   │   │   │   │   ├── OnBootService.class
│   │   │   │   │   ├── OnFirstRunService.class
│   │   │   │   │   ├── OnUpdateService.class
│   │   │   │   │   ├── PhoneAlarmBroadcastReceiverService.class
│   │   │   │   │   ├── PhoneBroadcastReceiverService.class
│   │   │   │   │   ├── PhoneService.class
│   │   │   │   │   ├── ReminderDBManagementService.class
│   │   │   │   │   ├── RescheduleService.class
│   │   │   │   │   ├── ScreenManagementAlarmBroadcastReceiverService.class
│   │   │   │   │   ├── SMSReceiverService.class
│   │   │   │   │   ├── SMSService.class
│   │   │   │   │   └── WakefulIntentService.class
│   │   │   │   └── sms
│   │   │   │   ├── SMSCommon$1.class
│   │   │   │   ├── SMSCommon$2.class
│   │   │   │   ├── SMSCommon.class
│   │   │   │   ├── SMSCustomizePreferenceActivity.class
│   │   │   │   ├── SMSPreferenceActivity$1.class
│   │   │   │   ├── SMSPreferenceActivity$2.class
│   │   │   │   ├── SMSPreferenceActivity.class
│   │   │   │   └── SMSStatusBarNotificationsPreferenceActivity.class
│   │   │   ├── com
│   │   │   │   ├── facebook
│   │   │   │   │   └── android
│   │   │   │   │   ├── R$attr.class
│   │   │   │   │   ├── R$color.class
│   │   │   │   │   ├── R$dimen.class
│   │   │   │   │   ├── R$drawable.class
│   │   │   │   │   ├── R$id.class
│   │   │   │   │   ├── R$layout.class
│   │   │   │   │   ├── R$string.class
│   │   │   │   │   ├── R$styleable.class
│   │   │   │   │   ├── R$style.class
│   │   │   │   │   └── R.class
│   │   │   │   └── larswerkman
│   │   │   │   └── holocolorpicker
│   │   │   │   ├── R$attr.class
│   │   │   │   ├── R$dimen.class
│   │   │   │   ├── R$styleable.class
│   │   │   │   └── R.class
│   │   │   └── yuku
│   │   │   └── ambilwarna
│   │   │   ├── R$dimen.class
│   │   │   ├── R$drawable.class
│   │   │   ├── R$id.class
│   │   │   ├── R$layout.class
│   │   │   └── R.class
│   │   ├── classes.dex
│   │   ├── dexedLibs
│   │   │   ├── ambilwarna-d7af39450393552c8223f8694ec3620a.jar
│   │   │   ├── android-support-v4-6a0294581f602e30bcba1bdc90c0d5e5.jar
│   │   │   ├── bolts-android-1.1.2-aceaf99eb1147091c8e46dbb9adccffb.jar
│   │   │   ├── facebooksdk-7e06d3beda10d3690fbee88df986f7d6.jar
│   │   │   └── holocolorpicker-master-2c2442b5c22dcc218bcf5cc72a11541e.jar
│   │   ├── Droid Notify.apk
│   │   ├── jarlist.cache
│   │   ├── res
│   │   │   └── crunch
│   │   │   ├── drawable
│   │   │   │   ├── contact_photo_background_blue_steel.png
│   │   │   │   ├── contact_photo_background_froyo.png
│   │   │   │   ├── contact_photo_background_gingerbread.png
│   │   │   │   ├── contact_photo_background_htc_green_list.png
│   │   │   │   ├── contact_photo_background_ics_blue_list.png
│   │   │   │   ├── contact_photo_background_white.png
│   │   │   │   ├── list_selector_background_disabled.9.png
│   │   │   │   ├── list_selector_background_focus.9.png
│   │   │   │   ├── list_selector_background_longpress.9.png
│   │   │   │   └── list_selector_background_pressed.9.png
│   │   │   ├── drawable-hdpi
│   │   │   │   ├── background_panel.9.png
│   │   │   │   ├── button_disabled.9.png
│   │   │   │   ├── button_navigate_next_normal.png
│   │   │   │   ├── button_navigate_next_pressed.png
│   │   │   │   ├── button_navigate_prev_normal.png
│   │   │   │   ├── button_navigate_prev_pressed.png
│   │   │   │   ├── button_normal.9.png
│   │   │   │   ├── button_pressed.9.png
│   │   │   │   ├── ic_calendar.png
│   │   │   │   ├── ic_calendar_snooze.png
│   │   │   │   ├── ic_call.png
│   │   │   │   ├── ic_contact_picture_10.png
│   │   │   │   ├── ic_contact_picture_11.png
│   │   │   │   ├── ic_contact_picture_12.png
│   │   │   │   ├── ic_contact_picture_1.png
│   │   │   │   ├── ic_contact_picture_2.png
│   │   │   │   ├── ic_contact_picture_3.png
│   │   │   │   ├── ic_contact_picture_4.png
│   │   │   │   ├── ic_contact_picture_5.png
│   │   │   │   ├── ic_contact_picture_6.png
│   │   │   │   ├── ic_contact_picture_7.png
│   │   │   │   ├── ic_contact_picture_8.png
│   │   │   │   ├── ic_contact_picture_9.png
│   │   │   │   ├── ic_conversation.png
│   │   │   │   ├── ic_delete.png
│   │   │   │   ├── ic_dismiss.png
│   │   │   │   ├── ic_envelope.png
│   │   │   │   ├── ic_launcher.png
│   │   │   │   ├── ic_menu_dismiss_all.png
│   │   │   │   ├── ic_menu_settings.png
│   │   │   │   ├── ic_menu_share.png
│   │   │   │   ├── ic_reply.png
│   │   │   │   ├── ic_reschedule.png
│   │   │   │   ├── ic_send_disabled.png
│   │   │   │   ├── ic_send.png
│   │   │   │   ├── ic_stt.png
│   │   │   │   ├── ic_tts.png
│   │   │   │   ├── missed_call_messenger_launcher.png
│   │   │   │   ├── notification_type_calendar.png
│   │   │   │   ├── notification_type_email.png
│   │   │   │   ├── notification_type_missed_call.png
│   │   │   │   ├── notification_type_sms.png
│   │   │   │   ├── notify_plus.png
│   │   │   │   ├── preference_ic_about.png
│   │   │   │   ├── preference_ic_advanced.png
│   │   │   │   ├── preference_ic_basic.png
│   │   │   │   ├── preference_ic_calendar.png
│   │   │   │   ├── preference_ic_customize.png
│   │   │   │   ├── preference_ic_email_developer.png
│   │   │   │   ├── preference_ic_facebook.png
│   │   │   │   ├── preference_ic_globe.png
│   │   │   │   ├── preference_ic_k9.png
│   │   │   │   ├── preference_ic_linkedin.png
│   │   │   │   ├── preference_ic_missed_call.png
│   │   │   │   ├── preference_ic_more.png
│   │   │   │   ├── preference_ic_notifications.png
│   │   │   │   ├── preference_ic_privacy.png
│   │   │   │   ├── preference_ic_rate_app.png
│   │   │   │   ├── preference_ic_screen.png
│   │   │   │   ├── preference_ic_sms.png
│   │   │   │   ├── preference_ic_twitter.png
│   │   │   │   ├── preference_ic_upgrade.png
│   │   │   │   ├── quickcontact_badge_blue_steel.9.png
│   │   │   │   ├── quickcontact_badge_froyo.9.png
│   │   │   │   ├── quickcontact_badge_gingerbread.9.png
│   │   │   │   ├── quickcontact_badge_white.9.png
│   │   │   │   ├── spinner_focused.9.png
│   │   │   │   ├── spinner_normal.9.png
│   │   │   │   ├── spinner_pressed.9.png
│   │   │   │   ├── status_bar_notification_calendar_black.png
│   │   │   │   ├── status_bar_notification_calendar_blue.png
│   │   │   │   ├── status_bar_notification_calendar_glass_blue.png
│   │   │   │   ├── status_bar_notification_calendar_glass_green.png
│   │   │   │   ├── status_bar_notification_calendar_glass_grey.png
│   │   │   │   ├── status_bar_notification_calendar_glass_orange.png
│   │   │   │   ├── status_bar_notification_calendar_glass_red.png
│   │   │   │   ├── status_bar_notification_calendar_glass_yellow.png
│   │   │   │   ├── status_bar_notification_calendar_green.png
│   │   │   │   ├── status_bar_notification_calendar_grey.png
│   │   │   │   ├── status_bar_notification_calendar_orange.png
│   │   │   │   ├── status_bar_notification_calendar_red.png
│   │   │   │   ├── status_bar_notification_delivery_report_sms_failed.png
│   │   │   │   ├── status_bar_notification_delivery_report_sms_info.png
│   │   │   │   ├── status_bar_notification_email_black.png
│   │   │   │   ├── status_bar_notification_email_blue.png
│   │   │   │   ├── status_bar_notification_email_glass_black.png
│   │   │   │   ├── status_bar_notification_email_glass_blue.png
│   │   │   │   ├── status_bar_notification_email_glass_green.png
│   │   │   │   ├── status_bar_notification_email_glass_orange.png
│   │   │   │   ├── status_bar_notification_email_glass_red.png
│   │   │   │   ├── status_bar_notification_email_glass_white.png
│   │   │   │   ├── status_bar_notification_email_glass_yellow.png
│   │   │   │   ├── status_bar_notification_email_green.png
│   │   │   │   ├── status_bar_notification_email_grey.png
│   │   │   │   ├── status_bar_notification_email_ics_white.png
│   │   │   │   ├── status_bar_notification_email_orange.png
│   │   │   │   ├── status_bar_notification_email_red.png
│   │   │   │   ├── status_bar_notification_email_white.png
│   │   │   │   ├── status_bar_notification_missed_call_black.png
│   │   │   │   ├── status_bar_notification_missed_call_glass_red.png
│   │   │   │   ├── status_bar_notification_missed_call_grey.png
│   │   │   │   ├── status_bar_notification_missed_call_red.png
│   │   │   │   ├── status_bar_notification_missed_call_white.png
│   │   │   │   ├── status_bar_notification_sms_blue.png
│   │   │   │   ├── status_bar_notification_sms_blur_black.png
│   │   │   │   ├── status_bar_notification_sms_blur_blue.png
│   │   │   │   ├── status_bar_notification_sms_blur_gray.png
│   │   │   │   ├── status_bar_notification_sms_blur_green.png
│   │   │   │   ├── status_bar_notification_sms_blur_light_blue.png
│   │   │   │   ├── status_bar_notification_sms_blur_orange.png
│   │   │   │   ├── status_bar_notification_sms_blur_pink.png
│   │   │   │   ├── status_bar_notification_sms_blur_purple.png
│   │   │   │   ├── status_bar_notification_sms_blur_red.png
│   │   │   │   ├── status_bar_notification_sms_blur_white.png
│   │   │   │   ├── status_bar_notification_sms_blur_yellow.png
│   │   │   │   ├── status_bar_notification_sms_chat.png
│   │   │   │   ├── status_bar_notification_sms_green.png
│   │   │   │   ├── status_bar_notification_sms_grey.png
│   │   │   │   ├── status_bar_notification_sms_orange.png
│   │   │   │   ├── status_bar_notification_sms_pink.png
│   │   │   │   ├── status_bar_notification_sms_postcard_aqua.png
│   │   │   │   ├── status_bar_notification_sms_postcard_blue.png
│   │   │   │   ├── status_bar_notification_sms_postcard_glass_aqua.png
│   │   │   │   ├── status_bar_notification_sms_postcard_glass_blue.png
│   │   │   │   ├── status_bar_notification_sms_postcard_glass_green.png
│   │   │   │   ├── status_bar_notification_sms_postcard_glass_orange.png
│   │   │   │   ├── status_bar_notification_sms_postcard_glass_pink.png
│   │   │   │   ├── status_bar_notification_sms_postcard_glass_purple.png
│   │   │   │   ├── status_bar_notification_sms_postcard_glass_red.png
│   │   │   │   ├── status_bar_notification_sms_postcard_glass_white.png
│   │   │   │   ├── status_bar_notification_sms_postcard_glass_yellow.png
│   │   │   │   ├── status_bar_notification_sms_postcard_green.png
│   │   │   │   ├── status_bar_notification_sms_postcard_grey.png
│   │   │   │   ├── status_bar_notification_sms_postcard_orange.png
│   │   │   │   ├── status_bar_notification_sms_postcard_pink.png
│   │   │   │   ├── status_bar_notification_sms_postcard_purple.png
│   │   │   │   ├── status_bar_notification_sms_postcard_red.png
│   │   │   │   ├── status_bar_notification_sms_postcard_white.png
│   │   │   │   ├── status_bar_notification_sms_postcard_yellow.png
│   │   │   │   ├── status_bar_notification_sms_purple.png
│   │   │   │   ├── status_bar_notification_sms_red.png
│   │   │   │   ├── status_bar_notification_sms_white.png
│   │   │   │   ├── textfield_activated.9.png
│   │   │   │   ├── textfield_focused.9.png
│   │   │   │   ├── textfield_normal.9.png
│   │   │   │   ├── yo_angel.png
│   │   │   │   ├── yo_cool.png
│   │   │   │   ├── yo_crying.png
│   │   │   │   ├── yo_embarrassed.png
│   │   │   │   ├── yo_foot_in_mouth.png
│   │   │   │   ├── yo_happy.png
│   │   │   │   ├── yo_kiss.png
│   │   │   │   ├── yo_laughing.png
│   │   │   │   ├── yo_lips.png
│   │   │   │   ├── yo_money.png
│   │   │   │   ├── yo_sad.png
│   │   │   │   ├── yo_surprised.png
│   │   │   │   ├── yo_tongue.png
│   │   │   │   ├── yo_undecided.png
│   │   │   │   ├── yo_winking.png
│   │   │   │   ├── yo_wtf.png
│   │   │   │   └── yo_yelling.png
│   │   │   ├── drawable-hdpi-v11
│   │   │   │   ├── ic_menu_dismiss_all.png
│   │   │   │   ├── ic_menu_settings.png
│   │   │   │   ├── ic_menu_share.png
│   │   │   │   ├── status_bar_notification_delivery_report_sms_failed.png
│   │   │   │   └── status_bar_notification_delivery_report_sms_info.png
│   │   │   ├── drawable-ldpi
│   │   │   │   ├── background_panel.9.png
│   │   │   │   ├── button_disabled.9.png
│   │   │   │   ├── button_navigate_next_normal.png
│   │   │   │   ├── button_navigate_next_pressed.png
│   │   │   │   ├── button_navigate_prev_normal.png
│   │   │   │   ├── button_navigate_prev_pressed.png
│   │   │   │   ├── button_normal.9.png
│   │   │   │   ├── button_pressed.9.png
│   │   │   │   ├── ic_calendar.png
│   │   │   │   ├── ic_calendar_snooze.png
│   │   │   │   ├── ic_call.png
│   │   │   │   ├── ic_contact_picture_10.png
│   │   │   │   ├── ic_contact_picture_11.png
│   │   │   │   ├── ic_contact_picture_12.png
│   │   │   │   ├── ic_contact_picture_1.png
│   │   │   │   ├── ic_contact_picture_2.png
│   │   │   │   ├── ic_contact_picture_3.png
│   │   │   │   ├── ic_contact_picture_4.png
│   │   │   │   ├── ic_contact_picture_5.png
│   │   │   │   ├── ic_contact_picture_6.png
│   │   │   │   ├── ic_contact_picture_7.png
│   │   │   │   ├── ic_contact_picture_8.png
│   │   │   │   ├── ic_contact_picture_9.png
│   │   │   │   ├── ic_conversation.png
│   │   │   │   ├── ic_delete.png
│   │   │   │   ├── ic_dismiss.png
│   │   │   │   ├── ic_envelope.png
│   │   │   │   ├── ic_launcher.png
│   │   │   │   ├── ic_menu_dismiss_all.png
│   │   │   │   ├── ic_menu_settings.png
│   │   │   │   ├── ic_menu_share.png
│   │   │   │   ├── ic_reply.png
│   │   │   │   ├── ic_reschedule.png
│   │   │   │   ├── ic_send_disabled.png
│   │   │   │   ├── ic_send.png
│   │   │   │   ├── ic_stt.png
│   │   │   │   ├── ic_tts.png
│   │   │   │   ├── missed_call_messenger_launcher.png
│   │   │   │   ├── notification_type_calendar.png
│   │   │   │   ├── notification_type_email.png
│   │   │   │   ├── notification_type_missed_call.png
│   │   │   │   ├── notification_type_sms.png
│   │   │   │   ├── notify_plus.png
│   │   │   │   ├── preference_ic_about.png
│   │   │   │   ├── preference_ic_advanced.png
│   │   │   │   ├── preference_ic_basic.png
│   │   │   │   ├── preference_ic_calendar.png
│   │   │   │   ├── preference_ic_customize.png
│   │   │   │   ├── preference_ic_email_developer.png
│   │   │   │   ├── preference_ic_facebook.png
│   │   │   │   ├── preference_ic_globe.png
│   │   │   │   ├── preference_ic_k9.png
│   │   │   │   ├── preference_ic_linkedin.png
│   │   │   │   ├── preference_ic_missed_call.png
│   │   │   │   ├── preference_ic_more.png
│   │   │   │   ├── preference_ic_notifications.png
│   │   │   │   ├── preference_ic_privacy.png
│   │   │   │   ├── preference_ic_rate_app.png
│   │   │   │   ├── preference_ic_screen.png
│   │   │   │   ├── preference_ic_sms.png
│   │   │   │   ├── preference_ic_twitter.png
│   │   │   │   ├── preference_ic_upgrade.png
│   │   │   │   ├── quickcontact_badge_blue_steel.9.png
│   │   │   │   ├── quickcontact_badge_froyo.9.png
│   │   │   │   ├── quickcontact_badge_gingerbread.9.png
│   │   │   │   ├── quickcontact_badge_white.9.png
│   │   │   │   ├── spinner_focused.9.png
│   │   │   │   ├── spinner_normal.9.png
│   │   │   │   ├── spinner_pressed.9.png
│   │   │   │   ├── status_bar_notification_calendar_black.png
│   │   │   │   ├── status_bar_notification_calendar_blue.png
│   │   │   │   ├── status_bar_notification_calendar_glass_blue.png
│   │   │   │   ├── status_bar_notification_calendar_glass_green.png
│   │   │   │   ├── status_bar_notification_calendar_glass_grey.png
│   │   │   │   ├── status_bar_notification_calendar_glass_orange.png
│   │   │   │   ├── status_bar_notification_calendar_glass_red.png
│   │   │   │   ├── status_bar_notification_calendar_glass_yellow.png
│   │   │   │   ├── status_bar_notification_calendar_green.png
│   │   │   │   ├── status_bar_notification_calendar_grey.png
│   │   │   │   ├── status_bar_notification_calendar_orange.png
│   │   │   │   ├── status_bar_notification_calendar_red.png
│   │   │   │   ├── status_bar_notification_delivery_report_sms_failed.png
│   │   │   │   ├── status_bar_notification_delivery_report_sms_info.png
│   │   │   │   ├── status_bar_notification_email_black.png
│   │   │   │   ├── status_bar_notification_email_blue.png
│   │   │   │   ├── status_bar_notification_email_glass_black.png
│   │   │   │   ├── status_bar_notification_email_glass_blue.png
│   │   │   │   ├── status_bar_notification_email_glass_green.png
│   │   │   │   ├── status_bar_notification_email_glass_orange.png
│   │   │   │   ├── status_bar_notification_email_glass_red.png
│   │   │   │   ├── status_bar_notification_email_glass_white.png
│   │   │   │   ├── status_bar_notification_email_glass_yellow.png
│   │   │   │   ├── status_bar_notification_email_green.png
│   │   │   │   ├── status_bar_notification_email_grey.png
│   │   │   │   ├── status_bar_notification_email_ics_white.png
│   │   │   │   ├── status_bar_notification_email_orange.png
│   │   │   │   ├── status_bar_notification_email_red.png
│   │   │   │   ├── status_bar_notification_email_white.png
│   │   │   │   ├── status_bar_notification_missed_call_black.png
│   │   │   │   ├── status_bar_notification_missed_call_glass_red.png
│   │   │   │   ├── status_bar_notification_missed_call_grey.png
│   │   │   │   ├── status_bar_notification_missed_call_red.png
│   │   │   │   ├── status_bar_notification_missed_call_white.png
│   │   │   │   ├── status_bar_notification_sms_blue.png
│   │   │   │   ├── status_bar_notification_sms_blur_black.png
│   │   │   │   ├── status_bar_notification_sms_blur_blue.png
│   │   │   │   ├── status_bar_notification_sms_blur_gray.png
│   │   │   │   ├── status_bar_notification_sms_blur_green.png
│   │   │   │   ├── status_bar_notification_sms_blur_light_blue.png
│   │   │   │   ├── status_bar_notification_sms_blur_orange.png
│   │   │   │   ├── status_bar_notification_sms_blur_pink.png
│   │   │   │   ├── status_bar_notification_sms_blur_purple.png
│   │   │   │   ├── status_bar_notification_sms_blur_red.png
│   │   │   │   ├── status_bar_notification_sms_blur_white.png
│   │   │   │   ├── status_bar_notification_sms_blur_yellow.png
│   │   │   │   ├── status_bar_notification_sms_chat.png
│   │   │   │   ├── status_bar_notification_sms_green.png
│   │   │   │   ├── status_bar_notification_sms_grey.png
│   │   │   │   ├── status_bar_notification_sms_orange.png
│   │   │   │   ├── status_bar_notification_sms_pink.png
│   │   │   │   ├── status_bar_notification_sms_postcard_aqua.png
│   │   │   │   ├── status_bar_notification_sms_postcard_blue.png
│   │   │   │   ├── status_bar_notification_sms_postcard_glass_aqua.png
│   │   │   │   ├── status_bar_notification_sms_postcard_glass_blue.png
│   │   │   │   ├── status_bar_notification_sms_postcard_glass_green.png
│   │   │   │   ├── status_bar_notification_sms_postcard_glass_orange.png
│   │   │   │   ├── status_bar_notification_sms_postcard_glass_pink.png
│   │   │   │   ├── status_bar_notification_sms_postcard_glass_purple.png
│   │   │   │   ├── status_bar_notification_sms_postcard_glass_red.png
│   │   │   │   ├── status_bar_notification_sms_postcard_glass_white.png
│   │   │   │   ├── status_bar_notification_sms_postcard_glass_yellow.png
│   │   │   │   ├── status_bar_notification_sms_postcard_green.png
│   │   │   │   ├── status_bar_notification_sms_postcard_grey.png
│   │   │   │   ├── status_bar_notification_sms_postcard_orange.png
│   │   │   │   ├── status_bar_notification_sms_postcard_pink.png
│   │   │   │   ├── status_bar_notification_sms_postcard_purple.png
│   │   │   │   ├── status_bar_notification_sms_postcard_red.png
│   │   │   │   ├── status_bar_notification_sms_postcard_white.png
│   │   │   │   ├── status_bar_notification_sms_postcard_yellow.png
│   │   │   │   ├── status_bar_notification_sms_purple.png
│   │   │   │   ├── status_bar_notification_sms_red.png
│   │   │   │   ├── status_bar_notification_sms_white.png
│   │   │   │   ├── textfield_activated.9.png
│   │   │   │   ├── textfield_focused.9.png
│   │   │   │   ├── textfield_normal.9.png
│   │   │   │   ├── yo_angel.png
│   │   │   │   ├── yo_cool.png
│   │   │   │   ├── yo_crying.png
│   │   │   │   ├── yo_embarrassed.png
│   │   │   │   ├── yo_foot_in_mouth.png
│   │   │   │   ├── yo_happy.png
│   │   │   │   ├── yo_kiss.png
│   │   │   │   ├── yo_laughing.png
│   │   │   │   ├── yo_lips.png
│   │   │   │   ├── yo_money.png
│   │   │   │   ├── yo_sad.png
│   │   │   │   ├── yo_surprised.png
│   │   │   │   ├── yo_tongue.png
│   │   │   │   ├── yo_undecided.png
│   │   │   │   ├── yo_winking.png
│   │   │   │   ├── yo_wtf.png
│   │   │   │   └── yo_yelling.png
│   │   │   ├── drawable-mdpi
│   │   │   │   ├── background_panel.9.png
│   │   │   │   ├── button_disabled.9.png
│   │   │   │   ├── button_navigate_next_normal.png
│   │   │   │   ├── button_navigate_next_pressed.png
│   │   │   │   ├── button_navigate_prev_normal.png
│   │   │   │   ├── button_navigate_prev_pressed.png
│   │   │   │   ├── button_normal.9.png
│   │   │   │   ├── button_pressed.9.png
│   │   │   │   ├── ic_calendar.png
│   │   │   │   ├── ic_calendar_snooze.png
│   │   │   │   ├── ic_call.png
│   │   │   │   ├── ic_contact_picture_10.png
│   │   │   │   ├── ic_contact_picture_11.png
│   │   │   │   ├── ic_contact_picture_12.png
│   │   │   │   ├── ic_contact_picture_1.png
│   │   │   │   ├── ic_contact_picture_2.png
│   │   │   │   ├── ic_contact_picture_3.png
│   │   │   │   ├── ic_contact_picture_4.png
│   │   │   │   ├── ic_contact_picture_5.png
│   │   │   │   ├── ic_contact_picture_6.png
│   │   │   │   ├── ic_contact_picture_7.png
│   │   │   │   ├── ic_contact_picture_8.png
│   │   │   │   ├── ic_contact_picture_9.png
│   │   │   │   ├── ic_conversation.png
│   │   │   │   ├── ic_delete.png
│   │   │   │   ├── ic_dismiss.png
│   │   │   │   ├── ic_envelope.png
│   │   │   │   ├── ic_launcher.png
│   │   │   │   ├── ic_menu_dismiss_all.png
│   │   │   │   ├── ic_menu_settings.png
│   │   │   │   ├── ic_menu_share.png
│   │   │   │   ├── ic_reply.png
│   │   │   │   ├── ic_reschedule.png
│   │   │   │   ├── ic_send_disabled.png
│   │   │   │   ├── ic_send.png
│   │   │   │   ├── ic_stt.png
│   │   │   │   ├── ic_tts.png
│   │   │   │   ├── missed_call_messenger_launcher.png
│   │   │   │   ├── notification_type_calendar.png
│   │   │   │   ├── notification_type_email.png
│   │   │   │   ├── notification_type_missed_call.png
│   │   │   │   ├── notification_type_sms.png
│   │   │   │   ├── notify_plus.png
│   │   │   │   ├── preference_ic_about.png
│   │   │   │   ├── preference_ic_advanced.png
│   │   │   │   ├── preference_ic_basic.png
│   │   │   │   ├── preference_ic_calendar.png
│   │   │   │   ├── preference_ic_customize.png
│   │   │   │   ├── preference_ic_email_developer.png
│   │   │   │   ├── preference_ic_facebook.png
│   │   │   │   ├── preference_ic_globe.png
│   │   │   │   ├── preference_ic_k9.png
│   │   │   │   ├── preference_ic_linkedin.png
│   │   │   │   ├── preference_ic_missed_call.png
│   │   │   │   ├── preference_ic_more.png
│   │   │   │   ├── preference_ic_notifications.png
│   │   │   │   ├── preference_ic_privacy.png
│   │   │   │   ├── preference_ic_rate_app.png
│   │   │   │   ├── preference_ic_screen.png
│   │   │   │   ├── preference_ic_sms.png
│   │   │   │   ├── preference_ic_twitter.png
│   │   │   │   ├── preference_ic_upgrade.png
│   │   │   │   ├── quickcontact_badge_blue_steel.9.png
│   │   │   │   ├── quickcontact_badge_froyo.9.png
│   │   │   │   ├── quickcontact_badge_gingerbread.9.png
│   │   │   │   ├── quickcontact_badge_white.9.png
│   │   │   │   ├── spinner_focused.9.png
│   │   │   │   ├── spinner_normal.9.png
│   │   │   │   ├── spinner_pressed.9.png
│   │   │   │   ├── status_bar_notification_calendar_black.png
│   │   │   │   ├── status_bar_notification_calendar_blue.png
│   │   │   │   ├── status_bar_notification_calendar_glass_blue.png
│   │   │   │   ├── status_bar_notification_calendar_glass_green.png
│   │   │   │   ├── status_bar_notification_calendar_glass_grey.png
│   │   │   │   ├── status_bar_notification_calendar_glass_orange.png
│   │   │   │   ├── status_bar_notification_calendar_glass_red.png
│   │   │   │   ├── status_bar_notification_calendar_glass_yellow.png
│   │   │   │   ├── status_bar_notification_calendar_green.png
│   │   │   │   ├── status_bar_notification_calendar_grey.png
│   │   │   │   ├── status_bar_notification_calendar_orange.png
│   │   │   │   ├── status_bar_notification_calendar_red.png
│   │   │   │   ├── status_bar_notification_delivery_report_sms_failed.png
│   │   │   │   ├── status_bar_notification_delivery_report_sms_info.png
│   │   │   │   ├── status_bar_notification_email_black.png
│   │   │   │   ├── status_bar_notification_email_blue.png
│   │   │   │   ├── status_bar_notification_email_glass_black.png
│   │   │   │   ├── status_bar_notification_email_glass_blue.png
│   │   │   │   ├── status_bar_notification_email_glass_green.png
│   │   │   │   ├── status_bar_notification_email_glass_orange.png
│   │   │   │   ├── status_bar_notification_email_glass_red.png
│   │   │   │   ├── status_bar_notification_email_glass_white.png
│   │   │   │   ├── status_bar_notification_email_glass_yellow.png
│   │   │   │   ├── status_bar_notification_email_green.png
│   │   │   │   ├── status_bar_notification_email_grey.png
│   │   │   │   ├── status_bar_notification_email_ics_white.png
│   │   │   │   ├── status_bar_notification_email_orange.png
│   │   │   │   ├── status_bar_notification_email_red.png
│   │   │   │   ├── status_bar_notification_email_white.png
│   │   │   │   ├── status_bar_notification_missed_call_black.png
│   │   │   │   ├── status_bar_notification_missed_call_glass_red.png
│   │   │   │   ├── status_bar_notification_missed_call_grey.png
│   │   │   │   ├── status_bar_notification_missed_call_red.png
│   │   │   │   ├── status_bar_notification_missed_call_white.png
│   │   │   │   ├── status_bar_notification_sms_blue.png
│   │   │   │   ├── status_bar_notification_sms_blur_black.png
│   │   │   │   ├── status_bar_notification_sms_blur_blue.png
│   │   │   │   ├── status_bar_notification_sms_blur_gray.png
│   │   │   │   ├── status_bar_notification_sms_blur_green.png
│   │   │   │   ├── status_bar_notification_sms_blur_light_blue.png
│   │   │   │   ├── status_bar_notification_sms_blur_orange.png
│   │   │   │   ├── status_bar_notification_sms_blur_pink.png
│   │   │   │   ├── status_bar_notification_sms_blur_purple.png
│   │   │   │   ├── status_bar_notification_sms_blur_red.png
│   │   │   │   ├── status_bar_notification_sms_blur_white.png
│   │   │   │   ├── status_bar_notification_sms_blur_yellow.png
│   │   │   │   ├── status_bar_notification_sms_chat.png
│   │   │   │   ├── status_bar_notification_sms_green.png
│   │   │   │   ├── status_bar_notification_sms_grey.png
│   │   │   │   ├── status_bar_notification_sms_orange.png
│   │   │   │   ├── status_bar_notification_sms_pink.png
│   │   │   │   ├── status_bar_notification_sms_postcard_aqua.png
│   │   │   │   ├── status_bar_notification_sms_postcard_blue.png
│   │   │   │   ├── status_bar_notification_sms_postcard_glass_aqua.png
│   │   │   │   ├── status_bar_notification_sms_postcard_glass_blue.png
│   │   │   │   ├── status_bar_notification_sms_postcard_glass_green.png
│   │   │   │   ├── status_bar_notification_sms_postcard_glass_orange.png
│   │   │   │   ├── status_bar_notification_sms_postcard_glass_pink.png
│   │   │   │   ├── status_bar_notification_sms_postcard_glass_purple.png
│   │   │   │   ├── status_bar_notification_sms_postcard_glass_red.png
│   │   │   │   ├── status_bar_notification_sms_postcard_glass_white.png
│   │   │   │   ├── status_bar_notification_sms_postcard_glass_yellow.png
│   │   │   │   ├── status_bar_notification_sms_postcard_green.png
│   │   │   │   ├── status_bar_notification_sms_postcard_grey.png
│   │   │   │   ├── status_bar_notification_sms_postcard_orange.png
│   │   │   │   ├── status_bar_notification_sms_postcard_pink.png
│   │   │   │   ├── status_bar_notification_sms_postcard_purple.png
│   │   │   │   ├── status_bar_notification_sms_postcard_red.png
│   │   │   │   ├── status_bar_notification_sms_postcard_white.png
│   │   │   │   ├── status_bar_notification_sms_postcard_yellow.png
│   │   │   │   ├── status_bar_notification_sms_purple.png
│   │   │   │   ├── status_bar_notification_sms_red.png
│   │   │   │   ├── status_bar_notification_sms_white.png
│   │   │   │   ├── textfield_activated.9.png
│   │   │   │   ├── textfield_focused.9.png
│   │   │   │   ├── textfield_normal.9.png
│   │   │   │   ├── yo_angel.png
│   │   │   │   ├── yo_cool.png
│   │   │   │   ├── yo_crying.png
│   │   │   │   ├── yo_embarrassed.png
│   │   │   │   ├── yo_foot_in_mouth.png
│   │   │   │   ├── yo_happy.png
│   │   │   │   ├── yo_kiss.png
│   │   │   │   ├── yo_laughing.png
│   │   │   │   ├── yo_lips.png
│   │   │   │   ├── yo_money.png
│   │   │   │   ├── yo_sad.png
│   │   │   │   ├── yo_surprised.png
│   │   │   │   ├── yo_tongue.png
│   │   │   │   ├── yo_undecided.png
│   │   │   │   ├── yo_winking.png
│   │   │   │   ├── yo_wtf.png
│   │   │   │   └── yo_yelling.png
│   │   │   ├── drawable-mdpi-v11
│   │   │   │   ├── ic_menu_dismiss_all.png
│   │   │   │   ├── ic_menu_settings.png
│   │   │   │   ├── ic_menu_share.png
│   │   │   │   ├── status_bar_notification_delivery_report_sms_failed.png
│   │   │   │   └── status_bar_notification_delivery_report_sms_info.png
│   │   │   ├── drawable-xhdpi
│   │   │   │   ├── background_panel.9.png
│   │   │   │   ├── button_disabled.9.png
│   │   │   │   ├── button_navigate_next_normal.png
│   │   │   │   ├── button_navigate_next_pressed.png
│   │   │   │   ├── button_navigate_prev_normal.png
│   │   │   │   ├── button_navigate_prev_pressed.png
│   │   │   │   ├── button_normal.9.png
│   │   │   │   ├── button_pressed.9.png
│   │   │   │   ├── ic_calendar.png
│   │   │   │   ├── ic_calendar_snooze.png
│   │   │   │   ├── ic_call.png
│   │   │   │   ├── ic_contact_picture_10.png
│   │   │   │   ├── ic_contact_picture_11.png
│   │   │   │   ├── ic_contact_picture_12.png
│   │   │   │   ├── ic_contact_picture_1.png
│   │   │   │   ├── ic_contact_picture_2.png
│   │   │   │   ├── ic_contact_picture_3.png
│   │   │   │   ├── ic_contact_picture_4.png
│   │   │   │   ├── ic_contact_picture_5.png
│   │   │   │   ├── ic_contact_picture_6.png
│   │   │   │   ├── ic_contact_picture_7.png
│   │   │   │   ├── ic_contact_picture_8.png
│   │   │   │   ├── ic_contact_picture_9.png
│   │   │   │   ├── ic_conversation.png
│   │   │   │   ├── ic_delete.png
│   │   │   │   ├── ic_dismiss.png
│   │   │   │   ├── ic_envelope.png
│   │   │   │   ├── ic_launcher.png
│   │   │   │   ├── ic_menu_dismiss_all.png
│   │   │   │   ├── ic_menu_settings.png
│   │   │   │   ├── ic_menu_share.png
│   │   │   │   ├── ic_reply.png
│   │   │   │   ├── ic_reschedule.png
│   │   │   │   ├── ic_send_disabled.png
│   │   │   │   ├── ic_send.png
│   │   │   │   ├── ic_stt.png
│   │   │   │   ├── ic_tts.png
│   │   │   │   ├── missed_call_messenger_launcher.png
│   │   │   │   ├── notification_type_calendar.png
│   │   │   │   ├── notification_type_email.png
│   │   │   │   ├── notification_type_missed_call.png
│   │   │   │   ├── notification_type_sms.png
│   │   │   │   ├── notify_plus.png
│   │   │   │   ├── preference_ic_about.png
│   │   │   │   ├── preference_ic_advanced.png
│   │   │   │   ├── preference_ic_basic.png
│   │   │   │   ├── preference_ic_calendar.png
│   │   │   │   ├── preference_ic_customize.png
│   │   │   │   ├── preference_ic_email_developer.png
│   │   │   │   ├── preference_ic_facebook.png
│   │   │   │   ├── preference_ic_globe.png
│   │   │   │   ├── preference_ic_google_voice.png
│   │   │   │   ├── preference_ic_k9.png
│   │   │   │   ├── preference_ic_linkedin.png
│   │   │   │   ├── preference_ic_missed_call.png
│   │   │   │   ├── preference_ic_more.png
│   │   │   │   ├── preference_ic_notifications.png
│   │   │   │   ├── preference_ic_privacy.png
│   │   │   │   ├── preference_ic_rate_app.png
│   │   │   │   ├── preference_ic_screen.png
│   │   │   │   ├── preference_ic_sms.png
│   │   │   │   ├── preference_ic_twitter.png
│   │   │   │   ├── preference_ic_upgrade.png
│   │   │   │   ├── quickcontact_badge_blue_steel.9.png
│   │   │   │   ├── quickcontact_badge_froyo.9.png
│   │   │   │   ├── quickcontact_badge_gingerbread.9.png
│   │   │   │   ├── quickcontact_badge_white.9.png
│   │   │   │   ├── spinner_focused.9.png
│   │   │   │   ├── spinner_normal.9.png
│   │   │   │   ├── spinner_pressed.9.png
│   │   │   │   ├── status_bar_notification_calendar_black.png
│   │   │   │   ├── status_bar_notification_calendar_blue.png
│   │   │   │   ├── status_bar_notification_calendar_glass_blue.png
│   │   │   │   ├── status_bar_notification_calendar_glass_green.png
│   │   │   │   ├── status_bar_notification_calendar_glass_grey.png
│   │   │   │   ├── status_bar_notification_calendar_glass_orange.png
│   │   │   │   ├── status_bar_notification_calendar_glass_red.png
│   │   │   │   ├── status_bar_notification_calendar_glass_yellow.png
│   │   │   │   ├── status_bar_notification_calendar_green.png
│   │   │   │   ├── status_bar_notification_calendar_grey.png
│   │   │   │   ├── status_bar_notification_calendar_orange.png
│   │   │   │   ├── status_bar_notification_calendar_red.png
│   │   │   │   ├── status_bar_notification_delivery_report_sms_failed.png
│   │   │   │   ├── status_bar_notification_delivery_report_sms_info.png
│   │   │   │   ├── status_bar_notification_email_black.png
│   │   │   │   ├── status_bar_notification_email_blue.png
│   │   │   │   ├── status_bar_notification_email_glass_black.png
│   │   │   │   ├── status_bar_notification_email_glass_blue.png
│   │   │   │   ├── status_bar_notification_email_glass_green.png
│   │   │   │   ├── status_bar_notification_email_glass_orange.png
│   │   │   │   ├── status_bar_notification_email_glass_red.png
│   │   │   │   ├── status_bar_notification_email_glass_white.png
│   │   │   │   ├── status_bar_notification_email_glass_yellow.png
│   │   │   │   ├── status_bar_notification_email_green.png
│   │   │   │   ├── status_bar_notification_email_grey.png
│   │   │   │   ├── status_bar_notification_email_ics_white.png
│   │   │   │   ├── status_bar_notification_email_orange.png
│   │   │   │   ├── status_bar_notification_email_red.png
│   │   │   │   ├── status_bar_notification_email_white.png
│   │   │   │   ├── status_bar_notification_missed_call_black.png
│   │   │   │   ├── status_bar_notification_missed_call_glass_red.png
│   │   │   │   ├── status_bar_notification_missed_call_grey.png
│   │   │   │   ├── status_bar_notification_missed_call_red.png
│   │   │   │   ├── status_bar_notification_missed_call_white.png
│   │   │   │   ├── status_bar_notification_sms_blue.png
│   │   │   │   ├── status_bar_notification_sms_blur_black.png
│   │   │   │   ├── status_bar_notification_sms_blur_blue.png
│   │   │   │   ├── status_bar_notification_sms_blur_gray.png
│   │   │   │   ├── status_bar_notification_sms_blur_green.png
│   │   │   │   ├── status_bar_notification_sms_blur_light_blue.png
│   │   │   │   ├── status_bar_notification_sms_blur_orange.png
│   │   │   │   ├── status_bar_notification_sms_blur_pink.png
│   │   │   │   ├── status_bar_notification_sms_blur_purple.png
│   │   │   │   ├── status_bar_notification_sms_blur_red.png
│   │   │   │   ├── status_bar_notification_sms_blur_white.png
│   │   │   │   ├── status_bar_notification_sms_blur_yellow.png
│   │   │   │   ├── status_bar_notification_sms_chat.png
│   │   │   │   ├── status_bar_notification_sms_green.png
│   │   │   │   ├── status_bar_notification_sms_grey.png
│   │   │   │   ├── status_bar_notification_sms_orange.png
│   │   │   │   ├── status_bar_notification_sms_pink.png
│   │   │   │   ├── status_bar_notification_sms_postcard_aqua.png
│   │   │   │   ├── status_bar_notification_sms_postcard_blue.png
│   │   │   │   ├── status_bar_notification_sms_postcard_glass_aqua.png
│   │   │   │   ├── status_bar_notification_sms_postcard_glass_blue.png
│   │   │   │   ├── status_bar_notification_sms_postcard_glass_green.png
│   │   │   │   ├── status_bar_notification_sms_postcard_glass_orange.png
│   │   │   │   ├── status_bar_notification_sms_postcard_glass_pink.png
│   │   │   │   ├── status_bar_notification_sms_postcard_glass_purple.png
│   │   │   │   ├── status_bar_notification_sms_postcard_glass_red.png
│   │   │   │   ├── status_bar_notification_sms_postcard_glass_white.png
│   │   │   │   ├── status_bar_notification_sms_postcard_glass_yellow.png
│   │   │   │   ├── status_bar_notification_sms_postcard_green.png
│   │   │   │   ├── status_bar_notification_sms_postcard_grey.png
│   │   │   │   ├── status_bar_notification_sms_postcard_orange.png
│   │   │   │   ├── status_bar_notification_sms_postcard_pink.png
│   │   │   │   ├── status_bar_notification_sms_postcard_purple.png
│   │   │   │   ├── status_bar_notification_sms_postcard_red.png
│   │   │   │   ├── status_bar_notification_sms_postcard_white.png
│   │   │   │   ├── status_bar_notification_sms_postcard_yellow.png
│   │   │   │   ├── status_bar_notification_sms_purple.png
│   │   │   │   ├── status_bar_notification_sms_red.png
│   │   │   │   ├── status_bar_notification_sms_white.png
│   │   │   │   ├── textfield_activated.9.png
│   │   │   │   ├── textfield_focused.9.png
│   │   │   │   ├── textfield_normal.9.png
│   │   │   │   ├── yo_angel.png
│   │   │   │   ├── yo_cool.png
│   │   │   │   ├── yo_crying.png
│   │   │   │   ├── yo_embarrassed.png
│   │   │   │   ├── yo_foot_in_mouth.png
│   │   │   │   ├── yo_happy.png
│   │   │   │   ├── yo_kiss.png
│   │   │   │   ├── yo_laughing.png
│   │   │   │   ├── yo_lips.png
│   │   │   │   ├── yo_money.png
│   │   │   │   ├── yo_sad.png
│   │   │   │   ├── yo_surprised.png
│   │   │   │   ├── yo_tongue.png
│   │   │   │   ├── yo_undecided.png
│   │   │   │   ├── yo_winking.png
│   │   │   │   ├── yo_wtf.png
│   │   │   │   └── yo_yelling.png
│   │   │   └── drawable-xhdpi-v11
│   │   │   ├── ic_menu_dismiss_all.png
│   │   │   ├── ic_menu_settings.png
│   │   │   ├── ic_menu_share.png
│   │   │   ├── status_bar_notification_delivery_report_sms_failed.png
│   │   │   └── status_bar_notification_delivery_report_sms_info.png
│   │   ├── resources.ap_
│   │   └── R.txt
│   ├── gen
│   │   ├── apps
│   │   │   └── droidnotify
│   │   │   ├── BuildConfig.java
│   │   │   └── R.java
│   │   ├── com
│   │   │   ├── facebook
│   │   │   │   └── android
│   │   │   │   └── R.java
│   │   │   └── larswerkman
│   │   │   └── holocolorpicker
│   │   │   └── R.java
│   │   └── yuku
│   │   └── ambilwarna
│   │   └── R.java
│   ├── libs
│   ├── lint.xml
│   ├── proguard-project.txt
│   ├── project.properties
│   ├── res
│   │   ├── anim
│   │   │   ├── accelerate_interpolator.xml
│   │   │   ├── decelerate_interpolator.xml
│   │   │   ├── translucent_enter.xml
│   │   │   └── translucent_exit.xml
│   │   ├── drawable
│   │   │   ├── contact_photo_background_blue_steel.png
│   │   │   ├── contact_photo_background_froyo.png
│   │   │   ├── contact_photo_background_gingerbread.png
│   │   │   ├── contact_photo_background_htc_green_list.png
│   │   │   ├── contact_photo_background_htc_green.xml
│   │   │   ├── contact_photo_background_ics_blue_list.png
│   │   │   ├── contact_photo_background_ics_blue.xml
│   │   │   ├── contact_photo_background_white.png
│   │   │   ├── divider.xml
│   │   │   ├── list_selector_background_disabled.9.png
│   │   │   ├── list_selector_background_focus.9.png
│   │   │   ├── list_selector_background_longpress.9.png
│   │   │   ├── list_selector_background_pressed.9.png
│   │   │   ├── list_selector_background_transition.xml
│   │   │   ├── list_selector_background.xml
│   │   │   ├── preference_divider_header.xml
│   │   │   ├── preference_divider_normal.xml
│   │   │   ├── preference_row_click_button.xml
│   │   │   └── preference_row_click.xml
│   │   ├── drawable-hdpi
│   │   │   ├── background_panel.9.png
│   │   │   ├── button_disabled.9.png
│   │   │   ├── button_navigate_next_normal.png
│   │   │   ├── button_navigate_next_pressed.png
│   │   │   ├── button_navigate_prev_normal.png
│   │   │   ├── button_navigate_prev_pressed.png
│   │   │   ├── button_normal.9.png
│   │   │   ├── button_pressed.9.png
│   │   │   ├── ic_calendar.png
│   │   │   ├── ic_calendar_snooze.png
│   │   │   ├── ic_call.png
│   │   │   ├── ic_contact_picture_10.png
│   │   │   ├── ic_contact_picture_11.png
│   │   │   ├── ic_contact_picture_12.png
│   │   │   ├── ic_contact_picture_1.png
│   │   │   ├── ic_contact_picture_2.png
│   │   │   ├── ic_contact_picture_3.png
│   │   │   ├── ic_contact_picture_4.png
│   │   │   ├── ic_contact_picture_5.png
│   │   │   ├── ic_contact_picture_6.png
│   │   │   ├── ic_contact_picture_7.png
│   │   │   ├── ic_contact_picture_8.png
│   │   │   ├── ic_contact_picture_9.png
│   │   │   ├── ic_conversation.png
│   │   │   ├── ic_delete.png
│   │   │   ├── ic_dismiss.png
│   │   │   ├── ic_envelope.png
│   │   │   ├── ic_launcher.png
│   │   │   ├── ic_menu_dismiss_all.png
│   │   │   ├── ic_menu_settings.png
│   │   │   ├── ic_menu_share.png
│   │   │   ├── ic_reply.png
│   │   │   ├── ic_reschedule.png
│   │   │   ├── ic_send_disabled.png
│   │   │   ├── ic_send.png
│   │   │   ├── ic_stt.png
│   │   │   ├── ic_tts.png
│   │   │   ├── missed_call_messenger_launcher.png
│   │   │   ├── notification_type_calendar.png
│   │   │   ├── notification_type_email.png
│   │   │   ├── notification_type_missed_call.png
│   │   │   ├── notification_type_sms.png
│   │   │   ├── notify_plus.png
│   │   │   ├── preference_ic_about.png
│   │   │   ├── preference_ic_advanced.png
│   │   │   ├── preference_ic_basic.png
│   │   │   ├── preference_ic_calendar.png
│   │   │   ├── preference_ic_customize.png
│   │   │   ├── preference_ic_email_developer.png
│   │   │   ├── preference_ic_facebook.png
│   │   │   ├── preference_ic_globe.png
│   │   │   ├── preference_ic_k9.png
│   │   │   ├── preference_ic_linkedin.png
│   │   │   ├── preference_ic_missed_call.png
│   │   │   ├── preference_ic_more.png
│   │   │   ├── preference_ic_notifications.png
│   │   │   ├── preference_ic_privacy.png
│   │   │   ├── preference_ic_rate_app.png
│   │   │   ├── preference_ic_screen.png
│   │   │   ├── preference_ic_sms.png
│   │   │   ├── preference_ic_twitter.png
│   │   │   ├── preference_ic_upgrade.png
│   │   │   ├── quickcontact_badge_blue_steel.9.png
│   │   │   ├── quickcontact_badge_froyo.9.png
│   │   │   ├── quickcontact_badge_gingerbread.9.png
│   │   │   ├── quickcontact_badge_white.9.png
│   │   │   ├── spinner_focused.9.png
│   │   │   ├── spinner_normal.9.png
│   │   │   ├── spinner_pressed.9.png
│   │   │   ├── status_bar_notification_calendar_black.png
│   │   │   ├── status_bar_notification_calendar_blue.png
│   │   │   ├── status_bar_notification_calendar_glass_blue.png
│   │   │   ├── status_bar_notification_calendar_glass_green.png
│   │   │   ├── status_bar_notification_calendar_glass_grey.png
│   │   │   ├── status_bar_notification_calendar_glass_orange.png
│   │   │   ├── status_bar_notification_calendar_glass_red.png
│   │   │   ├── status_bar_notification_calendar_glass_yellow.png
│   │   │   ├── status_bar_notification_calendar_green.png
│   │   │   ├── status_bar_notification_calendar_grey.png
│   │   │   ├── status_bar_notification_calendar_orange.png
│   │   │   ├── status_bar_notification_calendar_red.png
│   │   │   ├── status_bar_notification_delivery_report_sms_failed.png
│   │   │   ├── status_bar_notification_delivery_report_sms_info.png
│   │   │   ├── status_bar_notification_email_black.png
│   │   │   ├── status_bar_notification_email_blue.png
│   │   │   ├── status_bar_notification_email_glass_black.png
│   │   │   ├── status_bar_notification_email_glass_blue.png
│   │   │   ├── status_bar_notification_email_glass_green.png
│   │   │   ├── status_bar_notification_email_glass_orange.png
│   │   │   ├── status_bar_notification_email_glass_red.png
│   │   │   ├── status_bar_notification_email_glass_white.png
│   │   │   ├── status_bar_notification_email_glass_yellow.png
│   │   │   ├── status_bar_notification_email_green.png
│   │   │   ├── status_bar_notification_email_grey.png
│   │   │   ├── status_bar_notification_email_ics_white.png
│   │   │   ├── status_bar_notification_email_orange.png
│   │   │   ├── status_bar_notification_email_red.png
│   │   │   ├── status_bar_notification_email_white.png
│   │   │   ├── status_bar_notification_missed_call_black.png
│   │   │   ├── status_bar_notification_missed_call_glass_red.png
│   │   │   ├── status_bar_notification_missed_call_grey.png
│   │   │   ├── status_bar_notification_missed_call_red.png
│   │   │   ├── status_bar_notification_missed_call_white.png
│   │   │   ├── status_bar_notification_sms_blue.png
│   │   │   ├── status_bar_notification_sms_blur_black.png
│   │   │   ├── status_bar_notification_sms_blur_blue.png
│   │   │   ├── status_bar_notification_sms_blur_gray.png
│   │   │   ├── status_bar_notification_sms_blur_green.png
│   │   │   ├── status_bar_notification_sms_blur_light_blue.png
│   │   │   ├── status_bar_notification_sms_blur_orange.png
│   │   │   ├── status_bar_notification_sms_blur_pink.png
│   │   │   ├── status_bar_notification_sms_blur_purple.png
│   │   │   ├── status_bar_notification_sms_blur_red.png
│   │   │   ├── status_bar_notification_sms_blur_white.png
│   │   │   ├── status_bar_notification_sms_blur_yellow.png
│   │   │   ├── status_bar_notification_sms_chat.png
│   │   │   ├── status_bar_notification_sms_green.png
│   │   │   ├── status_bar_notification_sms_grey.png
│   │   │   ├── status_bar_notification_sms_orange.png
│   │   │   ├── status_bar_notification_sms_pink.png
│   │   │   ├── status_bar_notification_sms_postcard_aqua.png
│   │   │   ├── status_bar_notification_sms_postcard_blue.png
│   │   │   ├── status_bar_notification_sms_postcard_glass_aqua.png
│   │   │   ├── status_bar_notification_sms_postcard_glass_blue.png
│   │   │   ├── status_bar_notification_sms_postcard_glass_green.png
│   │   │   ├── status_bar_notification_sms_postcard_glass_orange.png
│   │   │   ├── status_bar_notification_sms_postcard_glass_pink.png
│   │   │   ├── status_bar_notification_sms_postcard_glass_purple.png
│   │   │   ├── status_bar_notification_sms_postcard_glass_red.png
│   │   │   ├── status_bar_notification_sms_postcard_glass_white.png
│   │   │   ├── status_bar_notification_sms_postcard_glass_yellow.png
│   │   │   ├── status_bar_notification_sms_postcard_green.png
│   │   │   ├── status_bar_notification_sms_postcard_grey.png
│   │   │   ├── status_bar_notification_sms_postcard_orange.png
│   │   │   ├── status_bar_notification_sms_postcard_pink.png
│   │   │   ├── status_bar_notification_sms_postcard_purple.png
│   │   │   ├── status_bar_notification_sms_postcard_red.png
│   │   │   ├── status_bar_notification_sms_postcard_white.png
│   │   │   ├── status_bar_notification_sms_postcard_yellow.png
│   │   │   ├── status_bar_notification_sms_purple.png
│   │   │   ├── status_bar_notification_sms_red.png
│   │   │   ├── status_bar_notification_sms_white.png
│   │   │   ├── textfield_activated.9.png
│   │   │   ├── textfield_focused.9.png
│   │   │   ├── textfield_normal.9.png
│   │   │   ├── yo_angel.png
│   │   │   ├── yo_cool.png
│   │   │   ├── yo_crying.png
│   │   │   ├── yo_embarrassed.png
│   │   │   ├── yo_foot_in_mouth.png
│   │   │   ├── yo_happy.png
│   │   │   ├── yo_kiss.png
│   │   │   ├── yo_laughing.png
│   │   │   ├── yo_lips.png
│   │   │   ├── yo_money.png
│   │   │   ├── yo_sad.png
│   │   │   ├── yo_surprised.png
│   │   │   ├── yo_tongue.png
│   │   │   ├── yo_undecided.png
│   │   │   ├── yo_winking.png
│   │   │   ├── yo_wtf.png
│   │   │   └── yo_yelling.png
│   │   ├── drawable-hdpi-v11
│   │   │   ├── ic_menu_dismiss_all.png
│   │   │   ├── ic_menu_settings.png
│   │   │   ├── ic_menu_share.png
│   │   │   ├── status_bar_notification_delivery_report_sms_failed.png
│   │   │   └── status_bar_notification_delivery_report_sms_info.png
│   │   ├── drawable-ldpi
│   │   │   ├── background_panel.9.png
│   │   │   ├── button_disabled.9.png
│   │   │   ├── button_navigate_next_normal.png
│   │   │   ├── button_navigate_next_pressed.png
│   │   │   ├── button_navigate_prev_normal.png
│   │   │   ├── button_navigate_prev_pressed.png
│   │   │   ├── button_normal.9.png
│   │   │   ├── button_pressed.9.png
│   │   │   ├── ic_calendar.png
│   │   │   ├── ic_calendar_snooze.png
│   │   │   ├── ic_call.png
│   │   │   ├── ic_contact_picture_10.png
│   │   │   ├── ic_contact_picture_11.png
│   │   │   ├── ic_contact_picture_12.png
│   │   │   ├── ic_contact_picture_1.png
│   │   │   ├── ic_contact_picture_2.png
│   │   │   ├── ic_contact_picture_3.png
│   │   │   ├── ic_contact_picture_4.png
│   │   │   ├── ic_contact_picture_5.png
│   │   │   ├── ic_contact_picture_6.png
│   │   │   ├── ic_contact_picture_7.png
│   │   │   ├── ic_contact_picture_8.png
│   │   │   ├── ic_contact_picture_9.png
│   │   │   ├── ic_conversation.png
│   │   │   ├── ic_delete.png
│   │   │   ├── ic_dismiss.png
│   │   │   ├── ic_envelope.png
│   │   │   ├── ic_launcher.png
│   │   │   ├── ic_menu_dismiss_all.png
│   │   │   ├── ic_menu_settings.png
│   │   │   ├── ic_menu_share.png
│   │   │   ├── ic_reply.png
│   │   │   ├── ic_reschedule.png
│   │   │   ├── ic_send_disabled.png
│   │   │   ├── ic_send.png
│   │   │   ├── ic_stt.png
│   │   │   ├── ic_tts.png
│   │   │   ├── missed_call_messenger_launcher.png
│   │   │   ├── notification_type_calendar.png
│   │   │   ├── notification_type_email.png
│   │   │   ├── notification_type_missed_call.png
│   │   │   ├── notification_type_sms.png
│   │   │   ├── notify_plus.png
│   │   │   ├── preference_ic_about.png
│   │   │   ├── preference_ic_advanced.png
│   │   │   ├── preference_ic_basic.png
│   │   │   ├── preference_ic_calendar.png
│   │   │   ├── preference_ic_customize.png
│   │   │   ├── preference_ic_email_developer.png
│   │   │   ├── preference_ic_facebook.png
│   │   │   ├── preference_ic_globe.png
│   │   │   ├── preference_ic_k9.png
│   │   │   ├── preference_ic_linkedin.png
│   │   │   ├── preference_ic_missed_call.png
│   │   │   ├── preference_ic_more.png
│   │   │   ├── preference_ic_notifications.png
│   │   │   ├── preference_ic_privacy.png
│   │   │   ├── preference_ic_rate_app.png
│   │   │   ├── preference_ic_screen.png
│   │   │   ├── preference_ic_sms.png
│   │   │   ├── preference_ic_twitter.png
│   │   │   ├── preference_ic_upgrade.png
│   │   │   ├── quickcontact_badge_blue_steel.9.png
│   │   │   ├── quickcontact_badge_froyo.9.png
│   │   │   ├── quickcontact_badge_gingerbread.9.png
│   │   │   ├── quickcontact_badge_white.9.png
│   │   │   ├── spinner_focused.9.png
│   │   │   ├── spinner_normal.9.png
│   │   │   ├── spinner_pressed.9.png
│   │   │   ├── status_bar_notification_calendar_black.png
│   │   │   ├── status_bar_notification_calendar_blue.png
│   │   │   ├── status_bar_notification_calendar_glass_blue.png
│   │   │   ├── status_bar_notification_calendar_glass_green.png
│   │   │   ├── status_bar_notification_calendar_glass_grey.png
│   │   │   ├── status_bar_notification_calendar_glass_orange.png
│   │   │   ├── status_bar_notification_calendar_glass_red.png
│   │   │   ├── status_bar_notification_calendar_glass_yellow.png
│   │   │   ├── status_bar_notification_calendar_green.png
│   │   │   ├── status_bar_notification_calendar_grey.png
│   │   │   ├── status_bar_notification_calendar_orange.png
│   │   │   ├── status_bar_notification_calendar_red.png
│   │   │   ├── status_bar_notification_delivery_report_sms_failed.png
│   │   │   ├── status_bar_notification_delivery_report_sms_info.png
│   │   │   ├── status_bar_notification_email_black.png
│   │   │   ├── status_bar_notification_email_blue.png
│   │   │   ├── status_bar_notification_email_glass_black.png
│   │   │   ├── status_bar_notification_email_glass_blue.png
│   │   │   ├── status_bar_notification_email_glass_green.png
│   │   │   ├── status_bar_notification_email_glass_orange.png
│   │   │   ├── status_bar_notification_email_glass_red.png
│   │   │   ├── status_bar_notification_email_glass_white.png
│   │   │   ├── status_bar_notification_email_glass_yellow.png
│   │   │   ├── status_bar_notification_email_green.png
│   │   │   ├── status_bar_notification_email_grey.png
│   │   │   ├── status_bar_notification_email_ics_white.png
│   │   │   ├── status_bar_notification_email_orange.png
│   │   │   ├── status_bar_notification_email_red.png
│   │   │   ├── status_bar_notification_email_white.png
│   │   │   ├── status_bar_notification_missed_call_black.png
│   │   │   ├── status_bar_notification_missed_call_glass_red.png
│   │   │   ├── status_bar_notification_missed_call_grey.png
│   │   │   ├── status_bar_notification_missed_call_red.png
│   │   │   ├── status_bar_notification_missed_call_white.png
│   │   │   ├── status_bar_notification_sms_blue.png
│   │   │   ├── status_bar_notification_sms_blur_black.png
│   │   │   ├── status_bar_notification_sms_blur_blue.png
│   │   │   ├── status_bar_notification_sms_blur_gray.png
│   │   │   ├── status_bar_notification_sms_blur_green.png
│   │   │   ├── status_bar_notification_sms_blur_light_blue.png
│   │   │   ├── status_bar_notification_sms_blur_orange.png
│   │   │   ├── status_bar_notification_sms_blur_pink.png
│   │   │   ├── status_bar_notification_sms_blur_purple.png
│   │   │   ├── status_bar_notification_sms_blur_red.png
│   │   │   ├── status_bar_notification_sms_blur_white.png
│   │   │   ├── status_bar_notification_sms_blur_yellow.png
│   │   │   ├── status_bar_notification_sms_chat.png
│   │   │   ├── status_bar_notification_sms_green.png
│   │   │   ├── status_bar_notification_sms_grey.png
│   │   │   ├── status_bar_notification_sms_orange.png
│   │   │   ├── status_bar_notification_sms_pink.png
│   │   │   ├── status_bar_notification_sms_postcard_aqua.png
│   │   │   ├── status_bar_notification_sms_postcard_blue.png
│   │   │   ├── status_bar_notification_sms_postcard_glass_aqua.png
│   │   │   ├── status_bar_notification_sms_postcard_glass_blue.png
│   │   │   ├── status_bar_notification_sms_postcard_glass_green.png
│   │   │   ├── status_bar_notification_sms_postcard_glass_orange.png
│   │   │   ├── status_bar_notification_sms_postcard_glass_pink.png
│   │   │   ├── status_bar_notification_sms_postcard_glass_purple.png
│   │   │   ├── status_bar_notification_sms_postcard_glass_red.png
│   │   │   ├── status_bar_notification_sms_postcard_glass_white.png
│   │   │   ├── status_bar_notification_sms_postcard_glass_yellow.png
│   │   │   ├── status_bar_notification_sms_postcard_green.png
│   │   │   ├── status_bar_notification_sms_postcard_grey.png
│   │   │   ├── status_bar_notification_sms_postcard_orange.png
│   │   │   ├── status_bar_notification_sms_postcard_pink.png
│   │   │   ├── status_bar_notification_sms_postcard_purple.png
│   │   │   ├── status_bar_notification_sms_postcard_red.png
│   │   │   ├── status_bar_notification_sms_postcard_white.png
│   │   │   ├── status_bar_notification_sms_postcard_yellow.png
│   │   │   ├── status_bar_notification_sms_purple.png
│   │   │   ├── status_bar_notification_sms_red.png
│   │   │   ├── status_bar_notification_sms_white.png
│   │   │   ├── textfield_activated.9.png
│   │   │   ├── textfield_focused.9.png
│   │   │   ├── textfield_normal.9.png
│   │   │   ├── yo_angel.png
│   │   │   ├── yo_cool.png
│   │   │   ├── yo_crying.png
│   │   │   ├── yo_embarrassed.png
│   │   │   ├── yo_foot_in_mouth.png
│   │   │   ├── yo_happy.png
│   │   │   ├── yo_kiss.png
│   │   │   ├── yo_laughing.png
│   │   │   ├── yo_lips.png
│   │   │   ├── yo_money.png
│   │   │   ├── yo_sad.png
│   │   │   ├── yo_surprised.png
│   │   │   ├── yo_tongue.png
│   │   │   ├── yo_undecided.png
│   │   │   ├── yo_winking.png
│   │   │   ├── yo_wtf.png
│   │   │   └── yo_yelling.png
│   │   ├── drawable-mdpi
│   │   │   ├── background_panel.9.png
│   │   │   ├── button_disabled.9.png
│   │   │   ├── button_navigate_next_normal.png
│   │   │   ├── button_navigate_next_pressed.png
│   │   │   ├── button_navigate_prev_normal.png
│   │   │   ├── button_navigate_prev_pressed.png
│   │   │   ├── button_normal.9.png
│   │   │   ├── button_pressed.9.png
│   │   │   ├── ic_calendar.png
│   │   │   ├── ic_calendar_snooze.png
│   │   │   ├── ic_call.png
│   │   │   ├── ic_contact_picture_10.png
│   │   │   ├── ic_contact_picture_11.png
│   │   │   ├── ic_contact_picture_12.png
│   │   │   ├── ic_contact_picture_1.png
│   │   │   ├── ic_contact_picture_2.png
│   │   │   ├── ic_contact_picture_3.png
│   │   │   ├── ic_contact_picture_4.png
│   │   │   ├── ic_contact_picture_5.png
│   │   │   ├── ic_contact_picture_6.png
│   │   │   ├── ic_contact_picture_7.png
│   │   │   ├── ic_contact_picture_8.png
│   │   │   ├── ic_contact_picture_9.png
│   │   │   ├── ic_conversation.png
│   │   │   ├── ic_delete.png
│   │   │   ├── ic_dismiss.png
│   │   │   ├── ic_envelope.png
│   │   │   ├── ic_launcher.png
│   │   │   ├── ic_menu_dismiss_all.png
│   │   │   ├── ic_menu_settings.png
│   │   │   ├── ic_menu_share.png
│   │   │   ├── ic_reply.png
│   │   │   ├── ic_reschedule.png
│   │   │   ├── ic_send_disabled.png
│   │   │   ├── ic_send.png
│   │   │   ├── ic_stt.png
│   │   │   ├── ic_tts.png
│   │   │   ├── missed_call_messenger_launcher.png
│   │   │   ├── notification_type_calendar.png
│   │   │   ├── notification_type_email.png
│   │   │   ├── notification_type_missed_call.png
│   │   │   ├── notification_type_sms.png
│   │   │   ├── notify_plus.png
│   │   │   ├── preference_ic_about.png
│   │   │   ├── preference_ic_advanced.png
│   │   │   ├── preference_ic_basic.png
│   │   │   ├── preference_ic_calendar.png
│   │   │   ├── preference_ic_customize.png
│   │   │   ├── preference_ic_email_developer.png
│   │   │   ├── preference_ic_facebook.png
│   │   │   ├── preference_ic_globe.png
│   │   │   ├── preference_ic_k9.png
│   │   │   ├── preference_ic_linkedin.png
│   │   │   ├── preference_ic_missed_call.png
│   │   │   ├── preference_ic_more.png
│   │   │   ├── preference_ic_notifications.png
│   │   │   ├── preference_ic_privacy.png
│   │   │   ├── preference_ic_rate_app.png
│   │   │   ├── preference_ic_screen.png
│   │   │   ├── preference_ic_sms.png
│   │   │   ├── preference_ic_twitter.png
│   │   │   ├── preference_ic_upgrade.png
│   │   │   ├── quickcontact_badge_blue_steel.9.png
│   │   │   ├── quickcontact_badge_froyo.9.png
│   │   │   ├── quickcontact_badge_gingerbread.9.png
│   │   │   ├── quickcontact_badge_white.9.png
│   │   │   ├── spinner_focused.9.png
│   │   │   ├── spinner_normal.9.png
│   │   │   ├── spinner_pressed.9.png
│   │   │   ├── status_bar_notification_calendar_black.png
│   │   │   ├── status_bar_notification_calendar_blue.png
│   │   │   ├── status_bar_notification_calendar_glass_blue.png
│   │   │   ├── status_bar_notification_calendar_glass_green.png
│   │   │   ├── status_bar_notification_calendar_glass_grey.png
│   │   │   ├── status_bar_notification_calendar_glass_orange.png
│   │   │   ├── status_bar_notification_calendar_glass_red.png
│   │   │   ├── status_bar_notification_calendar_glass_yellow.png
│   │   │   ├── status_bar_notification_calendar_green.png
│   │   │   ├── status_bar_notification_calendar_grey.png
│   │   │   ├── status_bar_notification_calendar_orange.png
│   │   │   ├── status_bar_notification_calendar_red.png
│   │   │   ├── status_bar_notification_delivery_report_sms_failed.png
│   │   │   ├── status_bar_notification_delivery_report_sms_info.png
│   │   │   ├── status_bar_notification_email_black.png
│   │   │   ├── status_bar_notification_email_blue.png
│   │   │   ├── status_bar_notification_email_glass_black.png
│   │   │   ├── status_bar_notification_email_glass_blue.png
│   │   │   ├── status_bar_notification_email_glass_green.png
│   │   │   ├── status_bar_notification_email_glass_orange.png
│   │   │   ├── status_bar_notification_email_glass_red.png
│   │   │   ├── status_bar_notification_email_glass_white.png
│   │   │   ├── status_bar_notification_email_glass_yellow.png
│   │   │   ├── status_bar_notification_email_green.png
│   │   │   ├── status_bar_notification_email_grey.png
│   │   │   ├── status_bar_notification_email_ics_white.png
│   │   │   ├── status_bar_notification_email_orange.png
│   │   │   ├── status_bar_notification_email_red.png
│   │   │   ├── status_bar_notification_email_white.png
│   │   │   ├── status_bar_notification_missed_call_black.png
│   │   │   ├── status_bar_notification_missed_call_glass_red.png
│   │   │   ├── status_bar_notification_missed_call_grey.png
│   │   │   ├── status_bar_notification_missed_call_red.png
│   │   │   ├── status_bar_notification_missed_call_white.png
│   │   │   ├── status_bar_notification_sms_blue.png
│   │   │   ├── status_bar_notification_sms_blur_black.png
│   │   │   ├── status_bar_notification_sms_blur_blue.png
│   │   │   ├── status_bar_notification_sms_blur_gray.png
│   │   │   ├── status_bar_notification_sms_blur_green.png
│   │   │   ├── status_bar_notification_sms_blur_light_blue.png
│   │   │   ├── status_bar_notification_sms_blur_orange.png
│   │   │   ├── status_bar_notification_sms_blur_pink.png
│   │   │   ├── status_bar_notification_sms_blur_purple.png
│   │   │   ├── status_bar_notification_sms_blur_red.png
│   │   │   ├── status_bar_notification_sms_blur_white.png
│   │   │   ├── status_bar_notification_sms_blur_yellow.png
│   │   │   ├── status_bar_notification_sms_chat.png
│   │   │   ├── status_bar_notification_sms_green.png
│   │   │   ├── status_bar_notification_sms_grey.png
│   │   │   ├── status_bar_notification_sms_orange.png
│   │   │   ├── status_bar_notification_sms_pink.png
│   │   │   ├── status_bar_notification_sms_postcard_aqua.png
│   │   │   ├── status_bar_notification_sms_postcard_blue.png
│   │   │   ├── status_bar_notification_sms_postcard_glass_aqua.png
│   │   │   ├── status_bar_notification_sms_postcard_glass_blue.png
│   │   │   ├── status_bar_notification_sms_postcard_glass_green.png
│   │   │   ├── status_bar_notification_sms_postcard_glass_orange.png
│   │   │   ├── status_bar_notification_sms_postcard_glass_pink.png
│   │   │   ├── status_bar_notification_sms_postcard_glass_purple.png
│   │   │   ├── status_bar_notification_sms_postcard_glass_red.png
│   │   │   ├── status_bar_notification_sms_postcard_glass_white.png
│   │   │   ├── status_bar_notification_sms_postcard_glass_yellow.png
│   │   │   ├── status_bar_notification_sms_postcard_green.png
│   │   │   ├── status_bar_notification_sms_postcard_grey.png
│   │   │   ├── status_bar_notification_sms_postcard_orange.png
│   │   │   ├── status_bar_notification_sms_postcard_pink.png
│   │   │   ├── status_bar_notification_sms_postcard_purple.png
│   │   │   ├── status_bar_notification_sms_postcard_red.png
│   │   │   ├── status_bar_notification_sms_postcard_white.png
│   │   │   ├── status_bar_notification_sms_postcard_yellow.png
│   │   │   ├── status_bar_notification_sms_purple.png
│   │   │   ├── status_bar_notification_sms_red.png
│   │   │   ├── status_bar_notification_sms_white.png
│   │   │   ├── textfield_activated.9.png
│   │   │   ├── textfield_focused.9.png
│   │   │   ├── textfield_normal.9.png
│   │   │   ├── yo_angel.png
│   │   │   ├── yo_cool.png
│   │   │   ├── yo_crying.png
│   │   │   ├── yo_embarrassed.png
│   │   │   ├── yo_foot_in_mouth.png
│   │   │   ├── yo_happy.png
│   │   │   ├── yo_kiss.png
│   │   │   ├── yo_laughing.png
│   │   │   ├── yo_lips.png
│   │   │   ├── yo_money.png
│   │   │   ├── yo_sad.png
│   │   │   ├── yo_surprised.png
│   │   │   ├── yo_tongue.png
│   │   │   ├── yo_undecided.png
│   │   │   ├── yo_winking.png
│   │   │   ├── yo_wtf.png
│   │   │   └── yo_yelling.png
│   │   ├── drawable-mdpi-v11
│   │   │   ├── ic_menu_dismiss_all.png
│   │   │   ├── ic_menu_settings.png
│   │   │   ├── ic_menu_share.png
│   │   │   ├── status_bar_notification_delivery_report_sms_failed.png
│   │   │   └── status_bar_notification_delivery_report_sms_info.png
│   │   ├── drawable-xhdpi
│   │   │   ├── background_panel.9.png
│   │   │   ├── button_disabled.9.png
│   │   │   ├── button_navigate_next_normal.png
│   │   │   ├── button_navigate_next_pressed.png
│   │   │   ├── button_navigate_prev_normal.png
│   │   │   ├── button_navigate_prev_pressed.png
│   │   │   ├── button_normal.9.png
│   │   │   ├── button_pressed.9.png
│   │   │   ├── ic_calendar.png
│   │   │   ├── ic_calendar_snooze.png
│   │   │   ├── ic_call.png
│   │   │   ├── ic_contact_picture_10.png
│   │   │   ├── ic_contact_picture_11.png
│   │   │   ├── ic_contact_picture_12.png
│   │   │   ├── ic_contact_picture_1.png
│   │   │   ├── ic_contact_picture_2.png
│   │   │   ├── ic_contact_picture_3.png
│   │   │   ├── ic_contact_picture_4.png
│   │   │   ├── ic_contact_picture_5.png
│   │   │   ├── ic_contact_picture_6.png
│   │   │   ├── ic_contact_picture_7.png
│   │   │   ├── ic_contact_picture_8.png
│   │   │   ├── ic_contact_picture_9.png
│   │   │   ├── ic_conversation.png
│   │   │   ├── ic_delete.png
│   │   │   ├── ic_dismiss.png
│   │   │   ├── ic_envelope.png
│   │   │   ├── ic_launcher.png
│   │   │   ├── ic_menu_dismiss_all.png
│   │   │   ├── ic_menu_settings.png
│   │   │   ├── ic_menu_share.png
│   │   │   ├── ic_reply.png
│   │   │   ├── ic_reschedule.png
│   │   │   ├── ic_send_disabled.png
│   │   │   ├── ic_send.png
│   │   │   ├── ic_stt.png
│   │   │   ├── ic_tts.png
│   │   │   ├── missed_call_messenger_launcher.png
│   │   │   ├── notification_type_calendar.png
│   │   │   ├── notification_type_email.png
│   │   │   ├── notification_type_missed_call.png
│   │   │   ├── notification_type_sms.png
│   │   │   ├── notify_plus.png
│   │   │   ├── preference_ic_about.png
│   │   │   ├── preference_ic_advanced.png
│   │   │   ├── preference_ic_basic.png
│   │   │   ├── preference_ic_calendar.png
│   │   │   ├── preference_ic_customize.png
│   │   │   ├── preference_ic_email_developer.png
│   │   │   ├── preference_ic_facebook.png
│   │   │   ├── preference_ic_globe.png
│   │   │   ├── preference_ic_google_voice.png
│   │   │   ├── preference_ic_k9.png
│   │   │   ├── preference_ic_linkedin.png
│   │   │   ├── preference_ic_missed_call.png
│   │   │   ├── preference_ic_more.png
│   │   │   ├── preference_ic_notifications.png
│   │   │   ├── preference_ic_privacy.png
│   │   │   ├── preference_ic_rate_app.png
│   │   │   ├── preference_ic_screen.png
│   │   │   ├── preference_ic_sms.png
│   │   │   ├── preference_ic_twitter.png
│   │   │   ├── preference_ic_upgrade.png
│   │   │   ├── quickcontact_badge_blue_steel.9.png
│   │   │   ├── quickcontact_badge_froyo.9.png
│   │   │   ├── quickcontact_badge_gingerbread.9.png
│   │   │   ├── quickcontact_badge_white.9.png
│   │   │   ├── spinner_focused.9.png
│   │   │   ├── spinner_normal.9.png
│   │   │   ├── spinner_pressed.9.png
│   │   │   ├── status_bar_notification_calendar_black.png
│   │   │   ├── status_bar_notification_calendar_blue.png
│   │   │   ├── status_bar_notification_calendar_glass_blue.png
│   │   │   ├── status_bar_notification_calendar_glass_green.png
│   │   │   ├── status_bar_notification_calendar_glass_grey.png
│   │   │   ├── status_bar_notification_calendar_glass_orange.png
│   │   │   ├── status_bar_notification_calendar_glass_red.png
│   │   │   ├── status_bar_notification_calendar_glass_yellow.png
│   │   │   ├── status_bar_notification_calendar_green.png
│   │   │   ├── status_bar_notification_calendar_grey.png
│   │   │   ├── status_bar_notification_calendar_orange.png
│   │   │   ├── status_bar_notification_calendar_red.png
│   │   │   ├── status_bar_notification_delivery_report_sms_failed.png
│   │   │   ├── status_bar_notification_delivery_report_sms_info.png
│   │   │   ├── status_bar_notification_email_black.png
│   │   │   ├── status_bar_notification_email_blue.png
│   │   │   ├── status_bar_notification_email_glass_black.png
│   │   │   ├── status_bar_notification_email_glass_blue.png
│   │   │   ├── status_bar_notification_email_glass_green.png
│   │   │   ├── status_bar_notification_email_glass_orange.png
│   │   │   ├── status_bar_notification_email_glass_red.png
│   │   │   ├── status_bar_notification_email_glass_white.png
│   │   │   ├── status_bar_notification_email_glass_yellow.png
│   │   │   ├── status_bar_notification_email_green.png
│   │   │   ├── status_bar_notification_email_grey.png
│   │   │   ├── status_bar_notification_email_ics_white.png
│   │   │   ├── status_bar_notification_email_orange.png
│   │   │   ├── status_bar_notification_email_red.png
│   │   │   ├── status_bar_notification_email_white.png
│   │   │   ├── status_bar_notification_missed_call_black.png
│   │   │   ├── status_bar_notification_missed_call_glass_red.png
│   │   │   ├── status_bar_notification_missed_call_grey.png
│   │   │   ├── status_bar_notification_missed_call_red.png
│   │   │   ├── status_bar_notification_missed_call_white.png
│   │   │   ├── status_bar_notification_sms_blue.png
│   │   │   ├── status_bar_notification_sms_blur_black.png
│   │   │   ├── status_bar_notification_sms_blur_blue.png
│   │   │   ├── status_bar_notification_sms_blur_gray.png
│   │   │   ├── status_bar_notification_sms_blur_green.png
│   │   │   ├── status_bar_notification_sms_blur_light_blue.png
│   │   │   ├── status_bar_notification_sms_blur_orange.png
│   │   │   ├── status_bar_notification_sms_blur_pink.png
│   │   │   ├── status_bar_notification_sms_blur_purple.png
│   │   │   ├── status_bar_notification_sms_blur_red.png
│   │   │   ├── status_bar_notification_sms_blur_white.png
│   │   │   ├── status_bar_notification_sms_blur_yellow.png
│   │   │   ├── status_bar_notification_sms_chat.png
│   │   │   ├── status_bar_notification_sms_green.png
│   │   │   ├── status_bar_notification_sms_grey.png
│   │   │   ├── status_bar_notification_sms_orange.png
│   │   │   ├── status_bar_notification_sms_pink.png
│   │   │   ├── status_bar_notification_sms_postcard_aqua.png
│   │   │   ├── status_bar_notification_sms_postcard_blue.png
│   │   │   ├── status_bar_notification_sms_postcard_glass_aqua.png
│   │   │   ├── status_bar_notification_sms_postcard_glass_blue.png
│   │   │   ├── status_bar_notification_sms_postcard_glass_green.png
│   │   │   ├── status_bar_notification_sms_postcard_glass_orange.png
│   │   │   ├── status_bar_notification_sms_postcard_glass_pink.png
│   │   │   ├── status_bar_notification_sms_postcard_glass_purple.png
│   │   │   ├── status_bar_notification_sms_postcard_glass_red.png
│   │   │   ├── status_bar_notification_sms_postcard_glass_white.png
│   │   │   ├── status_bar_notification_sms_postcard_glass_yellow.png
│   │   │   ├── status_bar_notification_sms_postcard_green.png
│   │   │   ├── status_bar_notification_sms_postcard_grey.png
│   │   │   ├── status_bar_notification_sms_postcard_orange.png
│   │   │   ├── status_bar_notification_sms_postcard_pink.png
│   │   │   ├── status_bar_notification_sms_postcard_purple.png
│   │   │   ├── status_bar_notification_sms_postcard_red.png
│   │   │   ├── status_bar_notification_sms_postcard_white.png
│   │   │   ├── status_bar_notification_sms_postcard_yellow.png
│   │   │   ├── status_bar_notification_sms_purple.png
│   │   │   ├── status_bar_notification_sms_red.png
│   │   │   ├── status_bar_notification_sms_white.png
│   │   │   ├── textfield_activated.9.png
│   │   │   ├── textfield_focused.9.png
│   │   │   ├── textfield_normal.9.png
│   │   │   ├── yo_angel.png
│   │   │   ├── yo_cool.png
│   │   │   ├── yo_crying.png
│   │   │   ├── yo_embarrassed.png
│   │   │   ├── yo_foot_in_mouth.png
│   │   │   ├── yo_happy.png
│   │   │   ├── yo_kiss.png
│   │   │   ├── yo_laughing.png
│   │   │   ├── yo_lips.png
│   │   │   ├── yo_money.png
│   │   │   ├── yo_sad.png
│   │   │   ├── yo_surprised.png
│   │   │   ├── yo_tongue.png
│   │   │   ├── yo_undecided.png
│   │   │   ├── yo_winking.png
│   │   │   ├── yo_wtf.png
│   │   │   └── yo_yelling.png
│   │   ├── drawable-xhdpi-v11
│   │   │   ├── ic_menu_dismiss_all.png
│   │   │   ├── ic_menu_settings.png
│   │   │   ├── ic_menu_share.png
│   │   │   ├── status_bar_notification_delivery_report_sms_failed.png
│   │   │   └── status_bar_notification_delivery_report_sms_info.png
│   │   ├── layout
│   │   │   ├── about_preference_activity.xml
│   │   │   ├── add_ons_activity.xml
│   │   │   ├── advanced_preferences.xml
│   │   │   ├── basic_preferences.xml
│   │   │   ├── blocking_apps_settings.xml
│   │   │   ├── calendar_preferences.xml
│   │   │   ├── customize_preferences.xml
│   │   │   ├── custom_notification_preview_button.xml
│   │   │   ├── custom_preference_button.xml
│   │   │   ├── custom_preference_category.xml
│   │   │   ├── custom_preference_checkbox.xml
│   │   │   ├── custom_preference_list.xml
│   │   │   ├── custom_preference_title.xml
│   │   │   ├── custom_preference.xml
│   │   │   ├── debug_preferences.xml
│   │   │   ├── dismiss_all_notifications_dialog.xml
│   │   │   ├── k9_download_preference_activity.xml
│   │   │   ├── k9_preferences.xml
│   │   │   ├── led_pattern_dialog.xml
│   │   │   ├── listitem.xml
│   │   │   ├── locale_preferences.xml
│   │   │   ├── missed_calls_preferences.xml
│   │   │   ├── more_missed_call_options_activity.xml
│   │   │   ├── notification_preference_activity.xml
│   │   │   ├── notification_reply.xml
│   │   │   ├── notification_wrapper.xml
│   │   │   ├── package_listitem.xml
│   │   │   ├── preference_activity.xml
│   │   │   ├── privacy_preferences.xml
│   │   │   ├── quick_reply_preferences.xml
│   │   │   ├── quiet_time_period_dialog.xml
│   │   │   ├── quiet_time_preferences.xml
│   │   │   ├── reminder_preferences.xml
│   │   │   ├── reschedule_preferences.xml
│   │   │   ├── screen_preferences.xml
│   │   │   ├── select_blocking_apps_preference_activity.xml
│   │   │   ├── simple_list_item.xml
│   │   │   ├── sms_preferences.xml
│   │   │   ├── status_bar_notifications_preferences.xml
│   │   │   ├── theme_notification_reply.xml
│   │   │   ├── theme_notification.xml
│   │   │   ├── theme_preference_activity.xml
│   │   │   ├── upgrade_preference_activity.xml
│   │   │   └── vibrate_pattern_dialog.xml
│   │   ├── menu
│   │   │   ├── dismissbuttoncontextmenu.xml
│   │   │   ├── notificationcontextmenu.xml
│   │   │   └── optionsmenu.xml
│   │   ├── values
│   │   │   ├── arrays.xml
│   │   │   ├── attrs.xml
│   │   │   ├── colors.xml
│   │   │   ├── drawables.xml
│   │   │   ├── strings.xml
│   │   │   └── styles.xml
│   │   ├── values-de
│   │   │   └── strings.xml
│   │   ├── values-en
│   │   │   └── strings.xml
│   │   ├── values-en-rGB
│   │   │   └── strings.xml
│   │   ├── values-es
│   │   │   └── strings.xml
│   │   ├── values-fr
│   │   │   └── strings.xml
│   │   ├── values-ga
│   │   │   └── strings.xml
│   │   ├── values-he
│   │   │   └── strings.xml
│   │   ├── values-hu
│   │   │   └── strings.xml
│   │   ├── values-it
│   │   │   └── strings.xml
│   │   ├── values-iw
│   │   │   └── strings.xml
│   │   ├── values-ja
│   │   │   └── strings.xml
│   │   ├── values-pl
│   │   │   └── strings.xml
│   │   ├── values-pt
│   │   │   └── strings.xml
│   │   ├── values-pt-rBR
│   │   │   └── strings.xml
│   │   ├── values-ru
│   │   │   └── strings.xml
│   │   ├── values-zh-rCN
│   │   │   └── strings.xml
│   │   └── xml
│   │   ├── advanced_preferences.xml
│   │   ├── basic_preferences.xml
│   │   ├── calendar_customize_preferences.xml
│   │   ├── calendar_preferences.xml
│   │   ├── calendar_status_bar_notifications_preferences.xml
│   │   ├── customize_preferences.xml
│   │   ├── debug_preferences.xml
│   │   ├── k9_customize_preferences.xml
│   │   ├── k9_preferences.xml
│   │   ├── k9_status_bar_notifications_preferences.xml
│   │   ├── locale_preferences.xml
│   │   ├── missed_calls_customize_preferences.xml
│   │   ├── missed_calls_preferences.xml
│   │   ├── missed_calls_status_bar_notifications_preferences.xml
│   │   ├── privacy_preferences.xml
│   │   ├── quick_reply_preferences.xml
│   │   ├── quiet_time_preferences.xml
│   │   ├── reminder_preferences.xml
│   │   ├── reschedule_preferences.xml
│   │   ├── screen_preferences.xml
│   │   ├── sms_customize_preferences.xml
│   │   ├── sms_preferences.xml
│   │   └── sms_status_bar_notifications_preferences.xml
│   └── src
│   └── apps
│   └── droidnotify
│   ├── calendar
│   │   ├── CalendarCommon.java
│   │   ├── CalendarCustomizePreferenceActivity.java
│   │   ├── CalendarPreferenceActivity.java
│   │   ├── CalendarStatusBarNotificationsPreferenceActivity.java
│   │   └── SelectCalendarListPreference.java
│   ├── common
│   │   ├── Common.java
│   │   ├── Constants.java
│   │   └── FileUtils.java
│   ├── contacts
│   │   └── ContactsCommon.java
│   ├── db
│   │   ├── DBConstants.java
│   │   ├── providers
│   │   │   └── ReminderContentProvider.java
│   │   └── SQLiteHelperReminder.java
│   ├── email
│   │   └── EmailCommon.java
│   ├── emoji
│   │   └── EmojiCommon.java
│   ├── k9
│   │   ├── K9Common.java
│   │   ├── K9CustomizePreferenceActivity.java
│   │   ├── K9DownloadPreferenceActivity.java
│   │   ├── K9PreferenceActivity.java
│   │   └── K9StatusBarNotificationsPreferenceActivity.java
│   ├── log
│   │   └── Log.java
│   ├── NotificationActivity.java
│   ├── Notification.java
│   ├── NotificationViewFlipper.java
│   ├── NotificationView.java
│   ├── phone
│   │   ├── MoreMissedCallOptionsActivity.java
│   │   ├── PhoneCommon.java
│   │   ├── PhoneCustomizePreferenceActivity.java
│   │   ├── PhonePreferenceActivity.java
│   │   └── PhoneStatusBarNotificationsPreferenceActivity.java
│   ├── preferences
│   │   ├── AboutPreferenceActivity.java
│   │   ├── AddOnsActivity.java
│   │   ├── AdvancedPreferenceActivity.java
│   │   ├── BasicPreferenceActivity.java
│   │   ├── custom
│   │   │   ├── ImageArrayAdapter.java
│   │   │   └── ImageListPreference.java
│   │   ├── CustomizePreferenceActivity.java
│   │   ├── DebugPreferenceActivity.java
│   │   ├── LocalePreferenceActivity.java
│   │   ├── notifications
│   │   │   ├── LEDColorListPreference.java
│   │   │   ├── LEDPatternListPreference.java
│   │   │   └── VibratePatternListPreference.java
│   │   ├── NotificationsPreferenceActivity.java
│   │   ├── PreferencesActivity.java
│   │   ├── PrivacyPreferenceActivity.java
│   │   ├── QuietTimePreferenceActivity.java
│   │   ├── RemindersPreferenceActivity.java
│   │   ├── ReschedulePreferenceActivity.java
│   │   ├── ScreenPreferenceActivity.java
│   │   ├── theme
│   │   │   ├── ThemePreferenceActivity.java
│   │   │   ├── ThemeViewFlipper.java
│   │   │   └── ThemeView.java
│   │   └── UpgradePreferenceActivity.java
│   ├── quickreply
│   │   └── QuickReplyPreferenceActivity.java
│   ├── receivers
│   │   ├── CalendarAlarmReceiver.java
│   │   ├── CalendarNotificationAlarmReceiver.java
│   │   ├── GenericNotificationReceiver.java
│   │   ├── K9AlarmReceiver.java
│   │   ├── K9Receiver.java
│   │   ├── MMSAlarmReceiver.java
│   │   ├── MMSReceiver.java
│   │   ├── OnBootReceiver.java
│   │   ├── OnUpdateReceiver.java
│   │   ├── PhoneAlarmReceiver.java
│   │   ├── PhoneReceiver.java
│   │   ├── ReminderDBManagementReceiver.java
│   │   ├── RescheduleReceiver.java
│   │   ├── ScreenManagementAlarmReceiver.java
│   │   └── SMSReceiver.java
│   ├── reminder
│   │   └── ReminderCommon.java
│   ├── services
│   │   ├── CalendarAlarmReceiverService.java
│   │   ├── CalendarNotificationAlarmBroadcastReceiverService.java
│   │   ├── CalendarService.java
│   │   ├── GenericNotificationService.java
│   │   ├── K9AlarmBroadcastReceiverService.java
│   │   ├── K9BroadcastReceiverService.java
│   │   ├── K9Service.java
│   │   ├── MMSAlarmBroadcastReceiverService.java
│   │   ├── MMSBroadcastReceiverService.java
│   │   ├── MMSService.java
│   │   ├── OnBootService.java
│   │   ├── OnFirstRunService.java
│   │   ├── OnUpdateService.java
│   │   ├── PhoneAlarmBroadcastReceiverService.java
│   │   ├── PhoneBroadcastReceiverService.java
│   │   ├── PhoneService.java
│   │   ├── ReminderDBManagementService.java
│   │   ├── RescheduleService.java
│   │   ├── ScreenManagementAlarmBroadcastReceiverService.java
│   │   ├── SMSReceiverService.java
│   │   ├── SMSService.java
│   │   └── WakefulIntentService.java
│   └── sms
│   ├── SMSCommon.java
│   ├── SMSCustomizePreferenceActivity.java
│   ├── SMSPreferenceActivity.java
│   └── SMSStatusBarNotificationsPreferenceActivity.java
├── facebook-android-sdk-3.22.0
│   └── facebook-android-sdk-3.22.0
│   ├── AudienceNetwork
│   │   ├── bin
│   │   │   └── AudienceNetwork.jar
│   │   ├── docs
│   │   │   ├── allclasses-frame.html
│   │   │   ├── allclasses-noframe.html
│   │   │   ├── com
│   │   │   │   └── facebook
│   │   │   │   └── ads
│   │   │   │   ├── AdError.html
│   │   │   │   ├── Ad.html
│   │   │   │   ├── AdListener.html
│   │   │   │   ├── AdSettings.html
│   │   │   │   ├── AdSize.html
│   │   │   │   ├── AdView.html
│   │   │   │   ├── ImpressionListener.html
│   │   │   │   ├── InterstitialAdActivity.html
│   │   │   │   ├── InterstitialAd.html
│   │   │   │   ├── InterstitialAdListener.html
│   │   │   │   ├── NativeAd.html
│   │   │   │   ├── NativeAd.Image.html
│   │   │   │   ├── NativeAd.Rating.html
│   │   │   │   ├── package-frame.html
│   │   │   │   ├── package-summary.html
│   │   │   │   ├── package-tree.html
│   │   │   │   └── VideoAdActivity.html
│   │   │   ├── constant-values.html
│   │   │   ├── deprecated-list.html
│   │   │   ├── help-doc.html
│   │   │   ├── index-all.html
│   │   │   ├── index.html
│   │   │   ├── overview-tree.html
│   │   │   ├── package-list
│   │   │   ├── resources
│   │   │   │   ├── background.gif
│   │   │   │   ├── tab.gif
│   │   │   │   ├── titlebar_end.gif
│   │   │   │   └── titlebar.gif
│   │   │   └── stylesheet.css
│   │   ├── Readme.txt
│   │   └── samples
│   │   ├── AdUnitsSample
│   │   │   ├── AndroidManifest.xml
│   │   │   ├── ant.properties
│   │   │   ├── build.xml
│   │   │   ├── ic_launcher-web.png
│   │   │   ├── libs
│   │   │   │   ├── android-support-v4.jar
│   │   │   │   └── AudienceNetwork.jar
│   │   │   ├── proguard-project.txt
│   │   │   ├── project.properties
│   │   │   ├── res
│   │   │   │   ├── drawable-hdpi
│   │   │   │   │   └── ic_launcher.png
│   │   │   │   ├── drawable-mdpi
│   │   │   │   │   └── ic_launcher.png
│   │   │   │   ├── drawable-xhdpi
│   │   │   │   │   └── ic_launcher.png
│   │   │   │   ├── drawable-xxhdpi
│   │   │   │   │   └── ic_launcher.png
│   │   │   │   ├── layout
│   │   │   │   │   ├── activity_ad_sample.xml
│   │   │   │   │   ├── fragment_banner.xml
│   │   │   │   │   ├── fragment_interstitial.xml
│   │   │   │   │   └── fragment_rectangle.xml
│   │   │   │   ├── values
│   │   │   │   │   ├── layouts.xml
│   │   │   │   │   └── strings.xml
│   │   │   │   ├── values-large
│   │   │   │   │   └── layout.xml
│   │   │   │   └── values-sw600dp
│   │   │   │   └── layout.xml
│   │   │   └── src
│   │   │   └── com
│   │   │   └── facebook
│   │   │   └── samples
│   │   │   └── AdUnitsSample
│   │   │   ├── AdUnitsSampleActivity.java
│   │   │   ├── BannerFragment.java
│   │   │   ├── InterstitialFragment.java
│   │   │   ├── RectangleFragment.java
│   │   │   └── TabsViewPagerAdapter.java
│   │   └── NativeAdSample
│   │   ├── AndroidManifest.xml
│   │   ├── ant.properties
│   │   ├── build.xml
│   │   ├── ic_launcher-web.png
│   │   ├── libs
│   │   │   ├── android-support-v4.jar
│   │   │   └── AudienceNetwork.jar
│   │   ├── proguard-project.txt
│   │   ├── project.properties
│   │   ├── res
│   │   │   ├── drawable-hdpi
│   │   │   │   └── ic_launcher.png
│   │   │   ├── drawable-mdpi
│   │   │   │   └── ic_launcher.png
│   │   │   ├── drawable-xhdpi
│   │   │   │   └── ic_launcher.png
│   │   │   ├── drawable-xxhdpi
│   │   │   │   └── ic_launcher.png
│   │   │   ├── layout
│   │   │   │   ├── activity_native_ad_demo.xml
│   │   │   │   ├── ad_unit.xml
│   │   │   │   ├── list_item.xml
│   │   │   │   └── native_ad_list_demo.xml
│   │   │   └── values
│   │   │   └── strings.xml
│   │   └── src
│   │   └── com
│   │   └── facebook
│   │   └── samples
│   │   └── NativeAdSample
│   │   ├── NativeAdListActivity.java
│   │   └── NativeAdSampleActivity.java
│   ├── build.gradle
│   ├── CONTRIBUTING.mdown
│   ├── docs
│   │   ├── allclasses-frame.html
│   │   ├── allclasses-noframe.html
│   │   ├── com
│   │   │   └── facebook
│   │   │   ├── AccessToken.html
│   │   │   ├── AccessTokenSource.html
│   │   │   ├── android
│   │   │   │   ├── AsyncFacebookRunner.html
│   │   │   │   ├── AsyncFacebookRunner.RequestListener.html
│   │   │   │   ├── DialogError.html
│   │   │   │   ├── Facebook.DialogListener.html
│   │   │   │   ├── FacebookError.html
│   │   │   │   ├── Facebook.html
│   │   │   │   ├── Facebook.ServiceListener.html
│   │   │   │   ├── FbDialog.html
│   │   │   │   ├── package-frame.html
│   │   │   │   ├── package-summary.html
│   │   │   │   ├── package-tree.html
│   │   │   │   ├── R.attr.html
│   │   │   │   ├── R.color.html
│   │   │   │   ├── R.dimen.html
│   │   │   │   ├── R.drawable.html
│   │   │   │   ├── R.html
│   │   │   │   ├── R.id.html
│   │   │   │   ├── R.layout.html
│   │   │   │   ├── R.string.html
│   │   │   │   ├── R.styleable.html
│   │   │   │   ├── R.style.html
│   │   │   │   └── Util.html
│   │   │   ├── AppEventsConstants.html
│   │   │   ├── AppEventsLogger.FlushBehavior.html
│   │   │   ├── AppEventsLogger.html
│   │   │   ├── AppLinkData.CompletionHandler.html
│   │   │   ├── AppLinkData.html
│   │   │   ├── BoltsMeasurementEventListener.html
│   │   │   ├── FacebookAppLinkResolver.html
│   │   │   ├── FacebookAuthorizationException.html
│   │   │   ├── FacebookBroadcastReceiver.html
│   │   │   ├── FacebookDialogException.html
│   │   │   ├── FacebookException.html
│   │   │   ├── FacebookGraphObjectException.html
│   │   │   ├── FacebookOperationCanceledException.html
│   │   │   ├── FacebookRequestError.Category.html
│   │   │   ├── FacebookRequestError.html
│   │   │   ├── FacebookServiceException.html
│   │   │   ├── HttpMethod.html
│   │   │   ├── InsightsLogger.html
│   │   │   ├── internal
│   │   │   │   ├── AnalyticsEvents.html
│   │   │   │   ├── AttributionIdentifiers.html
│   │   │   │   ├── BundleJSONConverter.html
│   │   │   │   ├── BundleJSONConverter.Setter.html
│   │   │   │   ├── CacheableRequestBatch.html
│   │   │   │   ├── FacebookWebFallbackDialog.html
│   │   │   │   ├── FileLruCache.html
│   │   │   │   ├── FileLruCache.Limits.html
│   │   │   │   ├── ImageDownloader.html
│   │   │   │   ├── ImageRequest.Builder.html
│   │   │   │   ├── ImageRequest.Callback.html
│   │   │   │   ├── ImageRequest.html
│   │   │   │   ├── ImageResponse.html
│   │   │   │   ├── LikeActionController.CreationCallback.html
│   │   │   │   ├── LikeActionController.html
│   │   │   │   ├── LikeBoxCountView.html
│   │   │   │   ├── LikeBoxCountView.LikeBoxCountViewCaretPosition.html
│   │   │   │   ├── LikeButton.html
│   │   │   │   ├── Logger.html
│   │   │   │   ├── NativeProtocol.html
│   │   │   │   ├── package-frame.html
│   │   │   │   ├── package-summary.html
│   │   │   │   ├── package-tree.html
│   │   │   │   ├── PendingCallStore.html
│   │   │   │   ├── PlatformServiceClient.CompletedListener.html
│   │   │   │   ├── PlatformServiceClient.html
│   │   │   │   ├── ServerProtocol.html
│   │   │   │   ├── SessionAuthorizationType.html
│   │   │   │   ├── SessionTracker.html
│   │   │   │   ├── Utility.DialogFeatureConfig.html
│   │   │   │   ├── Utility.FetchedAppSettings.html
│   │   │   │   ├── Utility.html
│   │   │   │   └── Validate.html
│   │   │   ├── LegacyHelper.html
│   │   │   ├── LoggingBehavior.html
│   │   │   ├── LoginActivity.html
│   │   │   ├── model
│   │   │   │   ├── CreateGraphObject.html
│   │   │   │   ├── GraphLocation.html
│   │   │   │   ├── GraphMultiResult.html
│   │   │   │   ├── GraphObject.Factory.html
│   │   │   │   ├── GraphObject.html
│   │   │   │   ├── GraphObjectList.html
│   │   │   │   ├── GraphPlace.html
│   │   │   │   ├── GraphUser.html
│   │   │   │   ├── OpenGraphAction.Factory.html
│   │   │   │   ├── OpenGraphAction.html
│   │   │   │   ├── OpenGraphObject.Factory.html
│   │   │   │   ├── OpenGraphObject.html
│   │   │   │   ├── package-frame.html
│   │   │   │   ├── package-summary.html
│   │   │   │   ├── package-tree.html
│   │   │   │   └── PropertyName.html
│   │   │   ├── NativeAppCallAttachmentStore.html
│   │   │   ├── NativeAppCallContentProvider.html
│   │   │   ├── NonCachingTokenCachingStrategy.html
│   │   │   ├── package-frame.html
│   │   │   ├── package-summary.html
│   │   │   ├── package-tree.html
│   │   │   ├── RequestAsyncTask.html
│   │   │   ├── RequestBatch.Callback.html
│   │   │   ├── RequestBatch.html
│   │   │   ├── RequestBatch.OnProgressCallback.html
│   │   │   ├── Request.Callback.html
│   │   │   ├── Request.GraphPlaceListCallback.html
│   │   │   ├── Request.GraphUserCallback.html
│   │   │   ├── Request.GraphUserListCallback.html
│   │   │   ├── Request.html
│   │   │   ├── Request.OnProgressCallback.html
│   │   │   ├── Response.html
│   │   │   ├── Response.PagingDirection.html
│   │   │   ├── Session.AuthorizationRequest.html
│   │   │   ├── Session.Builder.html
│   │   │   ├── SessionDefaultAudience.html
│   │   │   ├── Session.html
│   │   │   ├── SessionLoginBehavior.html
│   │   │   ├── Session.NewPermissionsRequest.html
│   │   │   ├── Session.OpenRequest.html
│   │   │   ├── SessionState.html
│   │   │   ├── Session.StatusCallback.html
│   │   │   ├── Settings.html
│   │   │   ├── SharedPreferencesTokenCachingStrategy.html
│   │   │   ├── TestSession.html
│   │   │   ├── TokenCachingStrategy.html
│   │   │   ├── UiLifecycleHelper.html
│   │   │   └── widget
│   │   │   ├── FacebookDialog.Builder.html
│   │   │   ├── FacebookDialog.Callback.html
│   │   │   ├── FacebookDialog.DialogFeature.html
│   │   │   ├── FacebookDialog.html
│   │   │   ├── FacebookDialog.MessageDialogBuilder.html
│   │   │   ├── FacebookDialog.MessageDialogFeature.html
│   │   │   ├── FacebookDialog.OpenGraphActionDialogBuilder.html
│   │   │   ├── FacebookDialog.OpenGraphActionDialogFeature.html
│   │   │   ├── FacebookDialog.OpenGraphMessageDialogBuilder.html
│   │   │   ├── FacebookDialog.OpenGraphMessageDialogFeature.html
│   │   │   ├── FacebookDialog.PendingCall.html
│   │   │   ├── FacebookDialog.PhotoMessageDialogBuilder.html
│   │   │   ├── FacebookDialog.PhotoShareDialogBuilder.html
│   │   │   ├── FacebookDialog.ShareDialogBuilder.html
│   │   │   ├── FacebookDialog.ShareDialogFeature.html
│   │   │   ├── FacebookDialog.VideoMessageDialogBuilder.html
│   │   │   ├── FacebookDialog.VideoShareDialogBuilder.html
│   │   │   ├── FriendPickerFragment.FriendPickerType.html
│   │   │   ├── FriendPickerFragment.html
│   │   │   ├── LikeView.AuxiliaryViewPosition.html
│   │   │   ├── LikeView.HorizontalAlignment.html
│   │   │   ├── LikeView.html
│   │   │   ├── LikeView.OnErrorListener.html
│   │   │   ├── LikeView.Style.html
│   │   │   ├── LoginButton.html
│   │   │   ├── LoginButton.OnErrorListener.html
│   │   │   ├── LoginButton.ToolTipMode.html
│   │   │   ├── LoginButton.UserInfoChangedCallback.html
│   │   │   ├── package-frame.html
│   │   │   ├── package-summary.html
│   │   │   ├── package-tree.html
│   │   │   ├── PickerFragment.GraphObjectFilter.html
│   │   │   ├── PickerFragment.html
│   │   │   ├── PickerFragment.OnDataChangedListener.html
│   │   │   ├── PickerFragment.OnDoneButtonClickedListener.html
│   │   │   ├── PickerFragment.OnErrorListener.html
│   │   │   ├── PickerFragment.OnSelectionChangedListener.html
│   │   │   ├── PlacePickerFragment.html
│   │   │   ├── ProfilePictureView.html
│   │   │   ├── ProfilePictureView.OnErrorListener.html
│   │   │   ├── ToolTipPopup.html
│   │   │   ├── ToolTipPopup.Style.html
│   │   │   ├── UserSettingsFragment.html
│   │   │   ├── WebDialog.Builder.html
│   │   │   ├── WebDialog.FeedDialogBuilder.html
│   │   │   ├── WebDialog.html
│   │   │   ├── WebDialog.OnCompleteListener.html
│   │   │   └── WebDialog.RequestsDialogBuilder.html
│   │   ├── constant-values.html
│   │   ├── deprecated-list.html
│   │   ├── help-doc.html
│   │   ├── index-all.html
│   │   ├── index.html
│   │   ├── overview-frame.html
│   │   ├── overview-summary.html
│   │   ├── overview-tree.html
│   │   ├── package-list
│   │   ├── resources
│   │   │   ├── background.gif
│   │   │   ├── tab.gif
│   │   │   ├── titlebar_end.gif
│   │   │   └── titlebar.gif
│   │   ├── serialized-form.html
│   │   └── stylesheet.css
│   ├── facebook
│   │   ├── AndroidManifest.xml
│   │   ├── assets
│   │   ├── bin
│   │   │   ├── AndroidManifest.xml
│   │   │   ├── classes
│   │   │   │   └── com
│   │   │   │   └── facebook
│   │   │   │   ├── AccessToken$SerializationProxyV1.class
│   │   │   │   ├── AccessToken$SerializationProxyV2.class
│   │   │   │   ├── AccessToken.class
│   │   │   │   ├── AccessTokenSource.class
│   │   │   │   ├── android
│   │   │   │   │   ├── AsyncFacebookRunner$1.class
│   │   │   │   │   ├── AsyncFacebookRunner$2.class
│   │   │   │   │   ├── AsyncFacebookRunner$RequestListener.class
│   │   │   │   │   ├── AsyncFacebookRunner.class
│   │   │   │   │   ├── BuildConfig.class
│   │   │   │   │   ├── DialogError.class
│   │   │   │   │   ├── Facebook$1.class
│   │   │   │   │   ├── Facebook$DialogListener.class
│   │   │   │   │   ├── Facebook$ServiceListener.class
│   │   │   │   │   ├── Facebook$SetterTokenCachingStrategy.class
│   │   │   │   │   ├── Facebook$TokenRefreshConnectionHandler.class
│   │   │   │   │   ├── Facebook$TokenRefreshServiceConnection.class
│   │   │   │   │   ├── Facebook.class
│   │   │   │   │   ├── FacebookError.class
│   │   │   │   │   ├── FbDialog$1.class
│   │   │   │   │   ├── FbDialog.class
│   │   │   │   │   ├── R$attr.class
│   │   │   │   │   ├── R$color.class
│   │   │   │   │   ├── R$dimen.class
│   │   │   │   │   ├── R$drawable.class
│   │   │   │   │   ├── R$id.class
│   │   │   │   │   ├── R$layout.class
│   │   │   │   │   ├── R$string.class
│   │   │   │   │   ├── R$styleable.class
│   │   │   │   │   ├── R$style.class
│   │   │   │   │   ├── R.class
│   │   │   │   │   └── Util.class
│   │   │   │   ├── AppEventsConstants.class
│   │   │   │   ├── AppEventsLogger$1.class
│   │   │   │   ├── AppEventsLogger$2.class
│   │   │   │   ├── AppEventsLogger$3.class
│   │   │   │   ├── AppEventsLogger$4.class
│   │   │   │   ├── AppEventsLogger$5.class
│   │   │   │   ├── AppEventsLogger$6.class
│   │   │   │   ├── AppEventsLogger$7.class
│   │   │   │   ├── AppEventsLogger$AccessTokenAppIdPair$SerializationProxyV1.class
│   │   │   │   ├── AppEventsLogger$AccessTokenAppIdPair.class
│   │   │   │   ├── AppEventsLogger$AppEvent$SerializationProxyV1.class
│   │   │   │   ├── AppEventsLogger$AppEvent.class
│   │   │   │   ├── AppEventsLogger$FlushBehavior.class
│   │   │   │   ├── AppEventsLogger$FlushReason.class
│   │   │   │   ├── AppEventsLogger$FlushResult.class
│   │   │   │   ├── AppEventsLogger$FlushStatistics.class
│   │   │   │   ├── AppEventsLogger$PersistedAppSessionInfo$1.class
│   │   │   │   ├── AppEventsLogger$PersistedAppSessionInfo.class
│   │   │   │   ├── AppEventsLogger$PersistedEvents.class
│   │   │   │   ├── AppEventsLogger$SessionEventsState.class
│   │   │   │   ├── AppEventsLogger.class
│   │   │   │   ├── AppLinkData$1.class
│   │   │   │   ├── AppLinkData$CompletionHandler.class
│   │   │   │   ├── AppLinkData.class
│   │   │   │   ├── AuthorizationClient$1.class
│   │   │   │   ├── AuthorizationClient$2.class
│   │   │   │   ├── AuthorizationClient$3.class
│   │   │   │   ├── AuthorizationClient$4.class
│   │   │   │   ├── AuthorizationClient$5.class
│   │   │   │   ├── AuthorizationClient$AuthDialogBuilder.class
│   │   │   │   ├── AuthorizationClient$AuthHandler.class
│   │   │   │   ├── AuthorizationClient$AuthorizationRequest.class
│   │   │   │   ├── AuthorizationClient$BackgroundProcessingListener.class
│   │   │   │   ├── AuthorizationClient$GetTokenAuthHandler$1.class
│   │   │   │   ├── AuthorizationClient$GetTokenAuthHandler.class
│   │   │   │   ├── AuthorizationClient$KatanaAuthHandler.class
│   │   │   │   ├── AuthorizationClient$KatanaProxyAuthHandler.class
│   │   │   │   ├── AuthorizationClient$OnCompletedListener.class
│   │   │   │   ├── AuthorizationClient$Result$Code.class
│   │   │   │   ├── AuthorizationClient$Result.class
│   │   │   │   ├── AuthorizationClient$StartActivityDelegate.class
│   │   │   │   ├── AuthorizationClient$WebViewAuthHandler$1.class
│   │   │   │   ├── AuthorizationClient$WebViewAuthHandler.class
│   │   │   │   ├── AuthorizationClient.class
│   │   │   │   ├── BoltsMeasurementEventListener.class
│   │   │   │   ├── FacebookAppLinkResolver$1.class
│   │   │   │   ├── FacebookAppLinkResolver$2.class
│   │   │   │   ├── FacebookAppLinkResolver.class
│   │   │   │   ├── FacebookAuthorizationException.class
│   │   │   │   ├── FacebookBroadcastReceiver.class
│   │   │   │   ├── FacebookDialogException.class
│   │   │   │   ├── FacebookException.class
│   │   │   │   ├── FacebookGraphObjectException.class
│   │   │   │   ├── FacebookOperationCanceledException.class
│   │   │   │   ├── FacebookRequestError$Category.class
│   │   │   │   ├── FacebookRequestError$Range.class
│   │   │   │   ├── FacebookRequestError.class
│   │   │   │   ├── FacebookSdkVersion.class
│   │   │   │   ├── FacebookServiceException.class
│   │   │   │   ├── FacebookTimeSpentData$SerializationProxyV1.class
│   │   │   │   ├── FacebookTimeSpentData$SerializationProxyV2.class
│   │   │   │   ├── FacebookTimeSpentData.class
│   │   │   │   ├── GetTokenClient.class
│   │   │   │   ├── HttpMethod.class
│   │   │   │   ├── InsightsLogger.class
│   │   │   │   ├── internal
│   │   │   │   │   ├── AnalyticsEvents.class
│   │   │   │   │   ├── AttributionIdentifiers.class
│   │   │   │   │   ├── BundleJSONConverter$1.class
│   │   │   │   │   ├── BundleJSONConverter$2.class
│   │   │   │   │   ├── BundleJSONConverter$3.class
│   │   │   │   │   ├── BundleJSONConverter$4.class
│   │   │   │   │   ├── BundleJSONConverter$5.class
│   │   │   │   │   ├── BundleJSONConverter$6.class
│   │   │   │   │   ├── BundleJSONConverter$7.class
│   │   │   │   │   ├── BundleJSONConverter$Setter.class
│   │   │   │   │   ├── BundleJSONConverter.class
│   │   │   │   │   ├── CacheableRequestBatch.class
│   │   │   │   │   ├── FacebookWebFallbackDialog$1.class
│   │   │   │   │   ├── FacebookWebFallbackDialog$2.class
│   │   │   │   │   ├── FacebookWebFallbackDialog.class
│   │   │   │   │   ├── FileLruCache$1.class
│   │   │   │   │   ├── FileLruCache$2.class
│   │   │   │   │   ├── FileLruCache$3.class
│   │   │   │   │   ├── FileLruCache$BufferFile$1.class
│   │   │   │   │   ├── FileLruCache$BufferFile$2.class
│   │   │   │   │   ├── FileLruCache$BufferFile.class
│   │   │   │   │   ├── FileLruCache$CloseCallbackOutputStream.class
│   │   │   │   │   ├── FileLruCache$CopyingInputStream.class
│   │   │   │   │   ├── FileLruCache$Limits.class
│   │   │   │   │   ├── FileLruCache$ModifiedFile.class
│   │   │   │   │   ├── FileLruCache$StreamCloseCallback.class
│   │   │   │   │   ├── FileLruCache$StreamHeader.class
│   │   │   │   │   ├── FileLruCache.class
│   │   │   │   │   ├── ImageDownloader$1.class
│   │   │   │   │   ├── ImageDownloader$CacheReadWorkItem.class
│   │   │   │   │   ├── ImageDownloader$DownloaderContext.class
│   │   │   │   │   ├── ImageDownloader$DownloadImageWorkItem.class
│   │   │   │   │   ├── ImageDownloader$RequestKey.class
│   │   │   │   │   ├── ImageDownloader.class
│   │   │   │   │   ├── ImageRequest$Builder.class
│   │   │   │   │   ├── ImageRequest$Callback.class
│   │   │   │   │   ├── ImageRequest.class
│   │   │   │   │   ├── ImageResponseCache$BufferedHttpInputStream.class
│   │   │   │   │   ├── ImageResponseCache.class
│   │   │   │   │   ├── ImageResponse.class
│   │   │   │   │   ├── LikeActionController$10.class
│   │   │   │   │   ├── LikeActionController$1.class
│   │   │   │   │   ├── LikeActionController$2.class
│   │   │   │   │   ├── LikeActionController$3.class
│   │   │   │   │   ├── LikeActionController$4$1.class
│   │   │   │   │   ├── LikeActionController$4.class
│   │   │   │   │   ├── LikeActionController$5.class
│   │   │   │   │   ├── LikeActionController$6$1.class
│   │   │   │   │   ├── LikeActionController$6.class
│   │   │   │   │   ├── LikeActionController$7.class
│   │   │   │   │   ├── LikeActionController$8$1.class
│   │   │   │   │   ├── LikeActionController$8.class
│   │   │   │   │   ├── LikeActionController$9.class
│   │   │   │   │   ├── LikeActionController$AbstractRequestWrapper$1.class
│   │   │   │   │   ├── LikeActionController$AbstractRequestWrapper.class
│   │   │   │   │   ├── LikeActionController$CreateLikeActionControllerWorkItem.class
│   │   │   │   │   ├── LikeActionController$CreationCallback.class
│   │   │   │   │   ├── LikeActionController$GetEngagementRequestWrapper.class
│   │   │   │   │   ├── LikeActionController$GetOGObjectIdRequestWrapper.class
│   │   │   │   │   ├── LikeActionController$GetOGObjectLikesRequestWrapper.class
│   │   │   │   │   ├── LikeActionController$GetPageIdRequestWrapper.class
│   │   │   │   │   ├── LikeActionController$LikeDialogBuilder.class
│   │   │   │   │   ├── LikeActionController$LikeDialogFeature.class
│   │   │   │   │   ├── LikeActionController$MRUCacheWorkItem.class
│   │   │   │   │   ├── LikeActionController$PublishLikeRequestWrapper.class
│   │   │   │   │   ├── LikeActionController$PublishUnlikeRequestWrapper.class
│   │   │   │   │   ├── LikeActionController$RequestCompletionCallback.class
│   │   │   │   │   ├── LikeActionController$SerializeToDiskWorkItem.class
│   │   │   │   │   ├── LikeActionController.class
│   │   │   │   │   ├── LikeBoxCountView$LikeBoxCountViewCaretPosition.class
│   │   │   │   │   ├── LikeBoxCountView.class
│   │   │   │   │   ├── LikeButton.class
│   │   │   │   │   ├── LikeStatusClient.class
│   │   │   │   │   ├── Logger.class
│   │   │   │   │   ├── NativeProtocol$KatanaAppInfo.class
│   │   │   │   │   ├── NativeProtocol$MessengerAppInfo.class
│   │   │   │   │   ├── NativeProtocol$NativeAppInfo.class
│   │   │   │   │   ├── NativeProtocol$WakizashiAppInfo.class
│   │   │   │   │   ├── NativeProtocol.class
│   │   │   │   │   ├── package-info.class
│   │   │   │   │   ├── PendingCallStore.class
│   │   │   │   │   ├── PlatformServiceClient$1.class
│   │   │   │   │   ├── PlatformServiceClient$CompletedListener.class
│   │   │   │   │   ├── PlatformServiceClient.class
│   │   │   │   │   ├── ServerProtocol.class
│   │   │   │   │   ├── SessionAuthorizationType.class
│   │   │   │   │   ├── SessionTracker$ActiveSessionBroadcastReceiver.class
│   │   │   │   │   ├── SessionTracker$CallbackWrapper.class
│   │   │   │   │   ├── SessionTracker.class
│   │   │   │   │   ├── UrlRedirectCache.class
│   │   │   │   │   ├── Utility$1.class
│   │   │   │   │   ├── Utility$DialogFeatureConfig.class
│   │   │   │   │   ├── Utility$FetchedAppSettings.class
│   │   │   │   │   ├── Utility.class
│   │   │   │   │   ├── Validate.class
│   │   │   │   │   ├── WorkQueue$1.class
│   │   │   │   │   ├── WorkQueue$WorkItem.class
│   │   │   │   │   ├── WorkQueue$WorkNode.class
│   │   │   │   │   └── WorkQueue.class
│   │   │   │   ├── LegacyHelper.class
│   │   │   │   ├── LoggingBehavior.class
│   │   │   │   ├── LoginActivity$1.class
│   │   │   │   ├── LoginActivity$2.class
│   │   │   │   ├── LoginActivity.class
│   │   │   │   ├── model
│   │   │   │   │   ├── CreateGraphObject.class
│   │   │   │   │   ├── GraphLocation.class
│   │   │   │   │   ├── GraphMultiResult.class
│   │   │   │   │   ├── GraphObject$Factory$GraphObjectListImpl.class
│   │   │   │   │   ├── GraphObject$Factory$GraphObjectProxy$1.class
│   │   │   │   │   ├── GraphObject$Factory$GraphObjectProxy.class
│   │   │   │   │   ├── GraphObject$Factory$ProxyBase.class
│   │   │   │   │   ├── GraphObject$Factory.class
│   │   │   │   │   ├── GraphObject.class
│   │   │   │   │   ├── GraphObjectList.class
│   │   │   │   │   ├── GraphPlace.class
│   │   │   │   │   ├── GraphUser.class
│   │   │   │   │   ├── JsonUtil$JSONObjectEntry.class
│   │   │   │   │   ├── JsonUtil.class
│   │   │   │   │   ├── OpenGraphAction$Factory.class
│   │   │   │   │   ├── OpenGraphAction.class
│   │   │   │   │   ├── OpenGraphObject$Factory.class
│   │   │   │   │   ├── OpenGraphObject.class
│   │   │   │   │   └── PropertyName.class
│   │   │   │   ├── NativeAppCallAttachmentStore$1.class
│   │   │   │   ├── NativeAppCallAttachmentStore$2.class
│   │   │   │   ├── NativeAppCallAttachmentStore$ProcessAttachment.class
│   │   │   │   ├── NativeAppCallAttachmentStore.class
│   │   │   │   ├── NativeAppCallContentProvider$AttachmentDataSource.class
│   │   │   │   ├── NativeAppCallContentProvider.class
│   │   │   │   ├── NonCachingTokenCachingStrategy.class
│   │   │   │   ├── ProgressNoopOutputStream.class
│   │   │   │   ├── ProgressOutputStream$1.class
│   │   │   │   ├── ProgressOutputStream.class
│   │   │   │   ├── Request$1.class
│   │   │   │   ├── Request$2.class
│   │   │   │   ├── Request$3.class
│   │   │   │   ├── Request$4.class
│   │   │   │   ├── Request$5.class
│   │   │   │   ├── Request$Attachment.class
│   │   │   │   ├── Request$Callback.class
│   │   │   │   ├── Request$GraphPlaceListCallback.class
│   │   │   │   ├── Request$GraphUserCallback.class
│   │   │   │   ├── Request$GraphUserListCallback.class
│   │   │   │   ├── Request$KeyValueSerializer.class
│   │   │   │   ├── Request$OnProgressCallback.class
│   │   │   │   ├── Request$ParcelFileDescriptorWithMimeType$1.class
│   │   │   │   ├── Request$ParcelFileDescriptorWithMimeType.class
│   │   │   │   ├── Request$Serializer.class
│   │   │   │   ├── RequestAsyncTask.class
│   │   │   │   ├── RequestBatch$Callback.class
│   │   │   │   ├── RequestBatch$OnProgressCallback.class
│   │   │   │   ├── RequestBatch.class
│   │   │   │   ├── Request.class
│   │   │   │   ├── RequestOutputStream.class
│   │   │   │   ├── RequestProgress$1.class
│   │   │   │   ├── RequestProgress.class
│   │   │   │   ├── Response$PagedResults.class
│   │   │   │   ├── Response$PagingDirection.class
│   │   │   │   ├── Response$PagingInfo.class
│   │   │   │   ├── Response.class
│   │   │   │   ├── Session$1.class
│   │   │   │   ├── Session$2.class
│   │   │   │   ├── Session$3.class
│   │   │   │   ├── Session$4$1.class
│   │   │   │   ├── Session$4.class
│   │   │   │   ├── Session$AuthorizationRequest$1.class
│   │   │   │   ├── Session$AuthorizationRequest$2.class
│   │   │   │   ├── Session$AuthorizationRequest$3.class
│   │   │   │   ├── Session$AuthorizationRequest$4.class
│   │   │   │   ├── Session$AuthorizationRequest$AuthRequestSerializationProxyV1.class
│   │   │   │   ├── Session$AuthorizationRequest.class
│   │   │   │   ├── Session$AutoPublishAsyncTask.class
│   │   │   │   ├── Session$Builder.class
│   │   │   │   ├── Session$NewPermissionsRequest.class
│   │   │   │   ├── Session$OpenRequest.class
│   │   │   │   ├── Session$PermissionsPair.class
│   │   │   │   ├── Session$SerializationProxyV1.class
│   │   │   │   ├── Session$SerializationProxyV2.class
│   │   │   │   ├── Session$StartActivityDelegate.class
│   │   │   │   ├── Session$StatusCallback.class
│   │   │   │   ├── Session$TokenRefreshRequest.class
│   │   │   │   ├── Session$TokenRefreshRequestHandler.class
│   │   │   │   ├── Session.class
│   │   │   │   ├── SessionDefaultAudience.class
│   │   │   │   ├── SessionLoginBehavior.class
│   │   │   │   ├── SessionState$Category.class
│   │   │   │   ├── SessionState.class
│   │   │   │   ├── Settings$1.class
│   │   │   │   ├── Settings$2$1.class
│   │   │   │   ├── Settings$2.class
│   │   │   │   ├── Settings.class
│   │   │   │   ├── SharedPreferencesTokenCachingStrategy.class
│   │   │   │   ├── TestSession$Mode.class
│   │   │   │   ├── TestSession$TestAccount.class
│   │   │   │   ├── TestSession$TestAccountsResponse.class
│   │   │   │   ├── TestSession$TestTokenCachingStrategy.class
│   │   │   │   ├── TestSession.class
│   │   │   │   ├── TokenCachingStrategy.class
│   │   │   │   ├── UiLifecycleHelper$ActiveSessionBroadcastReceiver.class
│   │   │   │   ├── UiLifecycleHelper.class
│   │   │   │   └── widget
│   │   │   │   ├── FacebookDialog$Builder$1.class
│   │   │   │   ├── FacebookDialog$Builder.class
│   │   │   │   ├── FacebookDialog$Callback.class
│   │   │   │   ├── FacebookDialog$DialogFeature.class
│   │   │   │   ├── FacebookDialog$MessageDialogBuilder.class
│   │   │   │   ├── FacebookDialog$MessageDialogFeature.class
│   │   │   │   ├── FacebookDialog$OnPresentCallback.class
│   │   │   │   ├── FacebookDialog$OpenGraphActionDialogBuilder.class
│   │   │   │   ├── FacebookDialog$OpenGraphActionDialogFeature.class
│   │   │   │   ├── FacebookDialog$OpenGraphDialogBuilderBase.class
│   │   │   │   ├── FacebookDialog$OpenGraphMessageDialogBuilder.class
│   │   │   │   ├── FacebookDialog$OpenGraphMessageDialogFeature.class
│   │   │   │   ├── FacebookDialog$PendingCall$1.class
│   │   │   │   ├── FacebookDialog$PendingCall.class
│   │   │   │   ├── FacebookDialog$PhotoDialogBuilderBase.class
│   │   │   │   ├── FacebookDialog$PhotoMessageDialogBuilder.class
│   │   │   │   ├── FacebookDialog$PhotoShareDialogBuilder.class
│   │   │   │   ├── FacebookDialog$ShareDialogBuilderBase.class
│   │   │   │   ├── FacebookDialog$ShareDialogBuilder.class
│   │   │   │   ├── FacebookDialog$ShareDialogFeature.class
│   │   │   │   ├── FacebookDialog$VideoDialogBuilderBase.class
│   │   │   │   ├── FacebookDialog$VideoMessageDialogBuilder.class
│   │   │   │   ├── FacebookDialog$VideoShareDialogBuilder.class
│   │   │   │   ├── FacebookDialog.class
│   │   │   │   ├── FacebookFragment$DefaultSessionStatusCallback.class
│   │   │   │   ├── FacebookFragment.class
│   │   │   │   ├── FriendPickerFragment$1.class
│   │   │   │   ├── FriendPickerFragment$FriendPickerType.class
│   │   │   │   ├── FriendPickerFragment$ImmediateLoadingStrategy.class
│   │   │   │   ├── FriendPickerFragment.class
│   │   │   │   ├── GraphObjectAdapter$1.class
│   │   │   │   ├── GraphObjectAdapter$2.class
│   │   │   │   ├── GraphObjectAdapter$DataNeededListener.class
│   │   │   │   ├── GraphObjectAdapter$Filter.class
│   │   │   │   ├── GraphObjectAdapter$ItemPicture.class
│   │   │   │   ├── GraphObjectAdapter$ItemPictureData.class
│   │   │   │   ├── GraphObjectAdapter$OnErrorListener.class
│   │   │   │   ├── GraphObjectAdapter$SectionAndItem$Type.class
│   │   │   │   ├── GraphObjectAdapter$SectionAndItem.class
│   │   │   │   ├── GraphObjectAdapter.class
│   │   │   │   ├── GraphObjectCursor.class
│   │   │   │   ├── GraphObjectPagingLoader$1.class
│   │   │   │   ├── GraphObjectPagingLoader$2.class
│   │   │   │   ├── GraphObjectPagingLoader$3.class
│   │   │   │   ├── GraphObjectPagingLoader$OnErrorListener.class
│   │   │   │   ├── GraphObjectPagingLoader$PagedResults.class
│   │   │   │   ├── GraphObjectPagingLoader.class
│   │   │   │   ├── LikeView$1.class
│   │   │   │   ├── LikeView$AuxiliaryViewPosition.class
│   │   │   │   ├── LikeView$HorizontalAlignment.class
│   │   │   │   ├── LikeView$LikeActionControllerCreationCallback.class
│   │   │   │   ├── LikeView$LikeControllerBroadcastReceiver.class
│   │   │   │   ├── LikeView$OnErrorListener.class
│   │   │   │   ├── LikeView$Style.class
│   │   │   │   ├── LikeView.class
│   │   │   │   ├── LoginButton$1.class
│   │   │   │   ├── LoginButton$2.class
│   │   │   │   ├── LoginButton$LoginButtonCallback.class
│   │   │   │   ├── LoginButton$LoginButtonProperties.class
│   │   │   │   ├── LoginButton$LoginClickListener$1.class
│   │   │   │   ├── LoginButton$LoginClickListener.class
│   │   │   │   ├── LoginButton$OnErrorListener.class
│   │   │   │   ├── LoginButton$ToolTipMode.class
│   │   │   │   ├── LoginButton$UserInfoChangedCallback.class
│   │   │   │   ├── LoginButton.class
│   │   │   │   ├── PickerFragment$1.class
│   │   │   │   ├── PickerFragment$2.class
│   │   │   │   ├── PickerFragment$3.class
│   │   │   │   ├── PickerFragment$4.class
│   │   │   │   ├── PickerFragment$5.class
│   │   │   │   ├── PickerFragment$6.class
│   │   │   │   ├── PickerFragment$GraphObjectFilter.class
│   │   │   │   ├── PickerFragment$LoadingStrategy$1.class
│   │   │   │   ├── PickerFragment$LoadingStrategy$2.class
│   │   │   │   ├── PickerFragment$LoadingStrategy$3.class
│   │   │   │   ├── PickerFragment$LoadingStrategy.class
│   │   │   │   ├── PickerFragment$MultiSelectionStrategy.class
│   │   │   │   ├── PickerFragment$OnDataChangedListener.class
│   │   │   │   ├── PickerFragment$OnDoneButtonClickedListener.class
│   │   │   │   ├── PickerFragment$OnErrorListener.class
│   │   │   │   ├── PickerFragment$OnSelectionChangedListener.class
│   │   │   │   ├── PickerFragment$PickerFragmentAdapter.class
│   │   │   │   ├── PickerFragment$SelectionStrategy.class
│   │   │   │   ├── PickerFragment$SingleSelectionStrategy.class
│   │   │   │   ├── PickerFragment.class
│   │   │   │   ├── PlacePickerFragment$1.class
│   │   │   │   ├── PlacePickerFragment$2.class
│   │   │   │   ├── PlacePickerFragment$3.class
│   │   │   │   ├── PlacePickerFragment$AsNeededLoadingStrategy$1.class
│   │   │   │   ├── PlacePickerFragment$AsNeededLoadingStrategy.class
│   │   │   │   ├── PlacePickerFragment$SearchTextWatcher.class
│   │   │   │   ├── PlacePickerFragment.class
│   │   │   │   ├── ProfilePictureView$1.class
│   │   │   │   ├── ProfilePictureView$OnErrorListener.class
│   │   │   │   ├── ProfilePictureView.class
│   │   │   │   ├── SimpleGraphObjectCursor.class
│   │   │   │   ├── ToolTipPopup$1.class
│   │   │   │   ├── ToolTipPopup$2.class
│   │   │   │   ├── ToolTipPopup$3.class
│   │   │   │   ├── ToolTipPopup$PopupContentView.class
│   │   │   │   ├── ToolTipPopup$Style.class
│   │   │   │   ├── ToolTipPopup.class
│   │   │   │   ├── UserSettingsFragment$1.class
│   │   │   │   ├── UserSettingsFragment$2.class
│   │   │   │   ├── UserSettingsFragment.class
│   │   │   │   ├── WebDialog$1.class
│   │   │   │   ├── WebDialog$2.class
│   │   │   │   ├── WebDialog$3.class
│   │   │   │   ├── WebDialog$BuilderBase.class
│   │   │   │   ├── WebDialog$Builder.class
│   │   │   │   ├── WebDialog$DialogWebViewClient.class
│   │   │   │   ├── WebDialog$FeedDialogBuilder.class
│   │   │   │   ├── WebDialog$OnCompleteListener.class
│   │   │   │   ├── WebDialog$RequestsDialogBuilder.class
│   │   │   │   └── WebDialog.class
│   │   │   ├── facebooksdk.jar
│   │   │   ├── jarlist.cache
│   │   │   ├── res
│   │   │   │   └── crunch
│   │   │   │   ├── drawable
│   │   │   │   │   ├── com_facebook_button_blue_focused.9.png
│   │   │   │   │   ├── com_facebook_button_blue_normal.9.png
│   │   │   │   │   ├── com_facebook_button_blue_pressed.9.png
│   │   │   │   │   ├── com_facebook_button_check_off.png
│   │   │   │   │   ├── com_facebook_button_check_on.png
│   │   │   │   │   ├── com_facebook_button_grey_focused.9.png
│   │   │   │   │   ├── com_facebook_button_grey_normal.9.png
│   │   │   │   │   ├── com_facebook_button_grey_pressed.9.png
│   │   │   │   │   ├── com_facebook_button_like_background.png
│   │   │   │   │   ├── com_facebook_button_like_background_selected.png
│   │   │   │   │   ├── com_facebook_button_like_icon.png
│   │   │   │   │   ├── com_facebook_button_like_icon_selected.png
│   │   │   │   │   ├── com_facebook_button_like_pressed.png
│   │   │   │   │   ├── com_facebook_close.png
│   │   │   │   │   ├── com_facebook_inverse_icon.png
│   │   │   │   │   ├── com_facebook_list_divider.9.png
│   │   │   │   │   ├── com_facebook_list_section_header_background.9.png
│   │   │   │   │   ├── com_facebook_logo.png
│   │   │   │   │   ├── com_facebook_picker_list_focused.9.png
│   │   │   │   │   ├── com_facebook_picker_list_longpressed.9.png
│   │   │   │   │   ├── com_facebook_picker_list_pressed.9.png
│   │   │   │   │   ├── com_facebook_picker_list_selector_disabled.9.png
│   │   │   │   │   ├── com_facebook_place_default_icon.png
│   │   │   │   │   ├── com_facebook_profile_default_icon.png
│   │   │   │   │   ├── com_facebook_profile_picture_blank_portrait.png
│   │   │   │   │   └── com_facebook_profile_picture_blank_square.png
│   │   │   │   ├── drawable-hdpi
│   │   │   │   │   ├── com_facebook_button_blue_focused.9.png
│   │   │   │   │   ├── com_facebook_button_blue_normal.9.png
│   │   │   │   │   ├── com_facebook_button_blue_pressed.9.png
│   │   │   │   │   ├── com_facebook_button_grey_focused.9.png
│   │   │   │   │   ├── com_facebook_button_grey_normal.9.png
│   │   │   │   │   ├── com_facebook_button_grey_pressed.9.png
│   │   │   │   │   ├── com_facebook_button_like_background.png
│   │   │   │   │   ├── com_facebook_button_like_background_selected.png
│   │   │   │   │   ├── com_facebook_button_like_icon.png
│   │   │   │   │   ├── com_facebook_button_like_icon_selected.png
│   │   │   │   │   ├── com_facebook_button_like_pressed.png
│   │   │   │   │   ├── com_facebook_close.png
│   │   │   │   │   ├── com_facebook_inverse_icon.png
│   │   │   │   │   ├── com_facebook_logo.png
│   │   │   │   │   ├── com_facebook_picker_magnifier.png
│   │   │   │   │   ├── com_facebook_tooltip_black_background.9.png
│   │   │   │   │   ├── com_facebook_tooltip_black_bottomnub.png
│   │   │   │   │   ├── com_facebook_tooltip_black_topnub.png
│   │   │   │   │   ├── com_facebook_tooltip_black_xout.png
│   │   │   │   │   ├── com_facebook_tooltip_blue_background.9.png
│   │   │   │   │   ├── com_facebook_tooltip_blue_bottomnub.png
│   │   │   │   │   ├── com_facebook_tooltip_blue_topnub.png
│   │   │   │   │   └── com_facebook_tooltip_blue_xout.png
│   │   │   │   ├── drawable-ldpi
│   │   │   │   │   └── com_facebook_close.png
│   │   │   │   ├── drawable-mdpi
│   │   │   │   │   ├── com_facebook_button_blue_focused.9.png
│   │   │   │   │   ├── com_facebook_button_blue_normal.9.png
│   │   │   │   │   ├── com_facebook_button_blue_pressed.9.png
│   │   │   │   │   ├── com_facebook_inverse_icon.png
│   │   │   │   │   ├── com_facebook_picker_magnifier.png
│   │   │   │   │   ├── com_facebook_tooltip_black_background.9.png
│   │   │   │   │   ├── com_facebook_tooltip_black_bottomnub.png
│   │   │   │   │   ├── com_facebook_tooltip_black_topnub.png
│   │   │   │   │   ├── com_facebook_tooltip_black_xout.png
│   │   │   │   │   ├── com_facebook_tooltip_blue_background.9.png
│   │   │   │   │   ├── com_facebook_tooltip_blue_bottomnub.png
│   │   │   │   │   ├── com_facebook_tooltip_blue_topnub.png
│   │   │   │   │   └── com_facebook_tooltip_blue_xout.png
│   │   │   │   ├── drawable-xhdpi
│   │   │   │   │   ├── com_facebook_button_blue_focused.9.png
│   │   │   │   │   ├── com_facebook_button_blue_normal.9.png
│   │   │   │   │   ├── com_facebook_button_blue_pressed.9.png
│   │   │   │   │   ├── com_facebook_button_grey_focused.9.png
│   │   │   │   │   ├── com_facebook_button_grey_normal.9.png
│   │   │   │   │   ├── com_facebook_button_grey_pressed.9.png
│   │   │   │   │   ├── com_facebook_button_like_background.png
│   │   │   │   │   ├── com_facebook_button_like_background_selected.png
│   │   │   │   │   ├── com_facebook_button_like_icon.png
│   │   │   │   │   ├── com_facebook_button_like_icon_selected.png
│   │   │   │   │   ├── com_facebook_button_like_pressed.png
│   │   │   │   │   ├── com_facebook_close.png
│   │   │   │   │   ├── com_facebook_inverse_icon.png
│   │   │   │   │   ├── com_facebook_logo.png
│   │   │   │   │   ├── com_facebook_picker_magnifier.png
│   │   │   │   │   ├── com_facebook_tooltip_black_background.9.png
│   │   │   │   │   ├── com_facebook_tooltip_black_bottomnub.png
│   │   │   │   │   ├── com_facebook_tooltip_black_topnub.png
│   │   │   │   │   ├── com_facebook_tooltip_black_xout.png
│   │   │   │   │   ├── com_facebook_tooltip_blue_background.9.png
│   │   │   │   │   ├── com_facebook_tooltip_blue_bottomnub.png
│   │   │   │   │   ├── com_facebook_tooltip_blue_topnub.png
│   │   │   │   │   └── com_facebook_tooltip_blue_xout.png
│   │   │   │   └── drawable-xxhdpi
│   │   │   │   ├── com_facebook_button_like_background.png
│   │   │   │   ├── com_facebook_button_like_background_selected.png
│   │   │   │   ├── com_facebook_button_like_icon.png
│   │   │   │   ├── com_facebook_button_like_icon_selected.png
│   │   │   │   └── com_facebook_button_like_pressed.png
│   │   │   └── R.txt
│   │   ├── build.gradle
│   │   ├── build.xml
│   │   ├── gen
│   │   │   └── com
│   │   │   └── facebook
│   │   │   └── android
│   │   │   ├── BuildConfig.java
│   │   │   └── R.java
│   │   ├── libs
│   │   │   ├── android-support-v4.jar
│   │   │   ├── bolts-android-1.1.2.jar
│   │   │   └── BUCK
│   │   ├── project.properties
│   │   ├── res
│   │   │   ├── drawable
│   │   │   │   ├── com_facebook_button_blue_focused.9.png
│   │   │   │   ├── com_facebook_button_blue_normal.9.png
│   │   │   │   ├── com_facebook_button_blue_pressed.9.png
│   │   │   │   ├── com_facebook_button_blue.xml
│   │   │   │   ├── com_facebook_button_check_off.png
│   │   │   │   ├── com_facebook_button_check_on.png
│   │   │   │   ├── com_facebook_button_check.xml
│   │   │   │   ├── com_facebook_button_grey_focused.9.png
│   │   │   │   ├── com_facebook_button_grey_normal.9.png
│   │   │   │   ├── com_facebook_button_grey_pressed.9.png
│   │   │   │   ├── com_facebook_button_like_background.png
│   │   │   │   ├── com_facebook_button_like_background_selected.png
│   │   │   │   ├── com_facebook_button_like_icon.png
│   │   │   │   ├── com_facebook_button_like_icon_selected.png
│   │   │   │   ├── com_facebook_button_like_pressed.png
│   │   │   │   ├── com_facebook_button_like_selected.xml
│   │   │   │   ├── com_facebook_button_like.xml
│   │   │   │   ├── com_facebook_close.png
│   │   │   │   ├── com_facebook_inverse_icon.png
│   │   │   │   ├── com_facebook_list_divider.9.png
│   │   │   │   ├── com_facebook_list_section_header_background.9.png
│   │   │   │   ├── com_facebook_loginbutton_silver.xml
│   │   │   │   ├── com_facebook_logo.png
│   │   │   │   ├── com_facebook_picker_item_background.xml
│   │   │   │   ├── com_facebook_picker_list_focused.9.png
│   │   │   │   ├── com_facebook_picker_list_longpressed.9.png
│   │   │   │   ├── com_facebook_picker_list_pressed.9.png
│   │   │   │   ├── com_facebook_picker_list_selector_background_transition.xml
│   │   │   │   ├── com_facebook_picker_list_selector_disabled.9.png
│   │   │   │   ├── com_facebook_picker_list_selector.xml
│   │   │   │   ├── com_facebook_picker_top_button.xml
│   │   │   │   ├── com_facebook_place_default_icon.png
│   │   │   │   ├── com_facebook_profile_default_icon.png
│   │   │   │   ├── com_facebook_profile_picture_blank_portrait.png
│   │   │   │   ├── com_facebook_profile_picture_blank_square.png
│   │   │   │   ├── com_facebook_top_background.xml
│   │   │   │   ├── com_facebook_top_button.xml
│   │   │   │   └── com_facebook_usersettingsfragment_background_gradient.xml
│   │   │   ├── drawable-hdpi
│   │   │   │   ├── com_facebook_button_blue_focused.9.png
│   │   │   │   ├── com_facebook_button_blue_normal.9.png
│   │   │   │   ├── com_facebook_button_blue_pressed.9.png
│   │   │   │   ├── com_facebook_button_grey_focused.9.png
│   │   │   │   ├── com_facebook_button_grey_normal.9.png
│   │   │   │   ├── com_facebook_button_grey_pressed.9.png
│   │   │   │   ├── com_facebook_button_like_background.png
│   │   │   │   ├── com_facebook_button_like_background_selected.png
│   │   │   │   ├── com_facebook_button_like_icon.png
│   │   │   │   ├── com_facebook_button_like_icon_selected.png
│   │   │   │   ├── com_facebook_button_like_pressed.png
│   │   │   │   ├── com_facebook_close.png
│   │   │   │   ├── com_facebook_inverse_icon.png
│   │   │   │   ├── com_facebook_logo.png
│   │   │   │   ├── com_facebook_picker_magnifier.png
│   │   │   │   ├── com_facebook_tooltip_black_background.9.png
│   │   │   │   ├── com_facebook_tooltip_black_bottomnub.png
│   │   │   │   ├── com_facebook_tooltip_black_topnub.png
│   │   │   │   ├── com_facebook_tooltip_black_xout.png
│   │   │   │   ├── com_facebook_tooltip_blue_background.9.png
│   │   │   │   ├── com_facebook_tooltip_blue_bottomnub.png
│   │   │   │   ├── com_facebook_tooltip_blue_topnub.png
│   │   │   │   └── com_facebook_tooltip_blue_xout.png
│   │   │   ├── drawable-ldpi
│   │   │   │   └── com_facebook_close.png
│   │   │   ├── drawable-mdpi
│   │   │   │   ├── com_facebook_button_blue_focused.9.png
│   │   │   │   ├── com_facebook_button_blue_normal.9.png
│   │   │   │   ├── com_facebook_button_blue_pressed.9.png
│   │   │   │   ├── com_facebook_inverse_icon.png
│   │   │   │   ├── com_facebook_picker_magnifier.png
│   │   │   │   ├── com_facebook_tooltip_black_background.9.png
│   │   │   │   ├── com_facebook_tooltip_black_bottomnub.png
│   │   │   │   ├── com_facebook_tooltip_black_topnub.png
│   │   │   │   ├── com_facebook_tooltip_black_xout.png
│   │   │   │   ├── com_facebook_tooltip_blue_background.9.png
│   │   │   │   ├── com_facebook_tooltip_blue_bottomnub.png
│   │   │   │   ├── com_facebook_tooltip_blue_topnub.png
│   │   │   │   └── com_facebook_tooltip_blue_xout.png
│   │   │   ├── drawable-xhdpi
│   │   │   │   ├── com_facebook_button_blue_focused.9.png
│   │   │   │   ├── com_facebook_button_blue_normal.9.png
│   │   │   │   ├── com_facebook_button_blue_pressed.9.png
│   │   │   │   ├── com_facebook_button_grey_focused.9.png
│   │   │   │   ├── com_facebook_button_grey_normal.9.png
│   │   │   │   ├── com_facebook_button_grey_pressed.9.png
│   │   │   │   ├── com_facebook_button_like_background.png
│   │   │   │   ├── com_facebook_button_like_background_selected.png
│   │   │   │   ├── com_facebook_button_like_icon.png
│   │   │   │   ├── com_facebook_button_like_icon_selected.png
│   │   │   │   ├── com_facebook_button_like_pressed.png
│   │   │   │   ├── com_facebook_close.png
│   │   │   │   ├── com_facebook_inverse_icon.png
│   │   │   │   ├── com_facebook_logo.png
│   │   │   │   ├── com_facebook_picker_magnifier.png
│   │   │   │   ├── com_facebook_tooltip_black_background.9.png
│   │   │   │   ├── com_facebook_tooltip_black_bottomnub.png
│   │   │   │   ├── com_facebook_tooltip_black_topnub.png
│   │   │   │   ├── com_facebook_tooltip_black_xout.png
│   │   │   │   ├── com_facebook_tooltip_blue_background.9.png
│   │   │   │   ├── com_facebook_tooltip_blue_bottomnub.png
│   │   │   │   ├── com_facebook_tooltip_blue_topnub.png
│   │   │   │   └── com_facebook_tooltip_blue_xout.png
│   │   │   ├── drawable-xxhdpi
│   │   │   │   ├── com_facebook_button_like_background.png
│   │   │   │   ├── com_facebook_button_like_background_selected.png
│   │   │   │   ├── com_facebook_button_like_icon.png
│   │   │   │   ├── com_facebook_button_like_icon_selected.png
│   │   │   │   └── com_facebook_button_like_pressed.png
│   │   │   ├── layout
│   │   │   │   ├── com_facebook_friendpickerfragment.xml
│   │   │   │   ├── com_facebook_login_activity_layout.xml
│   │   │   │   ├── com_facebook_picker_activity_circle_row.xml
│   │   │   │   ├── com_facebook_picker_checkbox.xml
│   │   │   │   ├── com_facebook_picker_image.xml
│   │   │   │   ├── com_facebook_picker_list_row.xml
│   │   │   │   ├── com_facebook_picker_list_section_header.xml
│   │   │   │   ├── com_facebook_picker_search_box.xml
│   │   │   │   ├── com_facebook_picker_title_bar_stub.xml
│   │   │   │   ├── com_facebook_picker_title_bar.xml
│   │   │   │   ├── com_facebook_placepickerfragment_list_row.xml
│   │   │   │   ├── com_facebook_placepickerfragment.xml
│   │   │   │   ├── com_facebook_search_bar_layout.xml
│   │   │   │   ├── com_facebook_tooltip_bubble.xml
│   │   │   │   └── com_facebook_usersettingsfragment.xml
│   │   │   ├── values
│   │   │   │   ├── attrs.xml
│   │   │   │   ├── colors.xml
│   │   │   │   ├── drawables.xml
│   │   │   │   ├── strings.xml
│   │   │   │   └── styles.xml
│   │   │   ├── values-es
│   │   │   │   └── strings.xml
│   │   │   ├── values-hdpi
│   │   │   │   └── dimens.xml
│   │   │   ├── values-he
│   │   │   │   └── strings.xml
│   │   │   ├── values-iw
│   │   │   │   └── strings.xml
│   │   │   ├── values-ldpi
│   │   │   │   └── dimens.xml
│   │   │   ├── values-mdpi
│   │   │   │   └── dimens.xml
│   │   │   └── values-xhdpi
│   │   │   └── dimens.xml
│   │   └── src
│   │   └── com
│   │   └── facebook
│   │   ├── AccessToken.java
│   │   ├── AccessTokenSource.java
│   │   ├── android
│   │   │   ├── AsyncFacebookRunner.java
│   │   │   ├── DialogError.java
│   │   │   ├── FacebookError.java
│   │   │   ├── Facebook.java
│   │   │   ├── FbDialog.java
│   │   │   └── Util.java
│   │   ├── AppEventsConstants.java
│   │   ├── AppEventsLogger.java
│   │   ├── AppLinkData.java
│   │   ├── AuthorizationClient.java
│   │   ├── BoltsMeasurementEventListener.java
│   │   ├── FacebookAppLinkResolver.java
│   │   ├── FacebookAuthorizationException.java
│   │   ├── FacebookBroadcastReceiver.java
│   │   ├── FacebookDialogException.java
│   │   ├── FacebookException.java
│   │   ├── FacebookGraphObjectException.java
│   │   ├── FacebookOperationCanceledException.java
│   │   ├── FacebookRequestError.java
│   │   ├── FacebookSdkVersion.java
│   │   ├── FacebookServiceException.java
│   │   ├── FacebookTimeSpentData.java
│   │   ├── GetTokenClient.java
│   │   ├── HttpMethod.java
│   │   ├── InsightsLogger.java
│   │   ├── internal
│   │   │   ├── AnalyticsEvents.java
│   │   │   ├── AttributionIdentifiers.java
│   │   │   ├── BundleJSONConverter.java
│   │   │   ├── CacheableRequestBatch.java
│   │   │   ├── FacebookWebFallbackDialog.java
│   │   │   ├── FileLruCache.java
│   │   │   ├── ImageDownloader.java
│   │   │   ├── ImageRequest.java
│   │   │   ├── ImageResponseCache.java
│   │   │   ├── ImageResponse.java
│   │   │   ├── LikeActionController.java
│   │   │   ├── LikeBoxCountView.java
│   │   │   ├── LikeButton.java
│   │   │   ├── LikeStatusClient.java
│   │   │   ├── Logger.java
│   │   │   ├── NativeProtocol.java
│   │   │   ├── package-info.java
│   │   │   ├── PendingCallStore.java
│   │   │   ├── PlatformServiceClient.java
│   │   │   ├── ServerProtocol.java
│   │   │   ├── SessionAuthorizationType.java
│   │   │   ├── SessionTracker.java
│   │   │   ├── UrlRedirectCache.java
│   │   │   ├── Utility.java
│   │   │   ├── Validate.java
│   │   │   └── WorkQueue.java
│   │   ├── LegacyHelper.java
│   │   ├── LoggingBehavior.java
│   │   ├── LoginActivity.java
│   │   ├── model
│   │   │   ├── CreateGraphObject.java
│   │   │   ├── GraphLocation.java
│   │   │   ├── GraphMultiResult.java
│   │   │   ├── GraphObject.java
│   │   │   ├── GraphObjectList.java
│   │   │   ├── GraphPlace.java
│   │   │   ├── GraphUser.java
│   │   │   ├── JsonUtil.java
│   │   │   ├── OpenGraphAction.java
│   │   │   ├── OpenGraphObject.java
│   │   │   └── PropertyName.java
│   │   ├── NativeAppCallAttachmentStore.java
│   │   ├── NativeAppCallContentProvider.java
│   │   ├── NonCachingTokenCachingStrategy.java
│   │   ├── ProgressNoopOutputStream.java
│   │   ├── ProgressOutputStream.java
│   │   ├── RequestAsyncTask.java
│   │   ├── RequestBatch.java
│   │   ├── Request.java
│   │   ├── RequestOutputStream.java
│   │   ├── RequestProgress.java
│   │   ├── Response.java
│   │   ├── SessionDefaultAudience.java
│   │   ├── Session.java
│   │   ├── SessionLoginBehavior.java
│   │   ├── SessionState.java
│   │   ├── Settings.java
│   │   ├── SharedPreferencesTokenCachingStrategy.java
│   │   ├── TestSession.java
│   │   ├── TokenCachingStrategy.java
│   │   ├── UiLifecycleHelper.java
│   │   └── widget
│   │   ├── FacebookDialog.java
│   │   ├── FacebookFragment.java
│   │   ├── FriendPickerFragment.java
│   │   ├── GraphObjectAdapter.java
│   │   ├── GraphObjectCursor.java
│   │   ├── GraphObjectPagingLoader.java
│   │   ├── LikeView.java
│   │   ├── LoginButton.java
│   │   ├── PickerFragment.java
│   │   ├── PlacePickerFragment.java
│   │   ├── ProfilePictureView.java
│   │   ├── SimpleGraphObjectCursor.java
│   │   ├── ToolTipPopup.java
│   │   ├── UserSettingsFragment.java
│   │   └── WebDialog.java
│   ├── gradle
│   │   └── wrapper
│   │   ├── gradle-wrapper.jar
│   │   └── gradle-wrapper.properties
│   ├── gradle.properties
│   ├── gradlew
│   ├── gradlew.bat
│   ├── libs
│   │   ├── android-support-v4.jar
│   │   ├── bolts-android-1.1.2.jar
│   │   └── BUCK
│   ├── LICENSE.txt
│   ├── NOTICE.txt
│   ├── README.mdown
│   ├── samples
│   │   ├── FriendPickerSample
│   │   │   ├── AndroidManifest.xml
│   │   │   ├── ant.properties
│   │   │   ├── build.gradle
│   │   │   ├── build.xml
│   │   │   ├── proguard-project.txt
│   │   │   ├── project.properties
│   │   │   ├── res
│   │   │   │   ├── drawable
│   │   │   │   │   └── icon.png
│   │   │   │   ├── drawable-hdpi
│   │   │   │   │   └── icon.png
│   │   │   │   ├── drawable-mdpi
│   │   │   │   │   └── icon.png
│   │   │   │   ├── drawable-xhdpi
│   │   │   │   │   └── icon.png
│   │   │   │   ├── layout
│   │   │   │   │   ├── main.xml
│   │   │   │   │   └── pick_friends_activity.xml
│   │   │   │   └── values
│   │   │   │   └── strings.xml
│   │   │   └── src
│   │   │   └── com
│   │   │   └── facebook
│   │   │   └── samples
│   │   │   └── friendpicker
│   │   │   ├── FriendPickerApplication.java
│   │   │   ├── FriendPickerSampleActivity.java
│   │   │   └── PickFriendsActivity.java
│   │   ├── HelloFacebookSample
│   │   │   ├── AndroidManifest.xml
│   │   │   ├── ant.properties
│   │   │   ├── BUCK
│   │   │   ├── build.gradle
│   │   │   ├── build.xml
│   │   │   ├── proguard-project.txt
│   │   │   ├── project.properties
│   │   │   ├── res
│   │   │   │   ├── drawable
│   │   │   │   │   └── icon.png
│   │   │   │   ├── drawable-hdpi
│   │   │   │   │   └── icon.png
│   │   │   │   ├── drawable-mdpi
│   │   │   │   │   └── icon.png
│   │   │   │   ├── drawable-xhdpi
│   │   │   │   │   └── icon.png
│   │   │   │   ├── layout
│   │   │   │   │   └── main.xml
│   │   │   │   └── values
│   │   │   │   └── strings.xml
│   │   │   └── src
│   │   │   └── com
│   │   │   └── facebook
│   │   │   └── samples
│   │   │   └── hellofacebook
│   │   │   ├── HelloFacebookBroadcastReceiver.java
│   │   │   └── HelloFacebookSampleActivity.java
│   │   ├── PlacePickerSample
│   │   │   ├── AndroidManifest.xml
│   │   │   ├── ant.properties
│   │   │   ├── build.gradle
│   │   │   ├── build.xml
│   │   │   ├── proguard-project.txt
│   │   │   ├── project.properties
│   │   │   ├── res
│   │   │   │   ├── drawable
│   │   │   │   │   └── icon.png
│   │   │   │   ├── drawable-hdpi
│   │   │   │   │   └── icon.png
│   │   │   │   ├── drawable-mdpi
│   │   │   │   │   └── icon.png
│   │   │   │   ├── drawable-xhdpi
│   │   │   │   │   └── icon.png
│   │   │   │   ├── layout
│   │   │   │   │   ├── main.xml
│   │   │   │   │   └── pick_place_activity.xml
│   │   │   │   └── values
│   │   │   │   └── strings.xml
│   │   │   └── src
│   │   │   └── com
│   │   │   └── facebook
│   │   │   └── samples
│   │   │   └── placepicker
│   │   │   ├── PickPlaceActivity.java
│   │   │   ├── PlacePickerApplication.java
│   │   │   └── PlacePickerSampleActivity.java
│   │   ├── RPSSample
│   │   │   ├── AndroidManifest.xml
│   │   │   ├── ant.properties
│   │   │   ├── build.gradle
│   │   │   ├── build.xml
│   │   │   ├── post_app_objects.sh
│   │   │   ├── proguard-project.txt
│   │   │   ├── project.properties
│   │   │   ├── res
│   │   │   │   ├── drawable
│   │   │   │   │   ├── app_background.xml
│   │   │   │   │   ├── fb_logo.png
│   │   │   │   │   ├── icon_border.xml
│   │   │   │   │   ├── icon.png
│   │   │   │   │   ├── left_paper.png
│   │   │   │   │   ├── left_rock.png
│   │   │   │   │   ├── left_scissors.png
│   │   │   │   │   ├── right_paper.png
│   │   │   │   │   ├── right_rock.png
│   │   │   │   │   └── right_scissors.png
│   │   │   │   ├── drawable-hdpi
│   │   │   │   │   └── icon.png
│   │   │   │   ├── drawable-mdpi
│   │   │   │   │   └── icon.png
│   │   │   │   ├── drawable-xhdpi
│   │   │   │   │   └── icon.png
│   │   │   │   ├── layout
│   │   │   │   │   ├── content_fragment.xml
│   │   │   │   │   ├── friend_activity_row.xml
│   │   │   │   │   ├── friends_activity.xml
│   │   │   │   │   ├── main.xml
│   │   │   │   │   └── rps_fragment.xml
│   │   │   │   └── values
│   │   │   │   ├── strings.xml
│   │   │   │   └── styles.xml
│   │   │   └── src
│   │   │   └── com
│   │   │   └── facebook
│   │   │   └── samples
│   │   │   └── rps
│   │   │   ├── CommonObjects.java
│   │   │   ├── ContentFragment.java
│   │   │   ├── FriendActivity.java
│   │   │   ├── MainActivity.java
│   │   │   ├── OpenGraphUtils.java
│   │   │   ├── RpsFragment.java
│   │   │   └── RpsGameUtils.java
│   │   ├── Scrumptious
│   │   │   ├── AndroidManifest.xml
│   │   │   ├── ant.properties
│   │   │   ├── build.gradle
│   │   │   ├── build.xml
│   │   │   ├── proguard-project.txt
│   │   │   ├── project.properties
│   │   │   ├── res
│   │   │   │   ├── drawable
│   │   │   │   │   ├── add_food.png
│   │   │   │   │   ├── add_friends.png
│   │   │   │   │   ├── add_location.png
│   │   │   │   │   ├── add_photo.png
│   │   │   │   │   ├── button_border.xml
│   │   │   │   │   ├── button_text_color.xml
│   │   │   │   │   ├── facebook.png
│   │   │   │   │   ├── icon.png
│   │   │   │   │   └── title_bar_logo.png
│   │   │   │   ├── drawable-hdpi
│   │   │   │   │   └── icon.png
│   │   │   │   ├── drawable-mdpi
│   │   │   │   │   ├── icon.png
│   │   │   │   │   └── logo.png
│   │   │   │   ├── drawable-xhdpi
│   │   │   │   │   ├── icon.png
│   │   │   │   │   └── logo.png
│   │   │   │   ├── layout
│   │   │   │   │   ├── listitem.xml
│   │   │   │   │   ├── main.xml
│   │   │   │   │   ├── pickers.xml
│   │   │   │   │   ├── selection.xml
│   │   │   │   │   └── splash.xml
│   │   │   │   └── values
│   │   │   │   ├── colors.xml
│   │   │   │   ├── dimens.xml
│   │   │   │   ├── strings.xml
│   │   │   │   └── styles.xml
│   │   │   └── src
│   │   │   └── com
│   │   │   └── facebook
│   │   │   └── scrumptious
│   │   │   ├── BaseListElement.java
│   │   │   ├── FullListView.java
│   │   │   ├── MainActivity.java
│   │   │   ├── PickerActivity.java
│   │   │   ├── ScrumptiousApplication.java
│   │   │   ├── SelectionFragment.java
│   │   │   └── SplashFragment.java
│   │   └── SwitchUserSample
│   │   ├── AndroidManifest.xml
│   │   ├── ant.properties
│   │   ├── build.gradle
│   │   ├── build.xml
│   │   ├── proguard-project.txt
│   │   ├── project.properties
│   │   ├── res
│   │   │   ├── drawable
│   │   │   │   └── icon.png
│   │   │   ├── drawable-hdpi
│   │   │   │   └── icon.png
│   │   │   ├── drawable-mdpi
│   │   │   │   └── icon.png
│   │   │   ├── drawable-xhdpi
│   │   │   │   └── icon.png
│   │   │   ├── layout
│   │   │   │   ├── fragment_profile.xml
│   │   │   │   ├── list_item_user.xml
│   │   │   │   └── main.xml
│   │   │   ├── menu
│   │   │   │   ├── context_settings.xml
│   │   │   │   └── options_profile.xml
│   │   │   └── values
│   │   │   └── strings.xml
│   │   └── src
│   │   └── com
│   │   └── facebook
│   │   └── samples
│   │   └── switchuser
│   │   ├── MainActivity.java
│   │   ├── ProfileFragment.java
│   │   ├── SettingsFragment.java
│   │   └── Slot.java
│   └── settings.gradle
├── HoloColorPicker-master
│   └── HoloColorPicker-master
│   ├── AndroidManifest.xml
│   ├── assets
│   ├── bin
│   │   ├── AndroidManifest.xml
│   │   ├── classes
│   │   │   └── com
│   │   │   └── larswerkman
│   │   │   └── holocolorpicker
│   │   │   ├── BuildConfig.class
│   │   │   ├── ColorPicker$OnColorChangedListener.class
│   │   │   ├── ColorPicker$OnColorSelectedListener.class
│   │   │   ├── ColorPicker.class
│   │   │   ├── OpacityBar$OnOpacityChangedListener.class
│   │   │   ├── OpacityBar.class
│   │   │   ├── R$attr.class
│   │   │   ├── R$dimen.class
│   │   │   ├── R$styleable.class
│   │   │   ├── R.class
│   │   │   ├── SaturationBar$OnSaturationChangedListener.class
│   │   │   ├── SaturationBar.class
│   │   │   ├── SVBar.class
│   │   │   ├── ValueBar$OnValueChangedListener.class
│   │   │   └── ValueBar.class
│   │   ├── holocolorpicker-master.jar
│   │   ├── res
│   │   └── R.txt
│   ├── build.gradle
│   ├── gen
│   │   └── com
│   │   └── larswerkman
│   │   └── holocolorpicker
│   │   ├── BuildConfig.java
│   │   └── R.java
│   ├── gradle.properties
│   ├── LICENSE
│   ├── maven_push.gradle
│   ├── project.properties
│   ├── README.md
│   ├── res
│   │   ├── drawable-hdpi
│   │   ├── drawable-ldpi
│   │   ├── drawable-mdpi
│   │   ├── drawable-xhdpi
│   │   ├── layout
│   │   └── values
│   │   ├── attrs.xml
│   │   └── dimens.xml
│   ├── settings.gradle
│   └── src
│   └── com
│   └── larswerkman
│   └── holocolorpicker
│   ├── ColorPicker.java
│   ├── OpacityBar.java
│   ├── SaturationBar.java
│   ├── SVBar.java
│   └── ValueBar.java
├── README.txt
└── yuku-android-util-6f32494c8aeb
└── yuku-android-util-6f32494c8aeb
├── AmbilWarna
│   ├── AndroidManifest.xml
│   ├── assets
│   ├── bin
│   │   ├── ambilwarna.jar
│   │   ├── AndroidManifest.xml
│   │   ├── classes
│   │   │   └── yuku
│   │   │   └── ambilwarna
│   │   │   ├── AmbilWarnaDialog$1.class
│   │   │   ├── AmbilWarnaDialog$2.class
│   │   │   ├── AmbilWarnaDialog$3.class
│   │   │   ├── AmbilWarnaDialog$4.class
│   │   │   ├── AmbilWarnaDialog$OnAmbilWarnaListener.class
│   │   │   ├── AmbilWarnaDialog.class
│   │   │   ├── AmbilWarnaKotak.class
│   │   │   ├── BuildConfig.class
│   │   │   ├── R$attr.class
│   │   │   ├── R$dimen.class
│   │   │   ├── R$drawable.class
│   │   │   ├── R$id.class
│   │   │   ├── R$layout.class
│   │   │   └── R.class
│   │   ├── res
│   │   │   └── crunch
│   │   │   ├── drawable
│   │   │   │   ├── ambilwarna_hue.png
│   │   │   │   ├── ambilwarna_keker.png
│   │   │   │   ├── ambilwarna_menjadi.png
│   │   │   │   └── ambilwarna_panah.png
│   │   │   └── drawable-hdpi
│   │   │   └── ambilwarna_menjadi.png
│   │   └── R.txt
│   ├── gen
│   │   └── yuku
│   │   └── ambilwarna
│   │   ├── BuildConfig.java
│   │   └── R.java
│   ├── project.properties
│   ├── res
│   │   ├── drawable
│   │   │   ├── ambilwarna_hue.png
│   │   │   ├── ambilwarna_keker.png
│   │   │   ├── ambilwarna_menjadi.png
│   │   │   └── ambilwarna_panah.png
│   │   ├── drawable-hdpi
│   │   │   └── ambilwarna_menjadi.png
│   │   ├── drawable-ldpi
│   │   ├── drawable-mdpi
│   │   ├── drawable-xhdpi
│   │   ├── layout
│   │   │   ├── ambilwarna_dialog.xml
│   │   │   └── ambilwarna_pemilih.xml
│   │   └── values
│   │   └── dimen.xml
│   └── src
│   └── yuku
│   └── ambilwarna
│   ├── AmbilWarnaDialog.java
│   └── AmbilWarnaKotak.java
├── AmbilWarnaDicoba
│   ├── AndroidManifest.xml
│   ├── default.properties
│   ├── res
│   │   ├── drawable
│   │   │   └── icon.png
│   │   ├── layout
│   │   │   └── main.xml
│   │   └── values
│   │   └── strings.xml
│   └── src
│   └── yuku
│   └── ambilwarna
│   └── dicoba
│   └── CobaAmbilWarnaActivity.java
├── BintexReader
│   └── src
│   └── yuku
│   └── bintex
│   └── BintexReader.java
├── BintexWriter
│   └── src
│   └── yuku
│   └── bintex
│   └── BintexWriter.java
└── KirimFidbek
└── src
└── yuku
└── kirimfidbek
├── PengirimFidbek.java
└── TangkapSemuaEror.java

354 directories, 3116 files

标签:

实例下载地址

android 自定义POP window弹出窗口,用于信息提示

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警