实例介绍
本项目是基于ics4.0的Calendar编译,解决了sdk中没有4.0Calendar所依赖的一些包而无法编译的问题
【实例截图】
【核心代码】
4744300845401952919.rar
└── Calendar-ICS-master
├── AndroidManifest.xml
├── assets
├── bin
│ ├── AndroidManifest.xml
│ ├── Calendar-ICS.apk
│ ├── classes
│ │ └── com
│ │ └── android
│ │ ├── calendar
│ │ │ ├── AboutPreferences.class
│ │ │ ├── AbstractCalendarActivity.class
│ │ │ ├── agenda
│ │ │ │ ├── AgendaAdapter$1.class
│ │ │ │ ├── AgendaAdapter$ViewHolder.class
│ │ │ │ ├── AgendaAdapter.class
│ │ │ │ ├── AgendaByDayAdapter$1.class
│ │ │ │ ├── AgendaByDayAdapter$MultipleDayInfo.class
│ │ │ │ ├── AgendaByDayAdapter$RowInfo.class
│ │ │ │ ├── AgendaByDayAdapter$ViewHolder.class
│ │ │ │ ├── AgendaByDayAdapter.class
│ │ │ │ ├── AgendaFragment$1.class
│ │ │ │ ├── AgendaFragment$2.class
│ │ │ │ ├── AgendaFragment.class
│ │ │ │ ├── AgendaListView$1.class
│ │ │ │ ├── AgendaListView$2.class
│ │ │ │ ├── AgendaListView$3.class
│ │ │ │ ├── AgendaListView.class
│ │ │ │ ├── AgendaWindowAdapter$1.class
│ │ │ │ ├── AgendaWindowAdapter$2.class
│ │ │ │ ├── AgendaWindowAdapter$DayAdapterInfo.class
│ │ │ │ ├── AgendaWindowAdapter$EventInfo.class
│ │ │ │ ├── AgendaWindowAdapter$QueryHandler$1.class
│ │ │ │ ├── AgendaWindowAdapter$QueryHandler.class
│ │ │ │ ├── AgendaWindowAdapter$QuerySpec.class
│ │ │ │ └── AgendaWindowAdapter.class
│ │ │ ├── alerts
│ │ │ │ ├── AlertActivity$1.class
│ │ │ │ ├── AlertActivity$QueryHandler.class
│ │ │ │ ├── AlertActivity.class
│ │ │ │ ├── AlertAdapter.class
│ │ │ │ ├── AlertReceiver.class
│ │ │ │ ├── AlertService$ServiceHandler.class
│ │ │ │ ├── AlertService.class
│ │ │ │ └── DismissAllAlarmsService.class
│ │ │ ├── AllInOneActivity$1.class
│ │ │ ├── AllInOneActivity$2.class
│ │ │ ├── AllInOneActivity$3.class
│ │ │ ├── AllInOneActivity$QueryHandler$1.class
│ │ │ ├── AllInOneActivity$QueryHandler.class
│ │ │ ├── AllInOneActivity.class
│ │ │ ├── AsyncQueryService$Operation.class
│ │ │ ├── AsyncQueryService.class
│ │ │ ├── AsyncQueryServiceHelper$OperationInfo.class
│ │ │ ├── AsyncQueryServiceHelper.class
│ │ │ ├── BuildConfig.class
│ │ │ ├── CalendarApplication.class
│ │ │ ├── CalendarBackupAgent.class
│ │ │ ├── CalendarController$1.class
│ │ │ ├── CalendarController$2.class
│ │ │ ├── CalendarController$EventHandler.class
│ │ │ ├── CalendarController$EventInfo.class
│ │ │ ├── CalendarController$EventType.class
│ │ │ ├── CalendarController$RefreshInBackground.class
│ │ │ ├── CalendarController$ViewType.class
│ │ │ ├── CalendarController.class
│ │ │ ├── CalendarData.class
│ │ │ ├── CalendarEventModel$Attendee.class
│ │ │ ├── CalendarEventModel$ReminderEntry.class
│ │ │ ├── CalendarEventModel.class
│ │ │ ├── CalendarRecentSuggestionsProvider.class
│ │ │ ├── CalendarSettingsActivity$1.class
│ │ │ ├── CalendarSettingsActivity.class
│ │ │ ├── CalendarUtils$TimeZoneUtils$AsyncTZHandler.class
│ │ │ ├── CalendarUtils$TimeZoneUtils.class
│ │ │ ├── CalendarUtils.class
│ │ │ ├── CalendarViewAdapter$1.class
│ │ │ ├── CalendarViewAdapter.class
│ │ │ ├── ColorChipView.class
│ │ │ ├── ContactsAsyncHelper$OnImageLoadCompleteListener.class
│ │ │ ├── ContactsAsyncHelper$WorkerArgs.class
│ │ │ ├── ContactsAsyncHelper$WorkerHandler.class
│ │ │ ├── ContactsAsyncHelper.class
│ │ │ ├── DayFragment$1.class
│ │ │ ├── DayFragment.class
│ │ │ ├── DayOfMonthCursor.class
│ │ │ ├── DayView$1.class
│ │ │ ├── DayView$2.class
│ │ │ ├── DayView$3.class
│ │ │ ├── DayView$4.class
│ │ │ ├── DayView$5.class
│ │ │ ├── DayView$6.class
│ │ │ ├── DayView$CalendarGestureListener.class
│ │ │ ├── DayView$ContextMenuHandler.class
│ │ │ ├── DayView$ContinueScroll.class
│ │ │ ├── DayView$DismissPopup.class
│ │ │ ├── DayView$GotoBroadcaster.class
│ │ │ ├── DayView$ScrollInterpolator.class
│ │ │ ├── DayView$TodayAnimatorListener.class
│ │ │ ├── DayView$UpdateCurrentTime.class
│ │ │ ├── DayView.class
│ │ │ ├── DeleteEventHelper$1.class
│ │ │ ├── DeleteEventHelper$2.class
│ │ │ ├── DeleteEventHelper$3.class
│ │ │ ├── DeleteEventHelper$4.class
│ │ │ ├── DeleteEventHelper$5.class
│ │ │ ├── DeleteEventHelper$DeleteNotifyListener.class
│ │ │ ├── DeleteEventHelper.class
│ │ │ ├── Duration.class
│ │ │ ├── EditResponseHelper$1.class
│ │ │ ├── EditResponseHelper.class
│ │ │ ├── EmailAddressAdapter.class
│ │ │ ├── event
│ │ │ │ ├── AttendeesView$PresenceQueryHandler$1.class
│ │ │ │ ├── AttendeesView$PresenceQueryHandler.class
│ │ │ │ ├── AttendeesView.class
│ │ │ │ ├── EditEventActivity.class
│ │ │ │ ├── EditEventFragment$1.class
│ │ │ │ ├── EditEventFragment$2.class
│ │ │ │ ├── EditEventFragment$3.class
│ │ │ │ ├── EditEventFragment$Done.class
│ │ │ │ ├── EditEventFragment$EventBundle.class
│ │ │ │ ├── EditEventFragment$QueryHandler.class
│ │ │ │ ├── EditEventFragment.class
│ │ │ │ ├── EditEventHelper$AttendeeItem.class
│ │ │ │ ├── EditEventHelper$ContactViewHolder.class
│ │ │ │ ├── EditEventHelper$EditDoneRunnable.class
│ │ │ │ ├── EditEventHelper.class
│ │ │ │ ├── EditEventView$1.class
│ │ │ │ ├── EditEventView$2$1.class
│ │ │ │ ├── EditEventView$2.class
│ │ │ │ ├── EditEventView$3.class
│ │ │ │ ├── EditEventView$4.class
│ │ │ │ ├── EditEventView$5.class
│ │ │ │ ├── EditEventView$CalendarsAdapter.class
│ │ │ │ ├── EditEventView$DateClickListener.class
│ │ │ │ ├── EditEventView$DateListener.class
│ │ │ │ ├── EditEventView$TimeClickListener.class
│ │ │ │ ├── EditEventView$TimeListener.class
│ │ │ │ ├── EditEventView.class
│ │ │ │ └── EventViewUtils.class
│ │ │ ├── Event.class
│ │ │ ├── EventGeometry.class
│ │ │ ├── EventInfoActivity.class
│ │ │ ├── EventInfoFragment$1.class
│ │ │ ├── EventInfoFragment$2.class
│ │ │ ├── EventInfoFragment$3.class
│ │ │ ├── EventInfoFragment$4.class
│ │ │ ├── EventInfoFragment$5.class
│ │ │ ├── EventInfoFragment$6.class
│ │ │ ├── EventInfoFragment$7.class
│ │ │ ├── EventInfoFragment$8.class
│ │ │ ├── EventInfoFragment$QueryHandler.class
│ │ │ ├── EventInfoFragment.class
│ │ │ ├── EventLoader$LoaderThread.class
│ │ │ ├── EventLoader$LoadEventDaysRequest.class
│ │ │ ├── EventLoader$LoadEventsRequest.class
│ │ │ ├── EventLoader$LoadRequest.class
│ │ │ ├── EventLoader$ShutdownRequest.class
│ │ │ ├── EventLoader.class
│ │ │ ├── EventRecurrenceFormatter.class
│ │ │ ├── ExpandableTextView.class
│ │ │ ├── GeneralPreferences.class
│ │ │ ├── GoogleCalendarUriIntentFilter.class
│ │ │ ├── month
│ │ │ │ ├── MonthByWeekAdapter.class
│ │ │ │ ├── MonthByWeekFragment$1.class
│ │ │ │ ├── MonthByWeekFragment$2.class
│ │ │ │ ├── MonthByWeekFragment$3.class
│ │ │ │ ├── MonthByWeekFragment$MonthGestureListener.class
│ │ │ │ ├── MonthByWeekFragment.class
│ │ │ │ ├── MonthWeekEventsView$FloatRef.class
│ │ │ │ ├── MonthWeekEventsView$TodayAnimatorListener.class
│ │ │ │ ├── MonthWeekEventsView.class
│ │ │ │ ├── SimpleDayPickerFragment$1.class
│ │ │ │ ├── SimpleDayPickerFragment$2.class
│ │ │ │ ├── SimpleDayPickerFragment$ScrollStateRunnable.class
│ │ │ │ ├── SimpleDayPickerFragment.class
│ │ │ │ ├── SimpleWeeksAdapter$CalendarGestureListener.class
│ │ │ │ ├── SimpleWeeksAdapter.class
│ │ │ │ └── SimpleWeekView.class
│ │ │ ├── MultiStateButton.class
│ │ │ ├── OtherPreferences.class
│ │ │ ├── R$anim.class
│ │ │ ├── R$array.class
│ │ │ ├── R$attr.class
│ │ │ ├── R$bool.class
│ │ │ ├── R$color.class
│ │ │ ├── R$dimen.class
│ │ │ ├── R$drawable.class
│ │ │ ├── R$id.class
│ │ │ ├── R$integer.class
│ │ │ ├── R$layout.class
│ │ │ ├── R$menu.class
│ │ │ ├── R$mipmap.class
│ │ │ ├── R$plurals.class
│ │ │ ├── R$string.class
│ │ │ ├── R$styleable.class
│ │ │ ├── R$style.class
│ │ │ ├── R$xml.class
│ │ │ ├── R.class
│ │ │ ├── RecipientAdapter.class
│ │ │ ├── SearchActivity$1.class
│ │ │ ├── SearchActivity.class
│ │ │ ├── selectcalendars
│ │ │ │ ├── SelectCalendarsSimpleAdapter$CalendarRow.class
│ │ │ │ ├── SelectCalendarsSimpleAdapter$TabletCalendarItemBackgrounds.class
│ │ │ │ ├── SelectCalendarsSimpleAdapter.class
│ │ │ │ ├── SelectCalendarsSyncAdapter$CalendarRow.class
│ │ │ │ ├── SelectCalendarsSyncAdapter.class
│ │ │ │ ├── SelectCalendarsSyncFragment.class
│ │ │ │ ├── SelectSyncedCalendarsMultiAccountActivity.class
│ │ │ │ ├── SelectSyncedCalendarsMultiAccountAdapter$1.class
│ │ │ │ ├── SelectSyncedCalendarsMultiAccountAdapter$AsyncCalendarsUpdater.class
│ │ │ │ ├── SelectSyncedCalendarsMultiAccountAdapter$RefreshCalendars.class
│ │ │ │ ├── SelectSyncedCalendarsMultiAccountAdapter.class
│ │ │ │ ├── SelectVisibleCalendarsActivity.class
│ │ │ │ ├── SelectVisibleCalendarsFragment$1.class
│ │ │ │ └── SelectVisibleCalendarsFragment.class
│ │ │ ├── StickyHeaderListView$HeaderHeightListener.class
│ │ │ ├── StickyHeaderListView$HeaderIndexer.class
│ │ │ ├── StickyHeaderListView.class
│ │ │ ├── TimezoneAdapter$TimezoneRow.class
│ │ │ ├── TimezoneAdapter.class
│ │ │ ├── Utils$DNASegment.class
│ │ │ ├── Utils$DNAStrand.class
│ │ │ ├── Utils.class
│ │ │ └── widget
│ │ │ ├── CalendarAppWidgetModel$DayInfo.class
│ │ │ ├── CalendarAppWidgetModel$EventInfo.class
│ │ │ ├── CalendarAppWidgetModel$RowInfo.class
│ │ │ ├── CalendarAppWidgetModel.class
│ │ │ ├── CalendarAppWidgetProvider.class
│ │ │ ├── CalendarAppWidgetService$CalendarFactory$1.class
│ │ │ ├── CalendarAppWidgetService$CalendarFactory$2.class
│ │ │ ├── CalendarAppWidgetService$CalendarFactory.class
│ │ │ └── CalendarAppWidgetService.class
│ │ ├── calendarcommon
│ │ │ ├── DateException.class
│ │ │ ├── Duration.class
│ │ │ ├── EventRecurrence$InvalidFormatException.class
│ │ │ ├── EventRecurrence$ParseByDay.class
│ │ │ ├── EventRecurrence$ParseByHour.class
│ │ │ ├── EventRecurrence$ParseByMinute.class
│ │ │ ├── EventRecurrence$ParseByMonth.class
│ │ │ ├── EventRecurrence$ParseByMonthDay.class
│ │ │ ├── EventRecurrence$ParseBySecond.class
│ │ │ ├── EventRecurrence$ParseBySetPos.class
│ │ │ ├── EventRecurrence$ParseByWeekNo.class
│ │ │ ├── EventRecurrence$ParseByYearDay.class
│ │ │ ├── EventRecurrence$ParseCount.class
│ │ │ ├── EventRecurrence$ParseFreq.class
│ │ │ ├── EventRecurrence$ParseInterval.class
│ │ │ ├── EventRecurrence$ParseUntil.class
│ │ │ ├── EventRecurrence$ParseWkst.class
│ │ │ ├── EventRecurrence$PartParser.class
│ │ │ ├── EventRecurrence.class
│ │ │ ├── ICalendar$Component.class
│ │ │ ├── ICalendar$FormatException.class
│ │ │ ├── ICalendar$Parameter.class
│ │ │ ├── ICalendar$ParserState.class
│ │ │ ├── ICalendar$Property.class
│ │ │ ├── ICalendar.class
│ │ │ ├── RecurrenceProcessor$DaySet.class
│ │ │ ├── RecurrenceProcessor.class
│ │ │ └── RecurrenceSet.class
│ │ ├── common
│ │ │ ├── contacts
│ │ │ │ ├── BaseEmailAddressAdapter$1.class
│ │ │ │ ├── BaseEmailAddressAdapter$DefaultPartitionFilter.class
│ │ │ │ ├── BaseEmailAddressAdapter$DirectoryListQuery.class
│ │ │ │ ├── BaseEmailAddressAdapter$DirectoryPartition.class
│ │ │ │ ├── BaseEmailAddressAdapter$DirectoryPartitionFilter.class
│ │ │ │ ├── BaseEmailAddressAdapter$EmailQuery.class
│ │ │ │ └── BaseEmailAddressAdapter.class
│ │ │ ├── Rfc822InputFilter.class
│ │ │ ├── Rfc822Validator.class
│ │ │ └── widget
│ │ │ ├── CompositeCursorAdapter$Partition.class
│ │ │ ├── CompositeCursorAdapter.class
│ │ │ ├── GroupingListAdapter$1.class
│ │ │ ├── GroupingListAdapter$2.class
│ │ │ ├── GroupingListAdapter$PositionMetadata.class
│ │ │ └── GroupingListAdapter.class
│ │ └── ex
│ │ └── chips
│ │ ├── AccountSpecifier.class
│ │ ├── BaseRecipientAdapter$1$1.class
│ │ ├── BaseRecipientAdapter$1.class
│ │ ├── BaseRecipientAdapter$DefaultFilter.class
│ │ ├── BaseRecipientAdapter$DefaultFilterResult.class
│ │ ├── BaseRecipientAdapter$DelayedMessageHandler.class
│ │ ├── BaseRecipientAdapter$DirectoryFilter.class
│ │ ├── BaseRecipientAdapter$DirectoryListQuery.class
│ │ ├── BaseRecipientAdapter$DirectorySearchParams.class
│ │ ├── BaseRecipientAdapter$PhotoQuery.class
│ │ ├── BaseRecipientAdapter$TemporaryEntry.class
│ │ ├── BaseRecipientAdapter.class
│ │ ├── ChipsUtil.class
│ │ ├── Queries$1.class
│ │ ├── Queries$2.class
│ │ ├── Queries$Query.class
│ │ ├── Queries.class
│ │ ├── RecipientAlternatesAdapter$OnCheckedItemChangedListener.class
│ │ ├── RecipientAlternatesAdapter.class
│ │ ├── RecipientChip.class
│ │ ├── RecipientEditTextView$1.class
│ │ ├── RecipientEditTextView$2.class
│ │ ├── RecipientEditTextView$3.class
│ │ ├── RecipientEditTextView$4.class
│ │ ├── RecipientEditTextView$5.class
│ │ ├── RecipientEditTextView$6.class
│ │ ├── RecipientEditTextView$7.class
│ │ ├── RecipientEditTextView$IndividualReplacementTask$1.class
│ │ ├── RecipientEditTextView$IndividualReplacementTask.class
│ │ ├── RecipientEditTextView$MoreImageSpan.class
│ │ ├── RecipientEditTextView$RecipientChipShadow.class
│ │ ├── RecipientEditTextView$RecipientReplacementTask$1.class
│ │ ├── RecipientEditTextView$RecipientReplacementTask.class
│ │ ├── RecipientEditTextView$RecipientTextWatcher.class
│ │ ├── RecipientEditTextView.class
│ │ ├── RecipientEntry.class
│ │ └── SingleRecipientArrayAdapter.class
│ ├── classes.dex
│ ├── dexedLibs
│ ├── res
│ │ └── crunch
│ │ ├── drawable-hdpi
│ │ │ ├── bg_event_cal_widget_holo.9.png
│ │ │ ├── calendar_widget_preview.png
│ │ │ ├── calname_bottom_select_underselect_holo_light.9.png
│ │ │ ├── calname_bottom_select_underselect_pressed_holo_light.9.png
│ │ │ ├── calname_bottom_select_underunselected_holo_light.9.png
│ │ │ ├── calname_bottom_select_underunselected_pressed_holo_light.9.png
│ │ │ ├── calname_bottom_unselected_holo_light.9.png
│ │ │ ├── calname_bottom_unselected_pressed_holo_light.9.png
│ │ │ ├── calname_bottom_unselected_underselect_holo_light.9.png
│ │ │ ├── calname_bottom_unselected_underselect_pressed_holo_light.9.png
│ │ │ ├── calname_select_underselect_holo_light.9.png
│ │ │ ├── calname_select_underselect_pressed_holo_light.9.png
│ │ │ ├── calname_select_underunselected_holo_light.9.png
│ │ │ ├── calname_select_underunselected_pressed_holo_light.9.png
│ │ │ ├── calname_unselected_holo_light.9.png
│ │ │ ├── calname_unselected_pressed_holo_light.9.png
│ │ │ ├── calname_unselected_underselect_holo_light.9.png
│ │ │ ├── calname_unselected_underselect_pressed_holo_light.9.png
│ │ │ ├── cal_widget_bg.9.png
│ │ │ ├── cal_widget_date_bg.9.png
│ │ │ ├── chip_background.9.png
│ │ │ ├── chip_background_invalid.9.png
│ │ │ ├── chip_background_selected.9.png
│ │ │ ├── chip_checkmark.png
│ │ │ ├── chip_delete.png
│ │ │ ├── dayline_minical_holo_light.9.png
│ │ │ ├── frame_event_color_cal_widget_holo.png
│ │ │ ├── header_bg_cal_widget_holo.9.png
│ │ │ ├── header_row_focused_cal_widget_holo.9.png
│ │ │ ├── header_row_press_cal_widget_holo.9.png
│ │ │ ├── ic_alarm_dark.png
│ │ │ ├── ic_alarm_white.png
│ │ │ ├── ic_collapse_large_holo_light.png
│ │ │ ├── ic_collapse_small_holo_light.png
│ │ │ ├── ic_contact_picture.png
│ │ │ ├── ic_expand_large_holo_light.png
│ │ │ ├── ic_expand_small_holo_light.png
│ │ │ ├── ic_menu_add_event_holo_light.png
│ │ │ ├── ic_menu_add_field_holo_light.png
│ │ │ ├── ic_menu_cancel_holo_light.png
│ │ │ ├── ic_menu_compose_holo_dark.png
│ │ │ ├── ic_menu_compose_holo_light.png
│ │ │ ├── ic_menu_done_holo_light.png
│ │ │ ├── ic_menu_refresh_holo_light.png
│ │ │ ├── ic_menu_remove_field_holo_light.png
│ │ │ ├── ic_menu_search_holo_light.png
│ │ │ ├── ic_menu_select_visible_calendars_holo_light.png
│ │ │ ├── ic_menu_settings_holo_light.png
│ │ │ ├── ic_menu_today_holo_light.png
│ │ │ ├── ic_menu_trash_holo_dark.png
│ │ │ ├── ic_menu_trash_holo_light.png
│ │ │ ├── ic_repeat_dark.png
│ │ │ ├── ic_repeat_white.png
│ │ │ ├── list_focused_holo.9.png
│ │ │ ├── list_multi_left_activated_holo.9.png
│ │ │ ├── list_multi_left_focused_holo.9.png
│ │ │ ├── list_multi_left_pressed_holo.9.png
│ │ │ ├── list_multi_left_primary_holo.9.png
│ │ │ ├── list_multi_left_secondary_holo.9.png
│ │ │ ├── list_pressed_holo.9.png
│ │ │ ├── list_primary_holo.9.png
│ │ │ ├── list_secondary_holo.9.png
│ │ │ ├── minical_bg_shadow_holo_light.9.png
│ │ │ ├── panel_month_event_holo_light.9.png
│ │ │ ├── stat_notify_calendar.png
│ │ │ ├── timeline_indicator_activated_holo_light.9.png
│ │ │ ├── timeline_indicator_holo_light.9.png
│ │ │ ├── today_blue_week_holo_light.9.png
│ │ │ ├── widget_chip_not_responded_bg.9.png
│ │ │ ├── widget_chip_responded_bg.9.png
│ │ │ └── widget_show.png
│ │ ├── drawable-mdpi
│ │ │ ├── bg_event_cal_widget_holo.9.png
│ │ │ ├── calendar_widget_preview.png
│ │ │ ├── calname_bottom_select_underselect_holo_light.9.png
│ │ │ ├── calname_bottom_select_underselect_pressed_holo_light.9.png
│ │ │ ├── calname_bottom_select_underunselected_holo_light.9.png
│ │ │ ├── calname_bottom_select_underunselected_pressed_holo_light.9.png
│ │ │ ├── calname_bottom_unselected_holo_light.9.png
│ │ │ ├── calname_bottom_unselected_pressed_holo_light.9.png
│ │ │ ├── calname_bottom_unselected_underselect_holo_light.9.png
│ │ │ ├── calname_bottom_unselected_underselect_pressed_holo_light.9.png
│ │ │ ├── calname_select_underselect_holo_light.9.png
│ │ │ ├── calname_select_underselect_pressed_holo_light.9.png
│ │ │ ├── calname_select_underunselected_holo_light.9.png
│ │ │ ├── calname_select_underunselected_pressed_holo_light.9.png
│ │ │ ├── calname_unselected_holo_light.9.png
│ │ │ ├── calname_unselected_pressed_holo_light.9.png
│ │ │ ├── calname_unselected_underselect_holo_light.9.png
│ │ │ ├── calname_unselected_underselect_pressed_holo_light.9.png
│ │ │ ├── cal_widget_bg.9.png
│ │ │ ├── cal_widget_date_bg.9.png
│ │ │ ├── dayline_minical_holo_light.9.png
│ │ │ ├── frame_event_color_cal_widget_holo.png
│ │ │ ├── header_bg_cal_widget_holo.9.png
│ │ │ ├── header_row_focused_cal_widget_holo.9.png
│ │ │ ├── header_row_press_cal_widget_holo.9.png
│ │ │ ├── ic_alarm_dark.png
│ │ │ ├── ic_alarm_white.png
│ │ │ ├── ic_collapse_large_holo_light.png
│ │ │ ├── ic_collapse_small_holo_light.png
│ │ │ ├── ic_contact_picture.png
│ │ │ ├── ic_expand_large_holo_light.png
│ │ │ ├── ic_expand_small_holo_light.png
│ │ │ ├── ic_menu_add_event_holo_light.png
│ │ │ ├── ic_menu_add_field_holo_light.png
│ │ │ ├── ic_menu_cancel_holo_light.png
│ │ │ ├── ic_menu_compose_holo_dark.png
│ │ │ ├── ic_menu_compose_holo_light.png
│ │ │ ├── ic_menu_done_holo_light.png
│ │ │ ├── ic_menu_refresh_holo_light.png
│ │ │ ├── ic_menu_remove_field_holo_light.png
│ │ │ ├── ic_menu_search_holo_light.png
│ │ │ ├── ic_menu_select_visible_calendars_holo_light.png
│ │ │ ├── ic_menu_settings_holo_light.png
│ │ │ ├── ic_menu_today_holo_light.png
│ │ │ ├── ic_menu_trash_holo_dark.png
│ │ │ ├── ic_menu_trash_holo_light.png
│ │ │ ├── ic_repeat_dark.png
│ │ │ ├── ic_repeat_white.png
│ │ │ ├── list_focused_holo.9.png
│ │ │ ├── list_multi_left_activated_holo.9.png
│ │ │ ├── list_multi_left_focused_holo.9.png
│ │ │ ├── list_multi_left_pressed_holo.9.png
│ │ │ ├── list_multi_left_primary_holo.9.png
│ │ │ ├── list_multi_left_secondary_holo.9.png
│ │ │ ├── list_pressed_holo.9.png
│ │ │ ├── list_primary_holo.9.png
│ │ │ ├── list_secondary_holo.9.png
│ │ │ ├── minical_bg_shadow_holo_light.9.png
│ │ │ ├── panel_month_event_holo_light.9.png
│ │ │ ├── stat_notify_calendar.png
│ │ │ ├── timeline_indicator_activated_holo_light.9.png
│ │ │ ├── timeline_indicator_holo_light.9.png
│ │ │ ├── today_blue_week_holo_light.9.png
│ │ │ ├── widget_chip_not_responded_bg.9.png
│ │ │ ├── widget_chip_responded_bg.9.png
│ │ │ └── widget_show.png
│ │ ├── drawable-xhdpi
│ │ │ ├── bg_event_cal_widget_holo.9.png
│ │ │ ├── calendar_widget_preview.png
│ │ │ ├── calname_bottom_select_underselect_holo_light.9.png
│ │ │ ├── calname_bottom_select_underselect_pressed_holo_light.9.png
│ │ │ ├── calname_bottom_select_underunselected_holo_light.9.png
│ │ │ ├── calname_bottom_select_underunselected_pressed_holo_light.9.png
│ │ │ ├── calname_bottom_unselected_holo_light.9.png
│ │ │ ├── calname_bottom_unselected_pressed_holo_light.9.png
│ │ │ ├── calname_bottom_unselected_underselect_holo_light.9.png
│ │ │ ├── calname_bottom_unselected_underselect_pressed_holo_light.9.png
│ │ │ ├── calname_select_underselect_holo_light.9.png
│ │ │ ├── calname_select_underselect_pressed_holo_light.9.png
│ │ │ ├── calname_select_underunselected_holo_light.9.png
│ │ │ ├── calname_select_underunselected_pressed_holo_light.9.png
│ │ │ ├── calname_unselected_holo_light.9.png
│ │ │ ├── calname_unselected_pressed_holo_light.9.png
│ │ │ ├── calname_unselected_underselect_holo_light.9.png
│ │ │ ├── calname_unselected_underselect_pressed_holo_light.9.png
│ │ │ ├── cal_widget_bg.9.png
│ │ │ ├── cal_widget_date_bg.9.png
│ │ │ ├── dayline_minical_holo_light.9.png
│ │ │ ├── frame_event_color_cal_widget_holo.png
│ │ │ ├── header_bg_cal_widget_holo.9.png
│ │ │ ├── header_row_focused_cal_widget_holo.9.png
│ │ │ ├── header_row_press_cal_widget_holo.9.png
│ │ │ ├── ic_alarm_dark.png
│ │ │ ├── ic_alarm_white.png
│ │ │ ├── ic_collapse_large_holo_light.png
│ │ │ ├── ic_collapse_small_holo_light.png
│ │ │ ├── ic_contact_picture.png
│ │ │ ├── ic_expand_large_holo_light.png
│ │ │ ├── ic_expand_small_holo_light.png
│ │ │ ├── ic_menu_add_event_holo_light.png
│ │ │ ├── ic_menu_add_field_holo_light.png
│ │ │ ├── ic_menu_cancel_holo_light.png
│ │ │ ├── ic_menu_compose_holo_dark.png
│ │ │ ├── ic_menu_compose_holo_light.png
│ │ │ ├── ic_menu_done_holo_light.png
│ │ │ ├── ic_menu_refresh_holo_light.png
│ │ │ ├── ic_menu_remove_field_holo_light.png
│ │ │ ├── ic_menu_search_holo_light.png
│ │ │ ├── ic_menu_settings_holo_light.png
│ │ │ ├── ic_menu_today_holo_light.png
│ │ │ ├── ic_menu_trash_holo_dark.png
│ │ │ ├── ic_menu_trash_holo_light.png
│ │ │ ├── ic_repeat_dark.png
│ │ │ ├── ic_repeat_white.png
│ │ │ ├── list_focused_holo.9.png
│ │ │ ├── list_multi_left_activated_holo.9.png
│ │ │ ├── list_multi_left_focused_holo.9.png
│ │ │ ├── list_multi_left_pressed_holo.9.png
│ │ │ ├── list_multi_left_primary_holo.9.png
│ │ │ ├── list_multi_left_secondary_holo.9.png
│ │ │ ├── list_pressed_holo.9.png
│ │ │ ├── list_primary_holo.9.png
│ │ │ ├── list_secondary_holo.9.png
│ │ │ ├── minical_bg_shadow_holo_light.9.png
│ │ │ ├── panel_month_event_holo_light.9.png
│ │ │ ├── stat_notify_calendar.png
│ │ │ ├── timeline_indicator_activated_holo_light.9.png
│ │ │ ├── timeline_indicator_holo_light.9.png
│ │ │ ├── today_blue_week_holo_light.9.png
│ │ │ └── widget_show.png
│ │ ├── mipmap-hdpi
│ │ │ └── ic_launcher_calendar.png
│ │ ├── mipmap-mdpi
│ │ │ └── ic_launcher_calendar.png
│ │ └── mipmap-xhdpi
│ │ └── ic_launcher_calendar.png
│ └── resources.ap_
├── gen
│ └── com
│ └── android
│ └── calendar
│ ├── BuildConfig.java
│ └── R.java
├── proguard-project.txt
├── project.properties
├── res
│ ├── anim
│ │ ├── slide_left_in.xml
│ │ ├── slide_left_out.xml
│ │ ├── slide_right_in.xml
│ │ └── slide_right_out.xml
│ ├── drawable
│ │ ├── agenda_item_bg_primary.xml
│ │ ├── agenda_item_bg_secondary.xml
│ │ ├── appwidget_header_selector.xml
│ │ ├── calendars_item.xml
│ │ ├── calname_bottom_select_underselect.xml
│ │ ├── calname_bottom_select_underunselected.xml
│ │ ├── calname_bottom_unselected_underselect.xml
│ │ ├── calname_bottom_unselected.xml
│ │ ├── calname_select_underselect.xml
│ │ ├── calname_select_underunselected.xml
│ │ ├── calname_unselected_underselect.xml
│ │ ├── calname_unselected.xml
│ │ ├── ic_collapse_holo_light.xml
│ │ ├── ic_expand_holo_light.xml
│ │ ├── list_item_font_primary.xml
│ │ └── list_item_font_secondary.xml
│ ├── drawable-hdpi
│ │ ├── bg_event_cal_widget_holo.9.png
│ │ ├── calendar_widget_preview.png
│ │ ├── calname_bottom_select_underselect_holo_light.9.png
│ │ ├── calname_bottom_select_underselect_pressed_holo_light.9.png
│ │ ├── calname_bottom_select_underunselected_holo_light.9.png
│ │ ├── calname_bottom_select_underunselected_pressed_holo_light.9.png
│ │ ├── calname_bottom_unselected_holo_light.9.png
│ │ ├── calname_bottom_unselected_pressed_holo_light.9.png
│ │ ├── calname_bottom_unselected_underselect_holo_light.9.png
│ │ ├── calname_bottom_unselected_underselect_pressed_holo_light.9.png
│ │ ├── calname_select_underselect_holo_light.9.png
│ │ ├── calname_select_underselect_pressed_holo_light.9.png
│ │ ├── calname_select_underunselected_holo_light.9.png
│ │ ├── calname_select_underunselected_pressed_holo_light.9.png
│ │ ├── calname_unselected_holo_light.9.png
│ │ ├── calname_unselected_pressed_holo_light.9.png
│ │ ├── calname_unselected_underselect_holo_light.9.png
│ │ ├── calname_unselected_underselect_pressed_holo_light.9.png
│ │ ├── cal_widget_bg.9.png
│ │ ├── cal_widget_date_bg.9.png
│ │ ├── chip_background.9.png
│ │ ├── chip_background_invalid.9.png
│ │ ├── chip_background_selected.9.png
│ │ ├── chip_checkmark.png
│ │ ├── chip_delete.png
│ │ ├── dayline_minical_holo_light.9.png
│ │ ├── frame_event_color_cal_widget_holo.png
│ │ ├── header_bg_cal_widget_holo.9.png
│ │ ├── header_row_focused_cal_widget_holo.9.png
│ │ ├── header_row_press_cal_widget_holo.9.png
│ │ ├── ic_alarm_dark.png
│ │ ├── ic_alarm_white.png
│ │ ├── ic_collapse_large_holo_light.png
│ │ ├── ic_collapse_small_holo_light.png
│ │ ├── ic_contact_picture.png
│ │ ├── ic_expand_large_holo_light.png
│ │ ├── ic_expand_small_holo_light.png
│ │ ├── ic_menu_add_event_holo_light.png
│ │ ├── ic_menu_add_field_holo_light.png
│ │ ├── ic_menu_cancel_holo_light.png
│ │ ├── ic_menu_compose_holo_dark.png
│ │ ├── ic_menu_compose_holo_light.png
│ │ ├── ic_menu_done_holo_light.png
│ │ ├── ic_menu_refresh_holo_light.png
│ │ ├── ic_menu_remove_field_holo_light.png
│ │ ├── ic_menu_search_holo_light.png
│ │ ├── ic_menu_select_visible_calendars_holo_light.png
│ │ ├── ic_menu_settings_holo_light.png
│ │ ├── ic_menu_today_holo_light.png
│ │ ├── ic_menu_trash_holo_dark.png
│ │ ├── ic_menu_trash_holo_light.png
│ │ ├── ic_repeat_dark.png
│ │ ├── ic_repeat_white.png
│ │ ├── list_focused_holo.9.png
│ │ ├── list_multi_left_activated_holo.9.png
│ │ ├── list_multi_left_focused_holo.9.png
│ │ ├── list_multi_left_pressed_holo.9.png
│ │ ├── list_multi_left_primary_holo.9.png
│ │ ├── list_multi_left_secondary_holo.9.png
│ │ ├── list_pressed_holo.9.png
│ │ ├── list_primary_holo.9.png
│ │ ├── list_secondary_holo.9.png
│ │ ├── minical_bg_shadow_holo_light.9.png
│ │ ├── panel_month_event_holo_light.9.png
│ │ ├── stat_notify_calendar.png
│ │ ├── timeline_indicator_activated_holo_light.9.png
│ │ ├── timeline_indicator_holo_light.9.png
│ │ ├── today_blue_week_holo_light.9.png
│ │ ├── widget_chip_not_responded_bg.9.png
│ │ ├── widget_chip_responded_bg.9.png
│ │ └── widget_show.png
│ ├── drawable-ldpi
│ ├── drawable-mdpi
│ │ ├── bg_event_cal_widget_holo.9.png
│ │ ├── calendar_widget_preview.png
│ │ ├── calname_bottom_select_underselect_holo_light.9.png
│ │ ├── calname_bottom_select_underselect_pressed_holo_light.9.png
│ │ ├── calname_bottom_select_underunselected_holo_light.9.png
│ │ ├── calname_bottom_select_underunselected_pressed_holo_light.9.png
│ │ ├── calname_bottom_unselected_holo_light.9.png
│ │ ├── calname_bottom_unselected_pressed_holo_light.9.png
│ │ ├── calname_bottom_unselected_underselect_holo_light.9.png
│ │ ├── calname_bottom_unselected_underselect_pressed_holo_light.9.png
│ │ ├── calname_select_underselect_holo_light.9.png
│ │ ├── calname_select_underselect_pressed_holo_light.9.png
│ │ ├── calname_select_underunselected_holo_light.9.png
│ │ ├── calname_select_underunselected_pressed_holo_light.9.png
│ │ ├── calname_unselected_holo_light.9.png
│ │ ├── calname_unselected_pressed_holo_light.9.png
│ │ ├── calname_unselected_underselect_holo_light.9.png
│ │ ├── calname_unselected_underselect_pressed_holo_light.9.png
│ │ ├── cal_widget_bg.9.png
│ │ ├── cal_widget_date_bg.9.png
│ │ ├── dayline_minical_holo_light.9.png
│ │ ├── frame_event_color_cal_widget_holo.png
│ │ ├── header_bg_cal_widget_holo.9.png
│ │ ├── header_row_focused_cal_widget_holo.9.png
│ │ ├── header_row_press_cal_widget_holo.9.png
│ │ ├── ic_alarm_dark.png
│ │ ├── ic_alarm_white.png
│ │ ├── ic_collapse_large_holo_light.png
│ │ ├── ic_collapse_small_holo_light.png
│ │ ├── ic_contact_picture.png
│ │ ├── ic_expand_large_holo_light.png
│ │ ├── ic_expand_small_holo_light.png
│ │ ├── ic_menu_add_event_holo_light.png
│ │ ├── ic_menu_add_field_holo_light.png
│ │ ├── ic_menu_cancel_holo_light.png
│ │ ├── ic_menu_compose_holo_dark.png
│ │ ├── ic_menu_compose_holo_light.png
│ │ ├── ic_menu_done_holo_light.png
│ │ ├── ic_menu_refresh_holo_light.png
│ │ ├── ic_menu_remove_field_holo_light.png
│ │ ├── ic_menu_search_holo_light.png
│ │ ├── ic_menu_select_visible_calendars_holo_light.png
│ │ ├── ic_menu_settings_holo_light.png
│ │ ├── ic_menu_today_holo_light.png
│ │ ├── ic_menu_trash_holo_dark.png
│ │ ├── ic_menu_trash_holo_light.png
│ │ ├── ic_repeat_dark.png
│ │ ├── ic_repeat_white.png
│ │ ├── list_focused_holo.9.png
│ │ ├── list_multi_left_activated_holo.9.png
│ │ ├── list_multi_left_focused_holo.9.png
│ │ ├── list_multi_left_pressed_holo.9.png
│ │ ├── list_multi_left_primary_holo.9.png
│ │ ├── list_multi_left_secondary_holo.9.png
│ │ ├── list_pressed_holo.9.png
│ │ ├── list_primary_holo.9.png
│ │ ├── list_secondary_holo.9.png
│ │ ├── minical_bg_shadow_holo_light.9.png
│ │ ├── panel_month_event_holo_light.9.png
│ │ ├── stat_notify_calendar.png
│ │ ├── timeline_indicator_activated_holo_light.9.png
│ │ ├── timeline_indicator_holo_light.9.png
│ │ ├── today_blue_week_holo_light.9.png
│ │ ├── widget_chip_not_responded_bg.9.png
│ │ ├── widget_chip_responded_bg.9.png
│ │ └── widget_show.png
│ ├── drawable-sw600dp
│ │ ├── agenda_item_bg_primary.xml
│ │ ├── agenda_item_bg_secondary.xml
│ │ ├── ic_collapse_holo_light.xml
│ │ └── ic_expand_holo_light.xml
│ ├── drawable-xhdpi
│ │ ├── bg_event_cal_widget_holo.9.png
│ │ ├── calendar_widget_preview.png
│ │ ├── calname_bottom_select_underselect_holo_light.9.png
│ │ ├── calname_bottom_select_underselect_pressed_holo_light.9.png
│ │ ├── calname_bottom_select_underunselected_holo_light.9.png
│ │ ├── calname_bottom_select_underunselected_pressed_holo_light.9.png
│ │ ├── calname_bottom_unselected_holo_light.9.png
│ │ ├── calname_bottom_unselected_pressed_holo_light.9.png
│ │ ├── calname_bottom_unselected_underselect_holo_light.9.png
│ │ ├── calname_bottom_unselected_underselect_pressed_holo_light.9.png
│ │ ├── calname_select_underselect_holo_light.9.png
│ │ ├── calname_select_underselect_pressed_holo_light.9.png
│ │ ├── calname_select_underunselected_holo_light.9.png
│ │ ├── calname_select_underunselected_pressed_holo_light.9.png
│ │ ├── calname_unselected_holo_light.9.png
│ │ ├── calname_unselected_pressed_holo_light.9.png
│ │ ├── calname_unselected_underselect_holo_light.9.png
│ │ ├── calname_unselected_underselect_pressed_holo_light.9.png
│ │ ├── cal_widget_bg.9.png
│ │ ├── cal_widget_date_bg.9.png
│ │ ├── dayline_minical_holo_light.9.png
│ │ ├── frame_event_color_cal_widget_holo.png
│ │ ├── header_bg_cal_widget_holo.9.png
│ │ ├── header_row_focused_cal_widget_holo.9.png
│ │ ├── header_row_press_cal_widget_holo.9.png
│ │ ├── ic_alarm_dark.png
│ │ ├── ic_alarm_white.png
│ │ ├── ic_collapse_large_holo_light.png
│ │ ├── ic_collapse_small_holo_light.png
│ │ ├── ic_contact_picture.png
│ │ ├── ic_expand_large_holo_light.png
│ │ ├── ic_expand_small_holo_light.png
│ │ ├── ic_menu_add_event_holo_light.png
│ │ ├── ic_menu_add_field_holo_light.png
│ │ ├── ic_menu_cancel_holo_light.png
│ │ ├── ic_menu_compose_holo_dark.png
│ │ ├── ic_menu_compose_holo_light.png
│ │ ├── ic_menu_done_holo_light.png
│ │ ├── ic_menu_refresh_holo_light.png
│ │ ├── ic_menu_remove_field_holo_light.png
│ │ ├── ic_menu_search_holo_light.png
│ │ ├── ic_menu_settings_holo_light.png
│ │ ├── ic_menu_today_holo_light.png
│ │ ├── ic_menu_trash_holo_dark.png
│ │ ├── ic_menu_trash_holo_light.png
│ │ ├── ic_repeat_dark.png
│ │ ├── ic_repeat_white.png
│ │ ├── list_focused_holo.9.png
│ │ ├── list_multi_left_activated_holo.9.png
│ │ ├── list_multi_left_focused_holo.9.png
│ │ ├── list_multi_left_pressed_holo.9.png
│ │ ├── list_multi_left_primary_holo.9.png
│ │ ├── list_multi_left_secondary_holo.9.png
│ │ ├── list_pressed_holo.9.png
│ │ ├── list_primary_holo.9.png
│ │ ├── list_secondary_holo.9.png
│ │ ├── minical_bg_shadow_holo_light.9.png
│ │ ├── panel_month_event_holo_light.9.png
│ │ ├── stat_notify_calendar.png
│ │ ├── timeline_indicator_activated_holo_light.9.png
│ │ ├── timeline_indicator_holo_light.9.png
│ │ ├── today_blue_week_holo_light.9.png
│ │ └── widget_show.png
│ ├── layout
│ │ ├── account_calendars.xml
│ │ ├── account_item.xml
│ │ ├── actionbar_pulldown_menu_button.xml
│ │ ├── actionbar_pulldown_menu_top_button.xml
│ │ ├── agenda_day.xml
│ │ ├── agenda_fragment.xml
│ │ ├── agenda_header_footer.xml
│ │ ├── agenda_item.xml
│ │ ├── agenda_reminder_item.xml
│ │ ├── alert_activity.xml
│ │ ├── alert_item.xml
│ │ ├── all_in_one.xml
│ │ ├── appwidget_day.xml
│ │ ├── appwidget_loading.xml
│ │ ├── appwidget_no_events.xml
│ │ ├── appwidget.xml
│ │ ├── bubble_event.xml
│ │ ├── calendars_dropdown_item.xml
│ │ ├── calendars_item.xml
│ │ ├── calendar_sync_item.xml
│ │ ├── chips_alternate_item.xml
│ │ ├── chips_recipient_dropdown_item.xml
│ │ ├── contact_item.xml
│ │ ├── copy_chip_dialog_layout.xml
│ │ ├── date_range_title.xml
│ │ ├── day_activity.xml
│ │ ├── edit_event_1.xml
│ │ ├── edit_event_2.xml
│ │ ├── edit_event_custom_actionbar.xml
│ │ ├── edit_event_single_column.xml
│ │ ├── edit_event.xml
│ │ ├── edit_reminder_item.xml
│ │ ├── email_autocomplete_item_loading.xml
│ │ ├── email_autocomplete_item.xml
│ │ ├── event_info_dialog.xml
│ │ ├── event_info_label.xml
│ │ ├── event_info.xml
│ │ ├── expandable_textview.xml
│ │ ├── full_month_by_week.xml
│ │ ├── full_month_header.xml
│ │ ├── mini_calendar_item.xml
│ │ ├── mini_month_header.xml
│ │ ├── month_by_week.xml
│ │ ├── more_item.xml
│ │ ├── search.xml
│ │ ├── select_calendars_fragment.xml
│ │ ├── select_calendars_multi_accounts_fragment.xml
│ │ ├── simple_frame_layout.xml
│ │ ├── timezone_footer.xml
│ │ ├── widget_all_day_item.xml
│ │ └── widget_item.xml
│ ├── layout-land
│ │ ├── all_in_one.xml
│ │ └── search.xml
│ ├── layout-sw600dp
│ │ ├── agenda_day.xml
│ │ ├── agenda_fragment.xml
│ │ ├── agenda_item.xml
│ │ ├── all_in_one.xml
│ │ ├── contact_item.xml
│ │ ├── edit_event_1.xml
│ │ ├── edit_event_single_column.xml
│ │ ├── edit_event.xml
│ │ ├── event_info_label.xml
│ │ ├── full_month_by_week.xml
│ │ └── full_month_header.xml
│ ├── layout-sw600dp-w1024dp-h552dp
│ │ └── all_in_one.xml
│ ├── menu
│ │ ├── all_in_one_title_bar.xml
│ │ ├── edit_event_title_bar.xml
│ │ ├── event_info_title_bar.xml
│ │ ├── search_title_bar.xml
│ │ └── settings_title_bar.xml
│ ├── menu-land
│ │ └── all_in_one_title_bar.xml
│ ├── menu-sw600dp
│ │ └── all_in_one_title_bar.xml
│ ├── menu-sw600dp-land
│ │ └── all_in_one_title_bar.xml
│ ├── mipmap-hdpi
│ │ └── ic_launcher_calendar.png
│ ├── mipmap-mdpi
│ │ └── ic_launcher_calendar.png
│ ├── mipmap-xhdpi
│ │ └── ic_launcher_calendar.png
│ ├── values
│ │ ├── arrays.xml
│ │ ├── attrs.xml
│ │ ├── colors.xml
│ │ ├── config.xml
│ │ ├── dimens.xml
│ │ ├── integers.xml
│ │ ├── strings.xml
│ │ └── styles.xml
│ ├── values-af
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-am
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-ar
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-be
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-bg
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-ca
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-cs
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-da
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-de
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-el
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-en-rGB
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-es
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-es-rUS
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-et
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-fa
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-fi
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-fr
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-hi
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-hr
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-hu
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-in
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-it
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-iw
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-ja
│ │ ├── arrays.xml
│ │ ├── colors.xml
│ │ └── strings.xml
│ ├── values-ko
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-land
│ │ └── dimens.xml
│ ├── values-lt
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-lv
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-mcc262
│ │ └── strings.xml
│ ├── values-ms
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-nb
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-nl
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-pl
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-pt
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-pt-rPT
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-ro
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-ru
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-sk
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-sl
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-sr
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-sv
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-sw
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-sw600dp
│ │ └── dimens.xml
│ ├── values-th
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-tl
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-tr
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-uk
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-vi
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-w1024dp-h552dp
│ │ ├── config.xml
│ │ ├── dimens.xml
│ │ └── integers.xml
│ ├── values-w1280dp-h752dp
│ │ └── integers.xml
│ ├── values-w600dp-h976dp
│ │ ├── config.xml
│ │ ├── dimens.xml
│ │ └── integers.xml
│ ├── values-w800dp-h1232dp
│ │ ├── config.xml
│ │ └── integers.xml
│ ├── values-zh-rCN
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-zh-rTW
│ │ ├── arrays.xml
│ │ └── strings.xml
│ ├── values-zu
│ │ ├── arrays.xml
│ │ └── strings.xml
│ └── xml
│ ├── about_preferences.xml
│ ├── appwidget_info.xml
│ ├── calendar_settings_headers.xml
│ ├── general_preferences.xml
│ ├── other_preferences.xml
│ └── searchable.xml
└── src
└── com
└── android
├── calendar
│ ├── AboutPreferences.java
│ ├── AbstractCalendarActivity.java
│ ├── agenda
│ │ ├── AgendaAdapter.java
│ │ ├── AgendaByDayAdapter.java
│ │ ├── AgendaFragment.java
│ │ ├── AgendaListView.java
│ │ └── AgendaWindowAdapter.java
│ ├── alerts
│ │ ├── AlertActivity.java
│ │ ├── AlertAdapter.java
│ │ ├── AlertReceiver.java
│ │ ├── AlertService.java
│ │ └── DismissAllAlarmsService.java
│ ├── AllInOneActivity.java
│ ├── AsyncQueryServiceHelper.java
│ ├── AsyncQueryService.java
│ ├── CalendarApplication.java
│ ├── CalendarBackupAgent.java
│ ├── CalendarController.java
│ ├── CalendarData.java
│ ├── CalendarEventModel.java
│ ├── CalendarRecentSuggestionsProvider.java
│ ├── CalendarSettingsActivity.java
│ ├── CalendarUtils.java
│ ├── CalendarViewAdapter.java
│ ├── ColorChipView.java
│ ├── ContactsAsyncHelper.java
│ ├── DayFragment.java
│ ├── DayOfMonthCursor.java
│ ├── DayView.java
│ ├── DeleteEventHelper.java
│ ├── Duration.java
│ ├── EditResponseHelper.java
│ ├── EmailAddressAdapter.java
│ ├── event
│ │ ├── AttendeesView.java
│ │ ├── EditEventActivity.java
│ │ ├── EditEventFragment.java
│ │ ├── EditEventHelper.java
│ │ ├── EditEventView.java
│ │ └── EventViewUtils.java
│ ├── EventGeometry.java
│ ├── EventInfoActivity.java
│ ├── EventInfoFragment.java
│ ├── Event.java
│ ├── EventLoader.java
│ ├── EventRecurrenceFormatter.java
│ ├── ExpandableTextView.java
│ ├── GeneralPreferences.java
│ ├── GoogleCalendarUriIntentFilter.java
│ ├── month
│ │ ├── MonthByWeekAdapter.java
│ │ ├── MonthByWeekFragment.java
│ │ ├── MonthWeekEventsView.java
│ │ ├── SimpleDayPickerFragment.java
│ │ ├── SimpleWeeksAdapter.java
│ │ └── SimpleWeekView.java
│ ├── MultiStateButton.java
│ ├── OtherPreferences.java
│ ├── RecipientAdapter.java
│ ├── SearchActivity.java
│ ├── selectcalendars
│ │ ├── SelectCalendarsSimpleAdapter.java
│ │ ├── SelectCalendarsSyncAdapter.java
│ │ ├── SelectCalendarsSyncFragment.java
│ │ ├── SelectSyncedCalendarsMultiAccountActivity.java
│ │ ├── SelectSyncedCalendarsMultiAccountAdapter.java
│ │ ├── SelectVisibleCalendarsActivity.java
│ │ └── SelectVisibleCalendarsFragment.java
│ ├── StickyHeaderListView.java
│ ├── TimezoneAdapter.java
│ ├── Utils.java
│ └── widget
│ ├── CalendarAppWidgetModel.java
│ ├── CalendarAppWidgetProvider.java
│ └── CalendarAppWidgetService.java
├── calendarcommon
│ ├── DateException.java
│ ├── Duration.java
│ ├── EventRecurrence.java
│ ├── ICalendar.java
│ ├── RecurrenceProcessor.java
│ └── RecurrenceSet.java
├── common
│ ├── contacts
│ │ └── BaseEmailAddressAdapter.java
│ ├── Rfc822InputFilter.java
│ ├── Rfc822Validator.java
│ └── widget
│ ├── CompositeCursorAdapter.java
│ └── GroupingListAdapter.java
└── ex
└── chips
├── AccountSpecifier.java
├── BaseRecipientAdapter.java
├── ChipsUtil.java
├── Queries.java
├── RecipientAlternatesAdapter.java
├── RecipientChip.java
├── RecipientEditTextView.java
├── RecipientEntry.java
└── SingleRecipientArrayAdapter.java
124 directories, 1027 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论