├── app ├── .gitignore └── src │ └── main │ ├── ic_launcher-web.png │ └── res │ ├── mipmap-hdpi │ └── ic_launcher.png │ ├── mipmap-mdpi │ └── ic_launcher.png │ ├── mipmap-xhdpi │ └── ic_launcher.png │ ├── mipmap-xxhdpi │ └── ic_launcher.png │ ├── mipmap-xxxhdpi │ └── ic_launcher.png │ ├── drawable-hdpi │ ├── ic_adb_white_24dp.png │ ├── ic_add_white_24dp.png │ ├── ic_dns_white_24dp.png │ ├── ic_dvr_white_24dp.png │ ├── ic_map_white_24dp.png │ ├── ic_mic_white_24dp.png │ ├── ic_tv_white_24dp.png │ ├── ic_usb_white_24dp.png │ ├── ic_wc_white_24dp.png │ ├── ic_adjust_white_24dp.png │ ├── ic_alarm_white_24dp.png │ ├── ic_album_white_24dp.png │ ├── ic_backup_white_24dp.png │ ├── ic_book_white_24dp.png │ ├── ic_brush_white_24dp.png │ ├── ic_build_white_24dp.png │ ├── ic_cake_white_24dp.png │ ├── ic_call_white_24dp.png │ ├── ic_camera_white_24dp.png │ ├── ic_clear_white_24dp.png │ ├── ic_close_white_24dp.png │ ├── ic_cloud_white_24dp.png │ ├── ic_code_white_24dp.png │ ├── ic_create_white_24dp.png │ ├── ic_delete_white_24dp.png │ ├── ic_done_white_24dp.png │ ├── ic_drafts_white_24dp.png │ ├── ic_eject_white_24dp.png │ ├── ic_email_white_24dp.png │ ├── ic_error_white_24dp.png │ ├── ic_face_white_24dp.png │ ├── ic_flag_white_24dp.png │ ├── ic_folder_white_24dp.png │ ├── ic_forum_white_24dp.png │ ├── ic_games_white_24dp.png │ ├── ic_grade_white_24dp.png │ ├── ic_help_white_24dp.png │ ├── ic_home_white_24dp.png │ ├── ic_hotel_white_24dp.png │ ├── ic_https_white_24dp.png │ ├── ic_inbox_white_24dp.png │ ├── ic_info_white_24dp.png │ ├── ic_label_white_24dp.png │ ├── ic_layers_white_24dp.png │ ├── ic_list_white_24dp.png │ ├── ic_looks_white_24dp.png │ ├── ic_mail_white_24dp.png │ ├── ic_memory_white_24dp.png │ ├── ic_mouse_white_24dp.png │ ├── ic_movie_white_24dp.png │ ├── ic_nature_white_24dp.png │ ├── ic_pause_white_24dp.png │ ├── ic_person_white_24dp.png │ ├── ic_print_white_24dp.png │ ├── ic_public_white_24dp.png │ ├── ic_radio_white_24dp.png │ ├── ic_repeat_white_24dp.png │ ├── ic_reply_white_24dp.png │ ├── ic_report_white_24dp.png │ ├── ic_room_white_24dp.png │ ├── ic_router_white_24dp.png │ ├── ic_save_white_24dp.png │ ├── ic_school_white_24dp.png │ ├── ic_search_white_24dp.png │ ├── ic_send_white_24dp.png │ ├── ic_share_white_24dp.png │ ├── ic_shop_white_24dp.png │ ├── ic_snooze_white_24dp.png │ ├── ic_stars_white_24dp.png │ ├── ic_stop_white_24dp.png │ ├── ic_store_white_24dp.png │ ├── ic_style_white_24dp.png │ ├── ic_timer_white_24dp.png │ ├── ic_today_white_24dp.png │ ├── ic_toys_white_24dp.png │ ├── ic_watch_white_24dp.png │ ├── ic_wifi_white_24dp.png │ ├── ic_work_white_24dp.png │ ├── ic_alarm_on_white_24dp.png │ ├── ic_android_white_24dp.png │ ├── ic_archive_white_24dp.png │ ├── ic_beenhere_white_24dp.png │ ├── ic_bookmark_white_24dp.png │ ├── ic_business_white_24dp.png │ ├── ic_call_end_white_24dp.png │ ├── ic_colorize_white_24dp.png │ ├── ic_computer_white_24dp.png │ ├── ic_contacts_white_24dp.png │ ├── ic_devices_white_24dp.png │ ├── ic_explore_white_24dp.png │ ├── ic_favorite_white_24dp.png │ ├── ic_feedback_white_24dp.png │ ├── ic_flash_on_white_24dp.png │ ├── ic_get_app_white_24dp.png │ ├── ic_headset_white_24dp.png │ ├── ic_hearing_white_24dp.png │ ├── ic_keyboard_white_24dp.png │ ├── ic_language_white_24dp.png │ ├── ic_loyalty_white_24dp.png │ ├── ic_note_add_white_24dp.png │ ├── ic_polymer_white_24dp.png │ ├── ic_receipt_white_24dp.png │ ├── ic_refresh_white_24dp.png │ ├── ic_reorder_white_24dp.png │ ├── ic_scanner_white_24dp.png │ ├── ic_security_white_24dp.png │ ├── ic_settings_white_24dp.png │ ├── ic_shop_two_white_24dp.png │ ├── ic_shuffle_white_24dp.png │ ├── ic_sim_card_white_24dp.png │ ├── ic_speaker_white_24dp.png │ ├── ic_storage_white_24dp.png │ ├── ic_subject_white_24dp.png │ ├── ic_theaters_white_24dp.png │ ├── ic_thumb_up_white_24dp.png │ ├── ic_traffic_white_24dp.png │ ├── ic_videocam_white_24dp.png │ ├── ic_vpn_key_white_24dp.png │ ├── ic_vpn_lock_white_24dp.png │ ├── ic_warning_white_24dp.png │ ├── ic_wb_sunny_white_24dp.png │ ├── ic_whatshot_white_24dp.png │ ├── ic_access_time_white_24dp.png │ ├── ic_account_box_white_24dp.png │ ├── ic_add_alert_white_24dp.png │ ├── ic_add_circle_white_24dp.png │ ├── ic_alarm_add_white_24dp.png │ ├── ic_alarm_off_white_24dp.png │ ├── ic_arrow_back_white_24dp.png │ ├── ic_assessment_white_24dp.png │ ├── ic_assignment_white_24dp.png │ ├── ic_assistant_white_24dp.png │ ├── ic_attach_file_white_24dp.png │ ├── ic_audiotrack_white_24dp.png │ ├── ic_backspace_white_24dp.png │ ├── ic_bluetooth_white_24dp.png │ ├── ic_bug_report_white_24dp.png │ ├── ic_call_made_white_24dp.png │ ├── ic_call_merge_white_24dp.png │ ├── ic_call_missed_white_24dp.png │ ├── ic_call_split_white_24dp.png │ ├── ic_camera_alt_white_24dp.png │ ├── ic_camera_roll_white_24dp.png │ ├── ic_card_travel_white_24dp.png │ ├── ic_chat_bubble_white_24dp.png │ ├── ic_collections_white_24dp.png │ ├── ic_color_lens_white_24dp.png │ ├── ic_content_cut_white_24dp.png │ ├── ic_credit_card_white_24dp.png │ ├── ic_data_usage_white_24dp.png │ ├── ic_description_white_24dp.png │ ├── ic_desktop_mac_white_24dp.png │ ├── ic_directions_white_24dp.png │ ├── ic_equalizer_white_24dp.png │ ├── ic_event_seat_white_24dp.png │ ├── ic_extension_white_24dp.png │ ├── ic_fast_rewind_white_24dp.png │ ├── ic_filter_hdr_white_24dp.png │ ├── ic_flight_land_white_24dp.png │ ├── ic_gps_fixed_white_24dp.png │ ├── ic_group_work_white_24dp.png │ ├── ic_headset_mic_white_24dp.png │ ├── ic_insert_link_white_24dp.png │ ├── ic_laptop_mac_white_24dp.png │ ├── ic_library_add_white_24dp.png │ ├── ic_live_help_white_24dp.png │ ├── ic_local_atm_white_24dp.png │ ├── ic_local_bar_white_24dp.png │ ├── ic_local_cafe_white_24dp.png │ ├── ic_local_mall_white_24dp.png │ ├── ic_local_pizza_white_24dp.png │ ├── ic_local_taxi_white_24dp.png │ ├── ic_more_vert_white_24dp.png │ ├── ic_navigation_white_24dp.png │ ├── ic_open_in_new_white_24dp.png │ ├── ic_play_arrow_white_24dp.png │ ├── ic_queue_music_white_24dp.png │ ├── ic_reply_all_white_24dp.png │ ├── ic_satellite_white_24dp.png │ ├── ic_sd_storage_white_24dp.png │ ├── ic_skip_next_white_24dp.png │ ├── ic_straighten_white_24dp.png │ ├── ic_subtitles_white_24dp.png │ ├── ic_thumb_down_white_24dp.png │ ├── ic_timelapse_white_24dp.png │ ├── ic_trending_up_white_24dp.png │ ├── ic_vibration_white_24dp.png │ ├── ic_view_list_white_24dp.png │ ├── ic_visibility_white_24dp.png │ ├── ic_voicemail_white_24dp.png │ └── ic_volume_up_white_24dp.png │ ├── drawable-mdpi │ ├── ic_adb_white_24dp.png │ ├── ic_add_white_24dp.png │ ├── ic_dns_white_24dp.png │ ├── ic_dvr_white_24dp.png │ ├── ic_map_white_24dp.png │ ├── ic_mic_white_24dp.png │ ├── ic_tv_white_24dp.png │ ├── ic_usb_white_24dp.png │ ├── ic_wc_white_24dp.png │ ├── ic_adjust_white_24dp.png │ ├── ic_alarm_white_24dp.png │ ├── ic_album_white_24dp.png │ ├── ic_backup_white_24dp.png │ ├── ic_book_white_24dp.png │ ├── ic_brush_white_24dp.png │ ├── ic_build_white_24dp.png │ ├── ic_cake_white_24dp.png │ ├── ic_call_white_24dp.png │ ├── ic_camera_white_24dp.png │ ├── ic_clear_white_24dp.png │ ├── ic_close_white_24dp.png │ ├── ic_cloud_white_24dp.png │ ├── ic_code_white_24dp.png │ ├── ic_create_white_24dp.png │ ├── ic_delete_white_24dp.png │ ├── ic_done_white_24dp.png │ ├── ic_drafts_white_24dp.png │ ├── ic_eject_white_24dp.png │ ├── ic_email_white_24dp.png │ ├── ic_error_white_24dp.png │ ├── ic_face_white_24dp.png │ ├── ic_flag_white_24dp.png │ ├── ic_folder_white_24dp.png │ ├── ic_forum_white_24dp.png │ ├── ic_games_white_24dp.png │ ├── ic_grade_white_24dp.png │ ├── ic_help_white_24dp.png │ ├── ic_home_white_24dp.png │ ├── ic_hotel_white_24dp.png │ ├── ic_https_white_24dp.png │ ├── ic_inbox_white_24dp.png │ ├── ic_info_white_24dp.png │ ├── ic_label_white_24dp.png │ ├── ic_layers_white_24dp.png │ ├── ic_list_white_24dp.png │ ├── ic_looks_white_24dp.png │ ├── ic_mail_white_24dp.png │ ├── ic_memory_white_24dp.png │ ├── ic_mouse_white_24dp.png │ ├── ic_movie_white_24dp.png │ ├── ic_nature_white_24dp.png │ ├── ic_pause_white_24dp.png │ ├── ic_person_white_24dp.png │ ├── ic_print_white_24dp.png │ ├── ic_public_white_24dp.png │ ├── ic_radio_white_24dp.png │ ├── ic_repeat_white_24dp.png │ ├── ic_reply_white_24dp.png │ ├── ic_report_white_24dp.png │ ├── ic_room_white_24dp.png │ ├── ic_router_white_24dp.png │ ├── ic_save_white_24dp.png │ ├── ic_school_white_24dp.png │ ├── ic_search_white_24dp.png │ ├── ic_send_white_24dp.png │ ├── ic_share_white_24dp.png │ ├── ic_shop_white_24dp.png │ ├── ic_snooze_white_24dp.png │ ├── ic_stars_white_24dp.png │ ├── ic_stop_white_24dp.png │ ├── ic_store_white_24dp.png │ ├── ic_style_white_24dp.png │ ├── ic_timer_white_24dp.png │ ├── ic_today_white_24dp.png │ ├── ic_toys_white_24dp.png │ ├── ic_watch_white_24dp.png │ ├── ic_wifi_white_24dp.png │ ├── ic_work_white_24dp.png │ ├── ic_alarm_on_white_24dp.png │ ├── ic_android_white_24dp.png │ ├── ic_archive_white_24dp.png │ ├── ic_beenhere_white_24dp.png │ ├── ic_bookmark_white_24dp.png │ ├── ic_business_white_24dp.png │ ├── ic_call_end_white_24dp.png │ ├── ic_colorize_white_24dp.png │ ├── ic_computer_white_24dp.png │ ├── ic_contacts_white_24dp.png │ ├── ic_devices_white_24dp.png │ ├── ic_explore_white_24dp.png │ ├── ic_favorite_white_24dp.png │ ├── ic_feedback_white_24dp.png │ ├── ic_flash_on_white_24dp.png │ ├── ic_get_app_white_24dp.png │ ├── ic_headset_white_24dp.png │ ├── ic_hearing_white_24dp.png │ ├── ic_keyboard_white_24dp.png │ ├── ic_language_white_24dp.png │ ├── ic_loyalty_white_24dp.png │ ├── ic_note_add_white_24dp.png │ ├── ic_polymer_white_24dp.png │ ├── ic_receipt_white_24dp.png │ ├── ic_refresh_white_24dp.png │ ├── ic_reorder_white_24dp.png │ ├── ic_scanner_white_24dp.png │ ├── ic_security_white_24dp.png │ ├── ic_settings_white_24dp.png │ ├── ic_shop_two_white_24dp.png │ ├── ic_shuffle_white_24dp.png │ ├── ic_sim_card_white_24dp.png │ ├── ic_speaker_white_24dp.png │ ├── ic_storage_white_24dp.png │ ├── ic_subject_white_24dp.png │ ├── ic_theaters_white_24dp.png │ ├── ic_thumb_up_white_24dp.png │ ├── ic_traffic_white_24dp.png │ ├── ic_videocam_white_24dp.png │ ├── ic_vpn_key_white_24dp.png │ ├── ic_vpn_lock_white_24dp.png │ ├── ic_warning_white_24dp.png │ ├── ic_wb_sunny_white_24dp.png │ ├── ic_whatshot_white_24dp.png │ ├── ic_access_time_white_24dp.png │ ├── ic_account_box_white_24dp.png │ ├── ic_add_alert_white_24dp.png │ ├── ic_add_circle_white_24dp.png │ ├── ic_alarm_add_white_24dp.png │ ├── ic_alarm_off_white_24dp.png │ ├── ic_arrow_back_white_24dp.png │ ├── ic_assessment_white_24dp.png │ ├── ic_assignment_white_24dp.png │ ├── ic_assistant_white_24dp.png │ ├── ic_attach_file_white_24dp.png │ ├── ic_audiotrack_white_24dp.png │ ├── ic_backspace_white_24dp.png │ ├── ic_bluetooth_white_24dp.png │ ├── ic_bug_report_white_24dp.png │ ├── ic_call_made_white_24dp.png │ ├── ic_call_merge_white_24dp.png │ ├── ic_call_missed_white_24dp.png │ ├── ic_call_split_white_24dp.png │ ├── ic_camera_alt_white_24dp.png │ ├── ic_camera_roll_white_24dp.png │ ├── ic_card_travel_white_24dp.png │ ├── ic_chat_bubble_white_24dp.png │ ├── ic_collections_white_24dp.png │ ├── ic_color_lens_white_24dp.png │ ├── ic_content_cut_white_24dp.png │ ├── ic_credit_card_white_24dp.png │ ├── ic_data_usage_white_24dp.png │ ├── ic_description_white_24dp.png │ ├── ic_desktop_mac_white_24dp.png │ ├── ic_directions_white_24dp.png │ ├── ic_equalizer_white_24dp.png │ ├── ic_event_seat_white_24dp.png │ ├── ic_extension_white_24dp.png │ ├── ic_fast_rewind_white_24dp.png │ ├── ic_filter_hdr_white_24dp.png │ ├── ic_flight_land_white_24dp.png │ ├── ic_gps_fixed_white_24dp.png │ ├── ic_group_work_white_24dp.png │ ├── ic_headset_mic_white_24dp.png │ ├── ic_insert_link_white_24dp.png │ ├── ic_laptop_mac_white_24dp.png │ ├── ic_library_add_white_24dp.png │ ├── ic_live_help_white_24dp.png │ ├── ic_local_atm_white_24dp.png │ ├── ic_local_bar_white_24dp.png │ ├── ic_local_cafe_white_24dp.png │ ├── ic_local_mall_white_24dp.png │ ├── ic_local_pizza_white_24dp.png │ ├── ic_local_taxi_white_24dp.png │ ├── ic_more_vert_white_24dp.png │ ├── ic_navigation_white_24dp.png │ ├── ic_open_in_new_white_24dp.png │ ├── ic_play_arrow_white_24dp.png │ ├── ic_queue_music_white_24dp.png │ ├── ic_reply_all_white_24dp.png │ ├── ic_satellite_white_24dp.png │ ├── ic_sd_storage_white_24dp.png │ ├── ic_skip_next_white_24dp.png │ ├── ic_straighten_white_24dp.png │ ├── ic_subtitles_white_24dp.png │ ├── ic_thumb_down_white_24dp.png │ ├── ic_timelapse_white_24dp.png │ ├── ic_trending_up_white_24dp.png │ ├── ic_vibration_white_24dp.png │ ├── ic_view_list_white_24dp.png │ ├── ic_visibility_white_24dp.png │ ├── ic_voicemail_white_24dp.png │ └── ic_volume_up_white_24dp.png │ ├── drawable-xhdpi │ ├── ic_tv_white_24dp.png │ ├── ic_wc_white_24dp.png │ ├── ic_adb_white_24dp.png │ ├── ic_add_white_24dp.png │ ├── ic_alarm_white_24dp.png │ ├── ic_album_white_24dp.png │ ├── ic_book_white_24dp.png │ ├── ic_brush_white_24dp.png │ ├── ic_build_white_24dp.png │ ├── ic_cake_white_24dp.png │ ├── ic_call_white_24dp.png │ ├── ic_clear_white_24dp.png │ ├── ic_close_white_24dp.png │ ├── ic_cloud_white_24dp.png │ ├── ic_code_white_24dp.png │ ├── ic_dns_white_24dp.png │ ├── ic_done_white_24dp.png │ ├── ic_dvr_white_24dp.png │ ├── ic_eject_white_24dp.png │ ├── ic_email_white_24dp.png │ ├── ic_error_white_24dp.png │ ├── ic_face_white_24dp.png │ ├── ic_flag_white_24dp.png │ ├── ic_forum_white_24dp.png │ ├── ic_games_white_24dp.png │ ├── ic_grade_white_24dp.png │ ├── ic_help_white_24dp.png │ ├── ic_home_white_24dp.png │ ├── ic_hotel_white_24dp.png │ ├── ic_https_white_24dp.png │ ├── ic_inbox_white_24dp.png │ ├── ic_info_white_24dp.png │ ├── ic_label_white_24dp.png │ ├── ic_list_white_24dp.png │ ├── ic_looks_white_24dp.png │ ├── ic_mail_white_24dp.png │ ├── ic_map_white_24dp.png │ ├── ic_mic_white_24dp.png │ ├── ic_mouse_white_24dp.png │ ├── ic_movie_white_24dp.png │ ├── ic_pause_white_24dp.png │ ├── ic_print_white_24dp.png │ ├── ic_radio_white_24dp.png │ ├── ic_reply_white_24dp.png │ ├── ic_room_white_24dp.png │ ├── ic_save_white_24dp.png │ ├── ic_send_white_24dp.png │ ├── ic_share_white_24dp.png │ ├── ic_shop_white_24dp.png │ ├── ic_stars_white_24dp.png │ ├── ic_stop_white_24dp.png │ ├── ic_store_white_24dp.png │ ├── ic_style_white_24dp.png │ ├── ic_timer_white_24dp.png │ ├── ic_today_white_24dp.png │ ├── ic_toys_white_24dp.png │ ├── ic_usb_white_24dp.png │ ├── ic_watch_white_24dp.png │ ├── ic_wifi_white_24dp.png │ ├── ic_work_white_24dp.png │ ├── ic_adjust_white_24dp.png │ ├── ic_android_white_24dp.png │ ├── ic_archive_white_24dp.png │ ├── ic_backup_white_24dp.png │ ├── ic_camera_white_24dp.png │ ├── ic_create_white_24dp.png │ ├── ic_delete_white_24dp.png │ ├── ic_devices_white_24dp.png │ ├── ic_drafts_white_24dp.png │ ├── ic_explore_white_24dp.png │ ├── ic_folder_white_24dp.png │ ├── ic_get_app_white_24dp.png │ ├── ic_headset_white_24dp.png │ ├── ic_hearing_white_24dp.png │ ├── ic_layers_white_24dp.png │ ├── ic_loyalty_white_24dp.png │ ├── ic_memory_white_24dp.png │ ├── ic_nature_white_24dp.png │ ├── ic_person_white_24dp.png │ ├── ic_polymer_white_24dp.png │ ├── ic_public_white_24dp.png │ ├── ic_receipt_white_24dp.png │ ├── ic_refresh_white_24dp.png │ ├── ic_reorder_white_24dp.png │ ├── ic_repeat_white_24dp.png │ ├── ic_report_white_24dp.png │ ├── ic_router_white_24dp.png │ ├── ic_scanner_white_24dp.png │ ├── ic_school_white_24dp.png │ ├── ic_search_white_24dp.png │ ├── ic_shuffle_white_24dp.png │ ├── ic_snooze_white_24dp.png │ ├── ic_speaker_white_24dp.png │ ├── ic_storage_white_24dp.png │ ├── ic_subject_white_24dp.png │ ├── ic_traffic_white_24dp.png │ ├── ic_vpn_key_white_24dp.png │ ├── ic_warning_white_24dp.png │ ├── ic_add_alert_white_24dp.png │ ├── ic_add_circle_white_24dp.png │ ├── ic_alarm_add_white_24dp.png │ ├── ic_alarm_off_white_24dp.png │ ├── ic_alarm_on_white_24dp.png │ ├── ic_arrow_back_white_24dp.png │ ├── ic_assessment_white_24dp.png │ ├── ic_assignment_white_24dp.png │ ├── ic_assistant_white_24dp.png │ ├── ic_audiotrack_white_24dp.png │ ├── ic_backspace_white_24dp.png │ ├── ic_beenhere_white_24dp.png │ ├── ic_bluetooth_white_24dp.png │ ├── ic_bookmark_white_24dp.png │ ├── ic_bug_report_white_24dp.png │ ├── ic_business_white_24dp.png │ ├── ic_call_end_white_24dp.png │ ├── ic_call_made_white_24dp.png │ ├── ic_call_merge_white_24dp.png │ ├── ic_call_split_white_24dp.png │ ├── ic_camera_alt_white_24dp.png │ ├── ic_color_lens_white_24dp.png │ ├── ic_colorize_white_24dp.png │ ├── ic_computer_white_24dp.png │ ├── ic_contacts_white_24dp.png │ ├── ic_data_usage_white_24dp.png │ ├── ic_directions_white_24dp.png │ ├── ic_equalizer_white_24dp.png │ ├── ic_event_seat_white_24dp.png │ ├── ic_extension_white_24dp.png │ ├── ic_favorite_white_24dp.png │ ├── ic_feedback_white_24dp.png │ ├── ic_filter_hdr_white_24dp.png │ ├── ic_flash_on_white_24dp.png │ ├── ic_gps_fixed_white_24dp.png │ ├── ic_group_work_white_24dp.png │ ├── ic_keyboard_white_24dp.png │ ├── ic_language_white_24dp.png │ ├── ic_laptop_mac_white_24dp.png │ ├── ic_live_help_white_24dp.png │ ├── ic_local_atm_white_24dp.png │ ├── ic_local_bar_white_24dp.png │ ├── ic_local_cafe_white_24dp.png │ ├── ic_local_mall_white_24dp.png │ ├── ic_local_taxi_white_24dp.png │ ├── ic_more_vert_white_24dp.png │ ├── ic_navigation_white_24dp.png │ ├── ic_note_add_white_24dp.png │ ├── ic_play_arrow_white_24dp.png │ ├── ic_reply_all_white_24dp.png │ ├── ic_satellite_white_24dp.png │ ├── ic_sd_storage_white_24dp.png │ ├── ic_security_white_24dp.png │ ├── ic_settings_white_24dp.png │ ├── ic_shop_two_white_24dp.png │ ├── ic_sim_card_white_24dp.png │ ├── ic_skip_next_white_24dp.png │ ├── ic_straighten_white_24dp.png │ ├── ic_subtitles_white_24dp.png │ ├── ic_theaters_white_24dp.png │ ├── ic_thumb_down_white_24dp.png │ ├── ic_thumb_up_white_24dp.png │ ├── ic_timelapse_white_24dp.png │ ├── ic_vibration_white_24dp.png │ ├── ic_videocam_white_24dp.png │ ├── ic_view_list_white_24dp.png │ ├── ic_visibility_white_24dp.png │ ├── ic_voicemail_white_24dp.png │ ├── ic_volume_up_white_24dp.png │ ├── ic_vpn_lock_white_24dp.png │ ├── ic_wb_sunny_white_24dp.png │ └── ic_whatshot_white_24dp.png │ ├── drawable-xxhdpi │ ├── ic_adb_white_24dp.png │ ├── ic_add_white_24dp.png │ ├── ic_book_white_24dp.png │ ├── ic_cake_white_24dp.png │ ├── ic_call_white_24dp.png │ ├── ic_code_white_24dp.png │ ├── ic_dns_white_24dp.png │ ├── ic_done_white_24dp.png │ ├── ic_dvr_white_24dp.png │ ├── ic_face_white_24dp.png │ ├── ic_flag_white_24dp.png │ ├── ic_help_white_24dp.png │ ├── ic_home_white_24dp.png │ ├── ic_info_white_24dp.png │ ├── ic_list_white_24dp.png │ ├── ic_mail_white_24dp.png │ ├── ic_map_white_24dp.png │ ├── ic_mic_white_24dp.png │ ├── ic_room_white_24dp.png │ ├── ic_save_white_24dp.png │ ├── ic_send_white_24dp.png │ ├── ic_shop_white_24dp.png │ ├── ic_stop_white_24dp.png │ ├── ic_toys_white_24dp.png │ ├── ic_tv_white_24dp.png │ ├── ic_usb_white_24dp.png │ ├── ic_wc_white_24dp.png │ ├── ic_wifi_white_24dp.png │ ├── ic_work_white_24dp.png │ ├── ic_adjust_white_24dp.png │ ├── ic_alarm_white_24dp.png │ ├── ic_album_white_24dp.png │ ├── ic_backup_white_24dp.png │ ├── ic_brush_white_24dp.png │ ├── ic_build_white_24dp.png │ ├── ic_camera_white_24dp.png │ ├── ic_clear_white_24dp.png │ ├── ic_close_white_24dp.png │ ├── ic_cloud_white_24dp.png │ ├── ic_create_white_24dp.png │ ├── ic_delete_white_24dp.png │ ├── ic_drafts_white_24dp.png │ ├── ic_eject_white_24dp.png │ ├── ic_email_white_24dp.png │ ├── ic_error_white_24dp.png │ ├── ic_folder_white_24dp.png │ ├── ic_forum_white_24dp.png │ ├── ic_games_white_24dp.png │ ├── ic_grade_white_24dp.png │ ├── ic_hotel_white_24dp.png │ ├── ic_https_white_24dp.png │ ├── ic_inbox_white_24dp.png │ ├── ic_label_white_24dp.png │ ├── ic_layers_white_24dp.png │ ├── ic_looks_white_24dp.png │ ├── ic_memory_white_24dp.png │ ├── ic_mouse_white_24dp.png │ ├── ic_movie_white_24dp.png │ ├── ic_nature_white_24dp.png │ ├── ic_pause_white_24dp.png │ ├── ic_person_white_24dp.png │ ├── ic_print_white_24dp.png │ ├── ic_public_white_24dp.png │ ├── ic_radio_white_24dp.png │ ├── ic_repeat_white_24dp.png │ ├── ic_reply_white_24dp.png │ ├── ic_report_white_24dp.png │ ├── ic_router_white_24dp.png │ ├── ic_school_white_24dp.png │ ├── ic_search_white_24dp.png │ ├── ic_share_white_24dp.png │ ├── ic_snooze_white_24dp.png │ ├── ic_stars_white_24dp.png │ ├── ic_store_white_24dp.png │ ├── ic_style_white_24dp.png │ ├── ic_timer_white_24dp.png │ ├── ic_today_white_24dp.png │ ├── ic_watch_white_24dp.png │ ├── ic_add_alert_white_24dp.png │ ├── ic_alarm_add_white_24dp.png │ ├── ic_alarm_off_white_24dp.png │ ├── ic_alarm_on_white_24dp.png │ ├── ic_android_white_24dp.png │ ├── ic_archive_white_24dp.png │ ├── ic_assistant_white_24dp.png │ ├── ic_backspace_white_24dp.png │ ├── ic_beenhere_white_24dp.png │ ├── ic_bluetooth_white_24dp.png │ ├── ic_bookmark_white_24dp.png │ ├── ic_business_white_24dp.png │ ├── ic_call_end_white_24dp.png │ ├── ic_call_made_white_24dp.png │ ├── ic_colorize_white_24dp.png │ ├── ic_computer_white_24dp.png │ ├── ic_contacts_white_24dp.png │ ├── ic_devices_white_24dp.png │ ├── ic_equalizer_white_24dp.png │ ├── ic_explore_white_24dp.png │ ├── ic_extension_white_24dp.png │ ├── ic_favorite_white_24dp.png │ ├── ic_feedback_white_24dp.png │ ├── ic_flash_on_white_24dp.png │ └── ic_get_app_white_24dp.png │ ├── drawable-xxxhdpi │ ├── ic_adb_white_24dp.png │ ├── ic_add_white_24dp.png │ ├── ic_dns_white_24dp.png │ ├── ic_dvr_white_24dp.png │ ├── ic_map_white_24dp.png │ ├── ic_mic_white_24dp.png │ ├── ic_tv_white_24dp.png │ ├── ic_usb_white_24dp.png │ ├── ic_wc_white_24dp.png │ ├── ic_alarm_white_24dp.png │ ├── ic_album_white_24dp.png │ ├── ic_book_white_24dp.png │ ├── ic_brush_white_24dp.png │ ├── ic_build_white_24dp.png │ ├── ic_cake_white_24dp.png │ ├── ic_call_white_24dp.png │ ├── ic_clear_white_24dp.png │ ├── ic_close_white_24dp.png │ ├── ic_cloud_white_24dp.png │ ├── ic_code_white_24dp.png │ ├── ic_done_white_24dp.png │ ├── ic_eject_white_24dp.png │ ├── ic_email_white_24dp.png │ ├── ic_error_white_24dp.png │ ├── ic_face_white_24dp.png │ ├── ic_flag_white_24dp.png │ ├── ic_forum_white_24dp.png │ ├── ic_games_white_24dp.png │ ├── ic_grade_white_24dp.png │ ├── ic_help_white_24dp.png │ ├── ic_home_white_24dp.png │ ├── ic_hotel_white_24dp.png │ ├── ic_https_white_24dp.png │ ├── ic_inbox_white_24dp.png │ ├── ic_info_white_24dp.png │ ├── ic_label_white_24dp.png │ ├── ic_list_white_24dp.png │ ├── ic_looks_white_24dp.png │ ├── ic_mail_white_24dp.png │ ├── ic_mouse_white_24dp.png │ ├── ic_movie_white_24dp.png │ ├── ic_pause_white_24dp.png │ ├── ic_print_white_24dp.png │ ├── ic_radio_white_24dp.png │ ├── ic_reply_white_24dp.png │ ├── ic_room_white_24dp.png │ ├── ic_save_white_24dp.png │ ├── ic_send_white_24dp.png │ ├── ic_share_white_24dp.png │ ├── ic_shop_white_24dp.png │ ├── ic_stars_white_24dp.png │ ├── ic_stop_white_24dp.png │ ├── ic_store_white_24dp.png │ ├── ic_style_white_24dp.png │ ├── ic_timer_white_24dp.png │ ├── ic_toys_white_24dp.png │ ├── ic_watch_white_24dp.png │ ├── ic_wifi_white_24dp.png │ └── ic_work_white_24dp.png │ ├── values-sw600dp │ └── integers.xml │ └── values-sw720dp │ └── integers.xml ├── settings.gradle ├── .gitignore └── gradle └── wrapper └── gradle-wrapper.jar /app/.gitignore: -------------------------------------------------------------------------------- 1 | /build -------------------------------------------------------------------------------- /settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .gradle 2 | /local.properties 3 | .idea 4 | .DS_Store 5 | /build 6 | /captures 7 | *.apk -------------------------------------------------------------------------------- /app/src/main/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/ic_launcher-web.png -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_adb_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_adb_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_add_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_add_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_dns_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_dns_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_dvr_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_dvr_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_map_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_map_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_mic_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_mic_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_tv_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_tv_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_usb_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_usb_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_wc_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_wc_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_adb_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_adb_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_add_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_add_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_dns_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_dns_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_dvr_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_dvr_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_map_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_map_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_mic_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_mic_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_tv_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_tv_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_usb_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_usb_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_wc_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_wc_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_tv_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_tv_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_wc_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_wc_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_adjust_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_adjust_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_alarm_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_alarm_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_album_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_album_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_backup_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_backup_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_book_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_book_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_brush_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_brush_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_build_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_build_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_cake_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_cake_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_call_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_call_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_camera_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_camera_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_clear_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_clear_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_close_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_close_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_cloud_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_cloud_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_code_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_code_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_create_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_create_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_delete_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_delete_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_done_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_done_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_drafts_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_drafts_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_eject_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_eject_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_email_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_email_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_error_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_error_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_face_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_face_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_flag_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_flag_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_folder_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_folder_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_forum_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_forum_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_games_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_games_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_grade_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_grade_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_help_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_help_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_home_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_home_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_hotel_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_hotel_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_https_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_https_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_inbox_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_inbox_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_info_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_info_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_label_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_label_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_layers_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_layers_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_list_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_list_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_looks_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_looks_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_mail_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_mail_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_memory_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_memory_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_mouse_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_mouse_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_movie_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_movie_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_nature_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_nature_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_pause_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_pause_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_person_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_person_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_print_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_print_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_public_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_public_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_radio_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_radio_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_repeat_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_repeat_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_reply_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_reply_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_report_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_report_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_room_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_room_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_router_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_router_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_save_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_save_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_school_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_school_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_search_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_search_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_send_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_send_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_share_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_share_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_shop_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_shop_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_snooze_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_snooze_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_stars_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_stars_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_stop_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_stop_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_store_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_store_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_style_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_style_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_timer_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_timer_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_today_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_today_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_toys_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_toys_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_watch_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_watch_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_wifi_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_wifi_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_work_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_work_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_adjust_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_adjust_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_alarm_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_alarm_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_album_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_album_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_backup_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_backup_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_book_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_book_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_brush_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_brush_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_build_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_build_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_cake_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_cake_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_call_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_call_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_camera_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_camera_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_clear_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_clear_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_close_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_close_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_cloud_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_cloud_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_code_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_code_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_create_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_create_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_delete_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_delete_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_done_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_done_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_drafts_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_drafts_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_eject_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_eject_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_email_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_email_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_error_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_error_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_face_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_face_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_flag_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_flag_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_folder_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_folder_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_forum_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_forum_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_games_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_games_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_grade_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_grade_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_help_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_help_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_home_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_home_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_hotel_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_hotel_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_https_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_https_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_inbox_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_inbox_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_info_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_info_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_label_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_label_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_layers_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_layers_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_list_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_list_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_looks_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_looks_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_mail_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_mail_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_memory_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_memory_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_mouse_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_mouse_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_movie_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_movie_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_nature_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_nature_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_pause_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_pause_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_person_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_person_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_print_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_print_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_public_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_public_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_radio_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_radio_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_repeat_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_repeat_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_reply_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_reply_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_report_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_report_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_room_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_room_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_router_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_router_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_save_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_save_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_school_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_school_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_search_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_search_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_send_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_send_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_share_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_share_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_shop_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_shop_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_snooze_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_snooze_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_stars_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_stars_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_stop_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_stop_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_store_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_store_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_style_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_style_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_timer_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_timer_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_today_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_today_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_toys_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_toys_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_watch_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_watch_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_wifi_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_wifi_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_work_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_work_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_adb_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_adb_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_add_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_add_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_alarm_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_alarm_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_album_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_album_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_book_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_book_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_brush_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_brush_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_build_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_build_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_cake_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_cake_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_call_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_call_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_clear_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_clear_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_close_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_close_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_cloud_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_cloud_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_code_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_code_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_dns_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_dns_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_done_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_done_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_dvr_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_dvr_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_eject_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_eject_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_email_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_email_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_error_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_error_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_face_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_face_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_flag_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_flag_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_forum_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_forum_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_games_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_games_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_grade_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_grade_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_help_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_help_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_home_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_home_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_hotel_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_hotel_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_https_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_https_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_inbox_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_inbox_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_info_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_info_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_label_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_label_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_list_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_list_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_looks_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_looks_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_mail_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_mail_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_map_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_map_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_mic_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_mic_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_mouse_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_mouse_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_movie_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_movie_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_pause_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_pause_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_print_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_print_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_radio_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_radio_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_reply_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_reply_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_room_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_room_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_save_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_save_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_send_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_send_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_share_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_share_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_shop_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_shop_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_stars_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_stars_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_stop_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_stop_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_store_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_store_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_style_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_style_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_timer_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_timer_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_today_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_today_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_toys_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_toys_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_usb_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_usb_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_watch_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_watch_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_wifi_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_wifi_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_work_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_work_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_adb_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_adb_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_add_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_add_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_book_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_book_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_cake_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_cake_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_call_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_call_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_code_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_code_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_dns_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_dns_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_done_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_done_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_dvr_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_dvr_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_face_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_face_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_flag_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_flag_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_help_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_help_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_home_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_home_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_info_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_info_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_list_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_list_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_mail_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_mail_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_map_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_map_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_mic_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_mic_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_room_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_room_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_save_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_save_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_send_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_send_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_shop_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_shop_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_stop_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_stop_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_toys_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_toys_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_tv_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_tv_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_usb_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_usb_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_wc_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_wc_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_wifi_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_wifi_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_work_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_work_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_adb_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_adb_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_add_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_add_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_dns_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_dns_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_dvr_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_dvr_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_map_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_map_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_mic_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_mic_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_tv_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_tv_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_usb_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_usb_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_wc_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_wc_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/values-sw600dp/integers.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 4 | -------------------------------------------------------------------------------- /app/src/main/res/values-sw720dp/integers.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 4 | -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_alarm_on_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_alarm_on_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_android_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_android_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_archive_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_archive_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_beenhere_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_beenhere_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_bookmark_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_bookmark_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_business_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_business_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_call_end_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_call_end_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_colorize_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_colorize_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_computer_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_computer_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_contacts_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_contacts_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_devices_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_devices_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_explore_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_explore_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_favorite_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_favorite_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_feedback_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_feedback_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_flash_on_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_flash_on_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_get_app_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_get_app_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_headset_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_headset_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_hearing_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_hearing_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_keyboard_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_keyboard_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_language_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_language_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_loyalty_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_loyalty_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_note_add_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_note_add_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_polymer_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_polymer_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_receipt_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_receipt_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_refresh_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_refresh_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_reorder_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_reorder_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_scanner_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_scanner_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_security_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_security_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_settings_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_settings_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_shop_two_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_shop_two_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_shuffle_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_shuffle_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_sim_card_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_sim_card_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_speaker_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_speaker_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_storage_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_storage_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_subject_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_subject_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_theaters_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_theaters_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_thumb_up_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_thumb_up_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_traffic_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_traffic_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_videocam_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_videocam_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_vpn_key_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_vpn_key_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_vpn_lock_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_vpn_lock_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_warning_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_warning_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_wb_sunny_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_wb_sunny_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_whatshot_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_whatshot_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_alarm_on_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_alarm_on_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_android_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_android_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_archive_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_archive_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_beenhere_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_beenhere_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_bookmark_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_bookmark_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_business_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_business_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_call_end_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_call_end_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_colorize_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_colorize_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_computer_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_computer_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_contacts_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_contacts_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_devices_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_devices_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_explore_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_explore_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_favorite_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_favorite_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_feedback_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_feedback_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_flash_on_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_flash_on_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_get_app_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_get_app_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_headset_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_headset_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_hearing_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_hearing_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_keyboard_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_keyboard_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_language_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_language_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_loyalty_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_loyalty_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_note_add_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_note_add_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_polymer_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_polymer_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_receipt_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_receipt_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_refresh_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_refresh_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_reorder_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_reorder_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_scanner_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_scanner_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_security_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_security_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_settings_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_settings_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_shop_two_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_shop_two_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_shuffle_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_shuffle_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_sim_card_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_sim_card_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_speaker_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_speaker_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_storage_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_storage_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_subject_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_subject_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_theaters_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_theaters_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_thumb_up_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_thumb_up_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_traffic_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_traffic_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_videocam_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_videocam_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_vpn_key_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_vpn_key_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_vpn_lock_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_vpn_lock_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_warning_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_warning_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_wb_sunny_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_wb_sunny_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_whatshot_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_whatshot_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_adjust_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_adjust_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_android_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_android_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_archive_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_archive_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_backup_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_backup_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_camera_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_camera_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_create_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_create_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_delete_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_delete_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_devices_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_devices_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_drafts_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_drafts_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_explore_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_explore_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_folder_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_folder_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_get_app_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_get_app_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_headset_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_headset_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_hearing_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_hearing_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_layers_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_layers_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_loyalty_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_loyalty_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_memory_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_memory_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_nature_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_nature_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_person_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_person_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_polymer_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_polymer_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_public_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_public_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_receipt_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_receipt_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_refresh_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_refresh_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_reorder_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_reorder_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_repeat_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_repeat_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_report_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_report_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_router_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_router_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_scanner_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_scanner_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_school_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_school_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_search_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_search_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_shuffle_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_shuffle_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_snooze_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_snooze_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_speaker_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_speaker_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_storage_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_storage_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_subject_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_subject_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_traffic_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_traffic_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_vpn_key_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_vpn_key_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_warning_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_warning_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_adjust_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_adjust_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_alarm_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_alarm_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_album_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_album_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_backup_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_backup_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_brush_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_brush_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_build_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_build_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_camera_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_camera_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_clear_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_clear_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_close_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_close_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_cloud_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_cloud_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_create_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_create_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_delete_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_delete_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_drafts_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_drafts_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_eject_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_eject_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_email_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_email_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_error_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_error_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_folder_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_folder_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_forum_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_forum_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_games_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_games_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_grade_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_grade_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_hotel_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_hotel_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_https_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_https_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_inbox_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_inbox_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_label_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_label_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_layers_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_layers_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_looks_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_looks_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_memory_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_memory_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_mouse_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_mouse_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_movie_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_movie_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_nature_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_nature_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_pause_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_pause_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_person_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_person_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_print_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_print_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_public_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_public_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_radio_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_radio_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_repeat_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_repeat_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_reply_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_reply_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_report_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_report_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_router_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_router_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_school_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_school_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_search_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_search_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_share_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_share_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_snooze_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_snooze_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_stars_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_stars_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_store_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_store_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_style_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_style_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_timer_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_timer_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_today_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_today_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_watch_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_watch_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_alarm_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_alarm_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_album_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_album_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_book_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_book_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_brush_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_brush_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_build_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_build_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_cake_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_cake_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_call_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_call_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_clear_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_clear_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_close_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_close_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_cloud_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_cloud_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_code_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_code_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_done_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_done_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_eject_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_eject_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_email_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_email_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_error_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_error_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_face_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_face_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_flag_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_flag_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_forum_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_forum_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_games_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_games_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_grade_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_grade_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_help_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_help_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_home_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_home_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_hotel_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_hotel_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_https_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_https_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_inbox_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_inbox_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_info_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_info_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_label_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_label_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_list_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_list_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_looks_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_looks_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_mail_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_mail_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_mouse_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_mouse_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_movie_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_movie_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_pause_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_pause_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_print_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_print_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_radio_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_radio_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_reply_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_reply_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_room_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_room_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_save_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_save_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_send_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_send_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_share_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_share_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_shop_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_shop_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_stars_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_stars_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_stop_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_stop_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_store_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_store_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_style_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_style_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_timer_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_timer_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_toys_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_toys_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_watch_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_watch_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_wifi_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_wifi_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxxhdpi/ic_work_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxxhdpi/ic_work_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_access_time_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_access_time_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_account_box_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_account_box_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_add_alert_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_add_alert_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_add_circle_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_add_circle_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_alarm_add_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_alarm_add_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_alarm_off_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_alarm_off_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_arrow_back_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_arrow_back_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_assessment_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_assessment_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_assignment_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_assignment_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_assistant_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_assistant_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_attach_file_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_attach_file_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_audiotrack_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_audiotrack_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_backspace_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_backspace_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_bluetooth_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_bluetooth_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_bug_report_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_bug_report_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_call_made_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_call_made_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_call_merge_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_call_merge_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_call_missed_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_call_missed_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_call_split_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_call_split_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_camera_alt_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_camera_alt_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_camera_roll_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_camera_roll_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_card_travel_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_card_travel_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_chat_bubble_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_chat_bubble_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_collections_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_collections_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_color_lens_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_color_lens_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_content_cut_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_content_cut_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_credit_card_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_credit_card_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_data_usage_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_data_usage_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_description_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_description_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_desktop_mac_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_desktop_mac_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_directions_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_directions_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_equalizer_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_equalizer_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_event_seat_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_event_seat_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_extension_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_extension_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_fast_rewind_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_fast_rewind_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_filter_hdr_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_filter_hdr_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_flight_land_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_flight_land_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_gps_fixed_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_gps_fixed_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_group_work_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_group_work_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_headset_mic_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_headset_mic_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_insert_link_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_insert_link_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_laptop_mac_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_laptop_mac_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_library_add_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_library_add_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_live_help_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_live_help_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_local_atm_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_local_atm_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_local_bar_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_local_bar_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_local_cafe_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_local_cafe_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_local_mall_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_local_mall_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_local_pizza_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_local_pizza_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_local_taxi_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_local_taxi_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_more_vert_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_more_vert_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_navigation_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_navigation_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_open_in_new_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_open_in_new_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_play_arrow_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_play_arrow_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_queue_music_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_queue_music_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_reply_all_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_reply_all_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_satellite_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_satellite_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_sd_storage_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_sd_storage_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_skip_next_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_skip_next_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_straighten_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_straighten_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_subtitles_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_subtitles_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_thumb_down_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_thumb_down_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_timelapse_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_timelapse_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_trending_up_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_trending_up_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_vibration_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_vibration_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_view_list_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_view_list_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_visibility_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_visibility_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_voicemail_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_voicemail_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_volume_up_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-hdpi/ic_volume_up_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_access_time_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_access_time_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_account_box_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_account_box_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_add_alert_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_add_alert_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_add_circle_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_add_circle_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_alarm_add_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_alarm_add_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_alarm_off_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_alarm_off_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_arrow_back_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_arrow_back_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_assessment_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_assessment_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_assignment_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_assignment_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_assistant_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_assistant_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_attach_file_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_attach_file_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_audiotrack_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_audiotrack_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_backspace_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_backspace_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_bluetooth_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_bluetooth_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_bug_report_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_bug_report_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_call_made_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_call_made_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_call_merge_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_call_merge_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_call_missed_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_call_missed_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_call_split_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_call_split_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_camera_alt_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_camera_alt_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_camera_roll_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_camera_roll_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_card_travel_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_card_travel_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_chat_bubble_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_chat_bubble_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_collections_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_collections_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_color_lens_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_color_lens_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_content_cut_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_content_cut_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_credit_card_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_credit_card_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_data_usage_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_data_usage_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_description_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_description_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_desktop_mac_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_desktop_mac_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_directions_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_directions_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_equalizer_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_equalizer_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_event_seat_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_event_seat_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_extension_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_extension_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_fast_rewind_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_fast_rewind_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_filter_hdr_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_filter_hdr_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_flight_land_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_flight_land_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_gps_fixed_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_gps_fixed_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_group_work_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_group_work_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_headset_mic_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_headset_mic_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_insert_link_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_insert_link_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_laptop_mac_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_laptop_mac_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_library_add_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_library_add_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_live_help_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_live_help_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_local_atm_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_local_atm_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_local_bar_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_local_bar_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_local_cafe_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_local_cafe_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_local_mall_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_local_mall_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_local_pizza_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_local_pizza_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_local_taxi_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_local_taxi_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_more_vert_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_more_vert_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_navigation_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_navigation_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_open_in_new_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_open_in_new_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_play_arrow_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_play_arrow_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_queue_music_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_queue_music_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_reply_all_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_reply_all_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_satellite_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_satellite_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_sd_storage_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_sd_storage_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_skip_next_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_skip_next_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_straighten_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_straighten_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_subtitles_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_subtitles_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_thumb_down_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_thumb_down_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_timelapse_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_timelapse_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_trending_up_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_trending_up_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_vibration_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_vibration_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_view_list_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_view_list_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_visibility_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_visibility_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_voicemail_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_voicemail_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_volume_up_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-mdpi/ic_volume_up_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_add_alert_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_add_alert_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_add_circle_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_add_circle_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_alarm_add_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_alarm_add_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_alarm_off_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_alarm_off_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_alarm_on_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_alarm_on_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_arrow_back_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_arrow_back_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_assessment_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_assessment_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_assignment_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_assignment_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_assistant_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_assistant_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_audiotrack_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_audiotrack_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_backspace_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_backspace_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_beenhere_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_beenhere_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_bluetooth_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_bluetooth_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_bookmark_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_bookmark_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_bug_report_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_bug_report_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_business_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_business_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_call_end_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_call_end_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_call_made_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_call_made_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_call_merge_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_call_merge_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_call_split_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_call_split_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_camera_alt_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_camera_alt_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_color_lens_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_color_lens_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_colorize_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_colorize_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_computer_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_computer_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_contacts_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_contacts_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_data_usage_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_data_usage_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_directions_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_directions_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_equalizer_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_equalizer_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_event_seat_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_event_seat_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_extension_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_extension_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_favorite_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_favorite_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_feedback_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_feedback_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_filter_hdr_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_filter_hdr_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_flash_on_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_flash_on_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_gps_fixed_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_gps_fixed_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_group_work_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_group_work_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_keyboard_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_keyboard_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_language_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_language_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_laptop_mac_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_laptop_mac_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_live_help_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_live_help_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_local_atm_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_local_atm_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_local_bar_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_local_bar_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_local_cafe_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_local_cafe_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_local_mall_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_local_mall_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_local_taxi_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_local_taxi_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_more_vert_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_more_vert_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_navigation_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_navigation_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_note_add_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_note_add_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_play_arrow_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_play_arrow_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_reply_all_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_reply_all_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_satellite_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_satellite_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_sd_storage_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_sd_storage_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_security_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_security_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_settings_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_settings_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_shop_two_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_shop_two_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_sim_card_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_sim_card_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_skip_next_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_skip_next_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_straighten_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_straighten_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_subtitles_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_subtitles_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_theaters_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_theaters_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_thumb_down_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_thumb_down_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_thumb_up_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_thumb_up_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_timelapse_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_timelapse_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_vibration_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_vibration_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_videocam_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_videocam_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_view_list_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_view_list_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_visibility_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_visibility_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_voicemail_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_voicemail_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_volume_up_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_volume_up_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_vpn_lock_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_vpn_lock_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_wb_sunny_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_wb_sunny_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_whatshot_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xhdpi/ic_whatshot_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_add_alert_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_add_alert_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_alarm_add_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_alarm_add_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_alarm_off_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_alarm_off_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_alarm_on_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_alarm_on_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_android_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_android_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_archive_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_archive_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_assistant_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_assistant_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_backspace_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_backspace_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_beenhere_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_beenhere_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_bluetooth_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_bluetooth_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_bookmark_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_bookmark_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_business_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_business_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_call_end_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_call_end_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_call_made_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_call_made_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_colorize_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_colorize_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_computer_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_computer_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_contacts_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_contacts_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_devices_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_devices_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_equalizer_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_equalizer_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_explore_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_explore_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_extension_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_extension_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_favorite_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_favorite_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_feedback_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_feedback_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_flash_on_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_flash_on_white_24dp.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_get_app_white_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDDStudio/Recurrence/master/app/src/main/res/drawable-xxhdpi/ic_get_app_white_24dp.png --------------------------------------------------------------------------------