├── Android.mk ├── AndroidManifest.xml ├── ForceProguard.mk ├── assets └── licenses.html ├── build ├── README ├── android_lint.mk ├── android_lint.xslt ├── colorize_errors.py ├── gcheckstyle.mk ├── gcheckstyle │ ├── google-style-checker_deploy.jar │ └── tools │ │ └── java │ │ └── checkstyle │ │ └── googlestyle-5.0.xml └── process_style_output.py ├── jni ├── Android.mk ├── GifTranscoder.cpp └── GifTranscoder.h ├── proguard-release.flags ├── proguard-test.flags ├── proguard.flags ├── res ├── animator │ └── fab_anim.xml ├── color │ └── tab_text_color.xml ├── drawable-hdpi │ ├── btn_keyboard_key_dark_normal_holo.9.png │ ├── btn_keyboard_key_dark_pressed_holo.9.png │ ├── btn_keyboard_key_light_normal_holo.9.png │ ├── btn_keyboard_key_light_pressed_holo.9.png │ ├── cab_bg.9.png │ ├── contact_popup_background.9.png │ ├── fab_new_message_static_shadow.png │ ├── ic_add_gray.png │ ├── ic_add_white.png │ ├── ic_archive_small_dark.png │ ├── ic_archive_small_light.png │ ├── ic_archive_undo_small_dark.png │ ├── ic_archive_undo_small_light.png │ ├── ic_arrow_back_dark.png │ ├── ic_arrow_back_light.png │ ├── ic_attachment_dark.png │ ├── ic_audio_light.png │ ├── ic_audio_pause.png │ ├── ic_audio_play.png │ ├── ic_camera_front_light.png │ ├── ic_camera_light.png │ ├── ic_camera_rear_light.png │ ├── ic_cancel_small_dark.png │ ├── ic_cancel_small_light.png │ ├── ic_checkbox_blank_light.png │ ├── ic_checkbox_light.png │ ├── ic_checkbox_outline_light.png │ ├── ic_checkmark_circle_blue.png │ ├── ic_checkmark_large.png │ ├── ic_checkmark_large_light.png │ ├── ic_checkmark_small_blue.png │ ├── ic_checkmark_small_light.png │ ├── ic_color_lens.png │ ├── ic_content_copy_dark.png │ ├── ic_crying_hero.png │ ├── ic_delete_small_dark.png │ ├── ic_delete_small_light.png │ ├── ic_dnd_on_dark.png │ ├── ic_dnd_on_light.png │ ├── ic_failed_light.png │ ├── ic_failed_status_red.png │ ├── ic_file_download_dark.png │ ├── ic_file_download_light.png │ ├── ic_forward_dark.png │ ├── ic_history_light.png │ ├── ic_image_light.png │ ├── ic_ime_dark.png │ ├── ic_ime_light.png │ ├── ic_info_dark.png │ ├── ic_keyboard_arrow_left_light.png │ ├── ic_keyboard_arrow_right_light.png │ ├── ic_mp_audio_mic.png │ ├── ic_mp_camera_large_light.png │ ├── ic_mp_camera_small_light.png │ ├── ic_mp_capture_stop_large_light.png │ ├── ic_mp_full_screen_light.png │ ├── ic_mp_video_large_light.png │ ├── ic_mp_video_small_light.png │ ├── ic_notifications_off_dark.png │ ├── ic_notifications_off_light.png │ ├── ic_notifications_off_small_light.png │ ├── ic_notifications_on_dark.png │ ├── ic_notifications_on_light.png │ ├── ic_numeric_dialpad.png │ ├── ic_oobe_conv_list.png │ ├── ic_oobe_freq_list.png │ ├── ic_open_in_new.png │ ├── ic_people_add_light.png │ ├── ic_person_add_blue.png │ ├── ic_person_add_dark.png │ ├── ic_person_add_light.png │ ├── ic_person_light.png │ ├── ic_person_light_large.png │ ├── ic_phone_small_light.png │ ├── ic_photo_library_light.png │ ├── ic_preview_pause.png │ ├── ic_preview_play.png │ ├── ic_remove_light.png │ ├── ic_remove_small_light.png │ ├── ic_save_dark.png │ ├── ic_save_light.png │ ├── ic_search_light.png │ ├── ic_send_dark.png │ ├── ic_send_light.png │ ├── ic_share_dark.png │ ├── ic_share_light.png │ ├── ic_sim_card_send.png │ ├── ic_sms_delivery_ok.png │ ├── ic_sms_failed_light.png │ ├── ic_sms_light.png │ ├── ic_sms_multi_light.png │ ├── ic_tooltip_arrow.png │ ├── ic_video_play_light.png │ ├── ic_wear_reply.png │ ├── ic_widget_avatar_shadow.png │ ├── ic_widget_list.png │ ├── ic_work_profile.png │ ├── msg_bubble_error.9.png │ ├── msg_bubble_incoming.9.png │ ├── msg_bubble_input.9.png │ ├── msg_bubble_outgoing.9.png │ ├── permissions.png │ ├── swipe_shadow.9.png │ ├── swipe_shadow_drag.9.png │ ├── sym_keyboard_delete_holo.png │ ├── tab_btn_bg_normal.9.png │ ├── tab_btn_bg_pressed.9.png │ ├── tab_selected.9.png │ ├── tab_selected_focused_holo.9.png │ ├── tab_selected_pressed_focused_holo.9.png │ ├── tab_selected_pressed_holo.9.png │ ├── tab_unselected.9.png │ ├── tab_unselected_focused_holo.9.png │ ├── tab_unselected_pressed_focused_holo.9.png │ ├── tab_unselected_pressed_holo.9.png │ ├── widget_hr.9.png │ ├── widget_msg_bubble_incoming.9.png │ └── widget_msg_bubble_outgoing.9.png ├── drawable-ldrtl-hdpi │ ├── ic_keyboard_arrow_left_light.png │ ├── ic_keyboard_arrow_right_light.png │ ├── ic_send_light.png │ ├── msg_bubble_incoming.9.png │ ├── msg_bubble_input.9.png │ ├── msg_bubble_outgoing.9.png │ └── sym_keyboard_delete_holo_dark.png ├── drawable-ldrtl-mdpi │ ├── ic_keyboard_arrow_left_light.png │ ├── ic_keyboard_arrow_right_light.png │ ├── ic_send_light.png │ ├── msg_bubble_incoming.9.png │ ├── msg_bubble_input.9.png │ ├── msg_bubble_outgoing.9.png │ └── sym_keyboard_delete_holo_dark.png ├── drawable-ldrtl-xhdpi │ ├── ic_keyboard_arrow_left_light.png │ ├── ic_keyboard_arrow_right_light.png │ ├── ic_send_light.png │ ├── msg_bubble_incoming.9.png │ ├── msg_bubble_input.9.png │ ├── msg_bubble_outgoing.9.png │ └── sym_keyboard_delete_holo_dark.png ├── drawable-ldrtl-xxhdpi │ ├── ic_keyboard_arrow_left_light.png │ ├── ic_keyboard_arrow_right_light.png │ ├── ic_send_light.png │ ├── msg_bubble_incoming.9.png │ ├── msg_bubble_input.9.png │ ├── msg_bubble_outgoing.9.png │ └── sym_keyboard_delete_holo_dark.png ├── drawable-ldrtl-xxxhdpi │ ├── ic_keyboard_arrow_left_light.png │ ├── ic_keyboard_arrow_right_light.png │ ├── ic_send_light.png │ ├── msg_bubble_incoming.9.png │ ├── msg_bubble_input.9.png │ ├── msg_bubble_outgoing.9.png │ └── sym_keyboard_delete_holo_dark.png ├── drawable-mdpi │ ├── btn_keyboard_key_dark_normal_holo.9.png │ ├── btn_keyboard_key_dark_pressed_holo.9.png │ ├── btn_keyboard_key_light_normal_holo.9.png │ ├── btn_keyboard_key_light_pressed_holo.9.png │ ├── cab_bg.9.png │ ├── contact_popup_background.9.png │ ├── fab_new_message_static_shadow.png │ ├── ic_add_gray.png │ ├── ic_add_white.png │ ├── ic_archive_small_dark.png │ ├── ic_archive_small_light.png │ ├── ic_archive_undo_small_dark.png │ ├── ic_archive_undo_small_light.png │ ├── ic_arrow_back_dark.png │ ├── ic_arrow_back_light.png │ ├── ic_attachment_dark.png │ ├── ic_audio_light.png │ ├── ic_audio_pause.png │ ├── ic_audio_play.png │ ├── ic_camera_front_light.png │ ├── ic_camera_light.png │ ├── ic_camera_rear_light.png │ ├── ic_cancel_small_dark.png │ ├── ic_cancel_small_light.png │ ├── ic_checkbox_blank_light.png │ ├── ic_checkbox_light.png │ ├── ic_checkbox_outline_light.png │ ├── ic_checkmark_circle_blue.png │ ├── ic_checkmark_large.png │ ├── ic_checkmark_large_light.png │ ├── ic_checkmark_small_blue.png │ ├── ic_checkmark_small_light.png │ ├── ic_color_lens.png │ ├── ic_content_copy_dark.png │ ├── ic_crying_hero.png │ ├── ic_delete_small_dark.png │ ├── ic_delete_small_light.png │ ├── ic_dnd_on_dark.png │ ├── ic_dnd_on_light.png │ ├── ic_failed_light.png │ ├── ic_failed_status_red.png │ ├── ic_file_download_dark.png │ ├── ic_file_download_light.png │ ├── ic_forward_dark.png │ ├── ic_history_light.png │ ├── ic_image_light.png │ ├── ic_ime_dark.png │ ├── ic_ime_light.png │ ├── ic_info_dark.png │ ├── ic_keyboard_arrow_left_light.png │ ├── ic_keyboard_arrow_right_light.png │ ├── ic_mp_audio_mic.png │ ├── ic_mp_camera_large_light.png │ ├── ic_mp_camera_small_light.png │ ├── ic_mp_capture_stop_large_light.png │ ├── ic_mp_full_screen_light.png │ ├── ic_mp_video_large_light.png │ ├── ic_mp_video_small_light.png │ ├── ic_notifications_off_dark.png │ ├── ic_notifications_off_light.png │ ├── ic_notifications_off_small_light.png │ ├── ic_notifications_on_dark.png │ ├── ic_notifications_on_light.png │ ├── ic_numeric_dialpad.png │ ├── ic_oobe_conv_list.png │ ├── ic_oobe_freq_list.png │ ├── ic_open_in_new.png │ ├── ic_people_add_light.png │ ├── ic_person_add_blue.png │ ├── ic_person_add_dark.png │ ├── ic_person_add_light.png │ ├── ic_person_light.png │ ├── ic_person_light_large.png │ ├── ic_phone_small_light.png │ ├── ic_photo_library_light.png │ ├── ic_preview_pause.png │ ├── ic_preview_play.png │ ├── ic_remove_light.png │ ├── ic_remove_small_light.png │ ├── ic_save_dark.png │ ├── ic_save_light.png │ ├── ic_search_light.png │ ├── ic_send_dark.png │ ├── ic_send_light.png │ ├── ic_share_dark.png │ ├── ic_share_light.png │ ├── ic_sim_card_send.png │ ├── ic_sms_delivery_ok.png │ ├── ic_sms_failed_light.png │ ├── ic_sms_light.png │ ├── ic_sms_multi_light.png │ ├── ic_tooltip_arrow.png │ ├── ic_video_play_light.png │ ├── ic_wear_reply.png │ ├── ic_widget_avatar_shadow.png │ ├── ic_widget_list.png │ ├── ic_work_profile.png │ ├── msg_bubble_error.9.png │ ├── msg_bubble_incoming.9.png │ ├── msg_bubble_input.9.png │ ├── msg_bubble_outgoing.9.png │ ├── permissions.png │ ├── swipe_shadow.9.png │ ├── swipe_shadow_drag.9.png │ ├── sym_keyboard_delete_holo.png │ ├── tab_btn_bg_normal.9.png │ ├── tab_btn_bg_pressed.9.png │ ├── tab_selected.9.png │ ├── tab_selected_focused_holo.9.png │ ├── tab_selected_pressed_focused_holo.9.png │ ├── tab_selected_pressed_holo.9.png │ ├── tab_unselected.9.png │ ├── tab_unselected_focused_holo.9.png │ ├── tab_unselected_pressed_focused_holo.9.png │ ├── tab_unselected_pressed_holo.9.png │ ├── widget_hr.9.png │ ├── widget_msg_bubble_incoming.9.png │ └── widget_msg_bubble_outgoing.9.png ├── drawable-nodpi │ ├── bg_sms.jpg │ ├── ic_person_wear.png │ ├── messenger_widget_conversation_preview.png │ └── messenger_widget_preview.png ├── drawable-v21 │ ├── contact_picker_tab_background_selector.xml │ ├── fab_new_message_bg.xml │ ├── gallery_image_background_selector.xml │ ├── mediapicker_tab_button_background.xml │ ├── transparent_button_background.xml │ └── widget_item_background.xml ├── drawable-xhdpi │ ├── btn_keyboard_key_dark_normal_holo.9.png │ ├── btn_keyboard_key_dark_pressed_holo.9.png │ ├── btn_keyboard_key_light_normal_holo.9.png │ ├── btn_keyboard_key_light_pressed_holo.9.png │ ├── cab_bg.9.png │ ├── contact_popup_background.9.png │ ├── fab_new_message_static_shadow.png │ ├── ic_add_gray.png │ ├── ic_add_white.png │ ├── ic_archive_small_dark.png │ ├── ic_archive_small_light.png │ ├── ic_archive_undo_small_dark.png │ ├── ic_archive_undo_small_light.png │ ├── ic_arrow_back_dark.png │ ├── ic_arrow_back_light.png │ ├── ic_attachment_dark.png │ ├── ic_audio_light.png │ ├── ic_audio_pause.png │ ├── ic_audio_play.png │ ├── ic_camera_front_light.png │ ├── ic_camera_light.png │ ├── ic_camera_rear_light.png │ ├── ic_cancel_small_dark.png │ ├── ic_cancel_small_light.png │ ├── ic_checkbox_blank_light.png │ ├── ic_checkbox_light.png │ ├── ic_checkbox_outline_light.png │ ├── ic_checkmark_circle_blue.png │ ├── ic_checkmark_large.png │ ├── ic_checkmark_large_light.png │ ├── ic_checkmark_small_blue.png │ ├── ic_checkmark_small_light.png │ ├── ic_color_lens.png │ ├── ic_content_copy_dark.png │ ├── ic_crying_hero.png │ ├── ic_delete_small_dark.png │ ├── ic_delete_small_light.png │ ├── ic_dnd_on_dark.png │ ├── ic_dnd_on_light.png │ ├── ic_failed_light.png │ ├── ic_failed_status_red.png │ ├── ic_file_download_dark.png │ ├── ic_file_download_light.png │ ├── ic_forward_dark.png │ ├── ic_history_light.png │ ├── ic_image_light.png │ ├── ic_ime_dark.png │ ├── ic_ime_light.png │ ├── ic_info_dark.png │ ├── ic_keyboard_arrow_left_light.png │ ├── ic_keyboard_arrow_right_light.png │ ├── ic_mp_audio_mic.png │ ├── ic_mp_camera_large_light.png │ ├── ic_mp_camera_small_light.png │ ├── ic_mp_capture_stop_large_light.png │ ├── ic_mp_full_screen_light.png │ ├── ic_mp_video_large_light.png │ ├── ic_mp_video_small_light.png │ ├── ic_notifications_off_dark.png │ ├── ic_notifications_off_light.png │ ├── ic_notifications_off_small_light.png │ ├── ic_notifications_on_dark.png │ ├── ic_notifications_on_light.png │ ├── ic_numeric_dialpad.png │ ├── ic_oobe_conv_list.png │ ├── ic_oobe_freq_list.png │ ├── ic_open_in_new.png │ ├── ic_people_add_light.png │ ├── ic_person_add_blue.png │ ├── ic_person_add_dark.png │ ├── ic_person_add_light.png │ ├── ic_person_light.png │ ├── ic_person_light_large.png │ ├── ic_phone_small_light.png │ ├── ic_photo_library_light.png │ ├── ic_preview_pause.png │ ├── ic_preview_play.png │ ├── ic_remove_light.png │ ├── ic_remove_small_light.png │ ├── ic_save_dark.png │ ├── ic_save_light.png │ ├── ic_search_light.png │ ├── ic_send_dark.png │ ├── ic_send_light.png │ ├── ic_share_dark.png │ ├── ic_share_light.png │ ├── ic_sim_card_send.png │ ├── ic_sms_delivery_ok.png │ ├── ic_sms_failed_light.png │ ├── ic_sms_light.png │ ├── ic_sms_multi_light.png │ ├── ic_tooltip_arrow.png │ ├── ic_video_play_light.png │ ├── ic_wear_reply.png │ ├── ic_widget_avatar_shadow.png │ ├── ic_widget_list.png │ ├── ic_work_profile.png │ ├── msg_bubble_error.9.png │ ├── msg_bubble_incoming.9.png │ ├── msg_bubble_input.9.png │ ├── msg_bubble_outgoing.9.png │ ├── permissions.png │ ├── swipe_shadow.9.png │ ├── swipe_shadow_drag.9.png │ ├── sym_keyboard_delete_holo.png │ ├── tab_btn_bg_normal.9.png │ ├── tab_btn_bg_pressed.9.png │ ├── tab_selected.9.png │ ├── tab_selected_focused_holo.9.png │ ├── tab_selected_pressed_focused_holo.9.png │ ├── tab_selected_pressed_holo.9.png │ ├── tab_unselected.9.png │ ├── tab_unselected_focused_holo.9.png │ ├── tab_unselected_pressed_focused_holo.9.png │ ├── tab_unselected_pressed_holo.9.png │ ├── widget_hr.9.png │ ├── widget_msg_bubble_incoming.9.png │ └── widget_msg_bubble_outgoing.9.png ├── drawable-xxhdpi │ ├── btn_keyboard_key_dark_normal_holo.9.png │ ├── btn_keyboard_key_dark_pressed_holo.9.png │ ├── btn_keyboard_key_light_normal_holo.9.png │ ├── btn_keyboard_key_light_pressed_holo.9.png │ ├── cab_bg.9.png │ ├── contact_popup_background.9.png │ ├── fab_new_message_static_shadow.png │ ├── ic_add_gray.png │ ├── ic_add_white.png │ ├── ic_archive_small_dark.png │ ├── ic_archive_small_light.png │ ├── ic_archive_undo_small_dark.png │ ├── ic_archive_undo_small_light.png │ ├── ic_arrow_back_dark.png │ ├── ic_arrow_back_light.png │ ├── ic_attachment_dark.png │ ├── ic_audio_light.png │ ├── ic_audio_pause.png │ ├── ic_audio_play.png │ ├── ic_camera_front_light.png │ ├── ic_camera_light.png │ ├── ic_camera_rear_light.png │ ├── ic_cancel_small_dark.png │ ├── ic_cancel_small_light.png │ ├── ic_checkbox_blank_light.png │ ├── ic_checkbox_light.png │ ├── ic_checkbox_outline_light.png │ ├── ic_checkmark_circle_blue.png │ ├── ic_checkmark_large.png │ ├── ic_checkmark_large_light.png │ ├── ic_checkmark_small_blue.png │ ├── ic_checkmark_small_light.png │ ├── ic_color_lens.png │ ├── ic_content_copy_dark.png │ ├── ic_crying_hero.png │ ├── ic_delete_small_dark.png │ ├── ic_delete_small_light.png │ ├── ic_dnd_on_dark.png │ ├── ic_dnd_on_light.png │ ├── ic_failed_light.png │ ├── ic_failed_status_red.png │ ├── ic_file_download_dark.png │ ├── ic_file_download_light.png │ ├── ic_forward_dark.png │ ├── ic_history_light.png │ ├── ic_image_light.png │ ├── ic_ime_dark.png │ ├── ic_ime_light.png │ ├── ic_info_dark.png │ ├── ic_keyboard_arrow_left_light.png │ ├── ic_keyboard_arrow_right_light.png │ ├── ic_mp_audio_mic.png │ ├── ic_mp_camera_large_light.png │ ├── ic_mp_camera_small_light.png │ ├── ic_mp_capture_stop_large_light.png │ ├── ic_mp_full_screen_light.png │ ├── ic_mp_video_large_light.png │ ├── ic_mp_video_small_light.png │ ├── ic_notifications_off_dark.png │ ├── ic_notifications_off_light.png │ ├── ic_notifications_off_small_light.png │ ├── ic_notifications_on_dark.png │ ├── ic_notifications_on_light.png │ ├── ic_numeric_dialpad.png │ ├── ic_oobe_conv_list.png │ ├── ic_oobe_freq_list.png │ ├── ic_open_in_new.png │ ├── ic_people_add_light.png │ ├── ic_person_add_blue.png │ ├── ic_person_add_dark.png │ ├── ic_person_add_light.png │ ├── ic_person_light.png │ ├── ic_person_light_large.png │ ├── ic_phone_small_light.png │ ├── ic_photo_library_light.png │ ├── ic_preview_pause.png │ ├── ic_preview_play.png │ ├── ic_remove_light.png │ ├── ic_remove_small_light.png │ ├── ic_save_dark.png │ ├── ic_save_light.png │ ├── ic_search_light.png │ ├── ic_send_dark.png │ ├── ic_send_light.png │ ├── ic_share_dark.png │ ├── ic_share_light.png │ ├── ic_sim_card_send.png │ ├── ic_sms_delivery_ok.png │ ├── ic_sms_failed_light.png │ ├── ic_sms_light.png │ ├── ic_sms_multi_light.png │ ├── ic_tooltip_arrow.png │ ├── ic_video_play_light.png │ ├── ic_wear_reply.png │ ├── ic_widget_avatar_shadow.png │ ├── ic_widget_list.png │ ├── ic_work_profile.png │ ├── msg_bubble_error.9.png │ ├── msg_bubble_incoming.9.png │ ├── msg_bubble_input.9.png │ ├── msg_bubble_outgoing.9.png │ ├── permissions.png │ ├── swipe_shadow.9.png │ ├── swipe_shadow_drag.9.png │ ├── sym_keyboard_delete_holo.png │ ├── tab_btn_bg_normal.9.png │ ├── tab_btn_bg_pressed.9.png │ ├── tab_selected.9.png │ ├── tab_selected_focused_holo.9.png │ ├── tab_selected_pressed_focused_holo.9.png │ ├── tab_selected_pressed_holo.9.png │ ├── tab_unselected.9.png │ ├── tab_unselected_focused_holo.9.png │ ├── tab_unselected_pressed_focused_holo.9.png │ ├── tab_unselected_pressed_holo.9.png │ ├── widget_hr.9.png │ ├── widget_msg_bubble_incoming.9.png │ └── widget_msg_bubble_outgoing.9.png ├── drawable-xxxhdpi │ ├── btn_keyboard_key_dark_normal_holo.9.png │ ├── btn_keyboard_key_dark_pressed_holo.9.png │ ├── btn_keyboard_key_light_normal_holo.9.png │ ├── btn_keyboard_key_light_pressed_holo.9.png │ ├── cab_bg.9.png │ ├── contact_popup_background.9.png │ ├── fab_new_message_static_shadow.png │ ├── ic_add_white.png │ ├── ic_archive_small_dark.png │ ├── ic_archive_small_light.png │ ├── ic_archive_undo_small_dark.png │ ├── ic_archive_undo_small_light.png │ ├── ic_arrow_back_dark.png │ ├── ic_arrow_back_light.png │ ├── ic_attachment_dark.png │ ├── ic_audio_light.png │ ├── ic_audio_pause.png │ ├── ic_audio_play.png │ ├── ic_camera_front_light.png │ ├── ic_camera_light.png │ ├── ic_camera_rear_light.png │ ├── ic_cancel_small_dark.png │ ├── ic_cancel_small_light.png │ ├── ic_checkbox_blank_light.png │ ├── ic_checkbox_light.png │ ├── ic_checkbox_outline_light.png │ ├── ic_checkmark_circle_blue.png │ ├── ic_checkmark_large.png │ ├── ic_checkmark_large_light.png │ ├── ic_checkmark_small_blue.png │ ├── ic_checkmark_small_light.png │ ├── ic_color_lens.png │ ├── ic_content_copy_dark.png │ ├── ic_crying_hero.png │ ├── ic_delete_small_dark.png │ ├── ic_delete_small_light.png │ ├── ic_dnd_on_dark.png │ ├── ic_dnd_on_light.png │ ├── ic_failed_light.png │ ├── ic_failed_status_red.png │ ├── ic_file_download_dark.png │ ├── ic_file_download_light.png │ ├── ic_forward_dark.png │ ├── ic_history_light.png │ ├── ic_image_light.png │ ├── ic_ime_dark.png │ ├── ic_ime_light.png │ ├── ic_info_dark.png │ ├── ic_keyboard_arrow_left_light.png │ ├── ic_keyboard_arrow_right_light.png │ ├── ic_mp_audio_mic.png │ ├── ic_mp_camera_large_light.png │ ├── ic_mp_camera_small_light.png │ ├── ic_mp_capture_stop_large_light.png │ ├── ic_mp_full_screen_light.png │ ├── ic_mp_video_large_light.png │ ├── ic_mp_video_small_light.png │ ├── ic_notifications_off_dark.png │ ├── ic_notifications_off_light.png │ ├── ic_notifications_off_small_light.png │ ├── ic_notifications_on_dark.png │ ├── ic_notifications_on_light.png │ ├── ic_numeric_dialpad.png │ ├── ic_oobe_conv_list.png │ ├── ic_oobe_freq_list.png │ ├── ic_open_in_new.png │ ├── ic_people_add_light.png │ ├── ic_person_add_blue.png │ ├── ic_person_add_dark.png │ ├── ic_person_add_light.png │ ├── ic_person_light.png │ ├── ic_person_light_large.png │ ├── ic_phone_small_light.png │ ├── ic_photo_library_light.png │ ├── ic_preview_pause.png │ ├── ic_preview_play.png │ ├── ic_remove_light.png │ ├── ic_remove_small_light.png │ ├── ic_save_dark.png │ ├── ic_save_light.png │ ├── ic_search_light.png │ ├── ic_send_dark.png │ ├── ic_send_light.png │ ├── ic_share_dark.png │ ├── ic_share_light.png │ ├── ic_sim_card_send.png │ ├── ic_sms_delivery_ok.png │ ├── ic_sms_failed_light.png │ ├── ic_sms_light.png │ ├── ic_sms_multi_light.png │ ├── ic_tooltip_arrow.png │ ├── ic_video_play_light.png │ ├── ic_wear_reply.png │ ├── ic_widget_avatar_shadow.png │ ├── ic_widget_list.png │ ├── ic_work_profile.png │ ├── msg_bubble_error.9.png │ ├── msg_bubble_incoming.9.png │ ├── msg_bubble_input.9.png │ ├── msg_bubble_outgoing.9.png │ ├── permissions.png │ ├── swipe_shadow.9.png │ ├── swipe_shadow_drag.9.png │ ├── sym_keyboard_delete_holo.png │ ├── tab_btn_bg_normal.9.png │ ├── tab_btn_bg_pressed.9.png │ ├── tab_selected.9.png │ ├── tab_selected_focused_holo.9.png │ ├── tab_selected_pressed_focused_holo.9.png │ ├── tab_selected_pressed_holo.9.png │ ├── tab_unselected.9.png │ ├── tab_unselected_focused_holo.9.png │ ├── tab_unselected_pressed_focused_holo.9.png │ ├── tab_unselected_pressed_holo.9.png │ ├── widget_hr.9.png │ ├── widget_msg_bubble_incoming.9.png │ └── widget_msg_bubble_outgoing.9.png ├── drawable │ ├── attachment_audio_preview_background.xml │ ├── attachment_image_placeholder_background.xml │ ├── attachment_more_items_background.xml │ ├── attachment_vcard_preview_background.xml │ ├── audio_progress_bar_background_incoming.xml │ ├── audio_progress_bar_background_outgoing.xml │ ├── audio_progress_bar_progress.xml │ ├── audio_record_control_button_background.xml │ ├── chips_dropdown_background.xml │ ├── chips_dropdown_text_color.xml │ ├── compose_chips_divider_gradient.xml │ ├── contact_picker_tab_background_selector.xml │ ├── contacts_fastscroll_label_left.xml │ ├── contacts_fastscroll_label_right.xml │ ├── conversation_compose_divider_gradient.xml │ ├── default_image.xml │ ├── exit_button_bg.xml │ ├── fab_new_message_bg.xml │ ├── fastscroll_preview_left.xml │ ├── fastscroll_preview_right.xml │ ├── fastscroll_thumb.xml │ ├── fastscroll_thumb_pressed.xml │ ├── fastscroll_track.xml │ ├── gallery_checkbox_selector.xml │ ├── gallery_document_picker_item_background.xml │ ├── gallery_image_background_selector.xml │ ├── generic_video_icon.xml │ ├── ic_library_music_black_24px.xml │ ├── ic_library_music_white_24px.xml │ ├── ic_play_circle_filled_white_24px.xml │ ├── mediapicker_tab_button_background.xml │ ├── message_bubble_incoming_no_arrow.xml │ ├── message_bubble_outgoing_no_arrow.xml │ ├── send_arrow_background.xml │ ├── sim_selector_background_gradient.xml │ ├── stat_notify_chat.png │ ├── subject_editor_bubble.xml │ ├── tab_btn_bg.xml │ ├── tab_indicator.xml │ ├── transparent_button_background.xml │ ├── widget_bottom_background.xml │ └── widget_top_background.xml ├── layout │ ├── action_bar_conversation_name.xml │ ├── add_contacts_confirmation_dialog_body.xml │ ├── all_contacts_list_view.xml │ ├── apn_preference_layout.xml │ ├── attachment_chooser_activity.xml │ ├── attachment_chooser_audio.xml │ ├── attachment_chooser_fragment.xml │ ├── attachment_chooser_image.xml │ ├── attachment_chooser_vcard.xml │ ├── attachment_chooser_video.xml │ ├── attachment_grid_item_view.xml │ ├── attachment_more_text_view.xml │ ├── attachment_multiple_audio.xml │ ├── attachment_multiple_image.xml │ ├── attachment_multiple_vcard.xml │ ├── attachment_multiple_video.xml │ ├── attachment_pending_item.xml │ ├── attachment_preview.xml │ ├── attachment_single_audio.xml │ ├── attachment_single_image.xml │ ├── attachment_single_vcard.xml │ ├── attachment_single_video.xml │ ├── audio_attachment_view.xml │ ├── audio_list_item_view.xml │ ├── blocked_participant_list_item_view.xml │ ├── blocked_participants_activity.xml │ ├── blocked_participants_fragment.xml │ ├── chips_alternates_dropdown_item.xml │ ├── compose_message_view.xml │ ├── contact_list_item_view.xml │ ├── contact_picker_fragment.xml │ ├── conversation_activity.xml │ ├── conversation_fragment.xml │ ├── conversation_list_activity.xml │ ├── conversation_list_fragment.xml │ ├── conversation_list_item_view.xml │ ├── conversation_message_view.xml │ ├── copy_contact_dialog_view.xml │ ├── custom_header_view_pager.xml │ ├── debug_mmsconfig_activity.xml │ ├── debug_mmsconfig_fragment.xml │ ├── debug_mmsconfig_item_view.xml │ ├── debug_sms_mms_from_dump_file_dialog.xml │ ├── enter_phone_number_view.xml │ ├── fastscroll_preview.xml │ ├── fastscroll_thumb.xml │ ├── fastscroll_track.xml │ ├── frequent_contacts_list_view.xml │ ├── gallery_grid_item_view.xml │ ├── group_mms_setting_dialog.xml │ ├── license_activity.xml │ ├── list_empty_view.xml │ ├── mediapicker_audio_chooser.xml │ ├── mediapicker_audio_list_chooser.xml │ ├── mediapicker_camera_chooser.xml │ ├── mediapicker_fragment.xml │ ├── mediapicker_image_chooser.xml │ ├── mediapicker_location_chooser.xml │ ├── mediapicker_location_container.xml │ ├── mediapicker_tab_button.xml │ ├── message_audio_attachment.xml │ ├── message_vcard_attachment.xml │ ├── message_video_attachment.xml │ ├── mms_config_debug_fragment.xml │ ├── open_source_licenses.xml │ ├── people_and_options_activity.xml │ ├── people_and_options_fragment.xml │ ├── people_and_options_section_header.xml │ ├── people_list_item_view.xml │ ├── people_options_item_view.xml │ ├── permission_check_activity.xml │ ├── person_item_view.xml │ ├── place_card.xml │ ├── settings_fragment.xml │ ├── settings_item_view.xml │ ├── share_intent_activity.xml │ ├── share_intent_conversation_list_view.xml │ ├── sim_selector_item_view.xml │ ├── sim_selector_view.xml │ ├── sms_free_storage_action_item_view.xml │ ├── sms_mms_dump_file_list_item.xml │ ├── sms_storage_low_warning_dialog.xml │ ├── snack_bar.xml │ ├── test_activity.xml │ ├── vcard_detail_activity.xml │ ├── vcard_detail_fragment.xml │ ├── video_thumbnail_view.xml │ ├── viewgroup_vertical_explode_animation_popup.xml │ ├── widget_conversation.xml │ ├── widget_conversation_list.xml │ ├── widget_conversation_list_item.xml │ ├── widget_loading.xml │ ├── widget_message_item_incoming.xml │ ├── widget_message_item_outgoing.xml │ ├── widget_missing_permission.xml │ └── work_directory_header.xml ├── menu │ ├── archived_conversation_list_menu.xml │ ├── attachment_chooser_menu.xml │ ├── compose_menu.xml │ ├── conversation_fragment_select_menu.xml │ ├── conversation_list_fragment_menu.xml │ ├── conversation_list_fragment_select_menu.xml │ ├── conversation_menu.xml │ ├── gallery_picker_menu.xml │ ├── photo_view_menu.xml │ ├── settings_menu.xml │ └── vcard_detail_fragment_menu.xml ├── 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 ├── raw │ ├── audio_end.wav │ ├── audio_initiate.wav │ ├── db_op_debug.wav │ ├── message_failure.wav │ ├── message_inc_thread.wav │ ├── message_sent.wav │ └── server_request_debug.wav ├── transition │ ├── explode.xml │ └── fade.xml ├── values-af │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-am │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-ar │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-as-rIN │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-ast-rES │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-az-rAZ │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-be-rBY │ └── cm_strings.xml ├── values-bg │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-bn-rBD │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-br-rFR │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-bs-rBA │ └── cm_strings.xml ├── values-ca │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-cs │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-csb-rPL │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-cy │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-da │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-de │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-el │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-en-rAU │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-en-rGB │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-en-rIN │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-en-rPT │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-eo │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-es-rCO │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-es-rMX │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-es-rUS │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-es │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-et-rEE │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-eu-rES │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-fa │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-fi │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-fil-rPH │ └── cm_strings.xml ├── values-fr-rCA │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-fr │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-frp-rIT │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-fy-rNL │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-ga-rIE │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-gd-rGB │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-gl-rES │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-gu-rIN │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-hi │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-hr │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-hu │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-hy-rAM │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-in │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-is-rIS │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-it │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-iw │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-ja │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-ka-rGE │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-kk-rKZ │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-km-rKH │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-kn-rIN │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-ko │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-ku │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-ky-rKG │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-lb │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-ldrtl-v21 │ └── styles.xml ├── values-ldrtl │ └── styles.xml ├── values-lo-rLA │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-lt │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-lv │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-mk-rMK │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-ml-rIN │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-mn-rMN │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-mr-rIN │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-ms-rMY │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-my-rMM │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-nb │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-ne-rNP │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-nl │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-oc-rFR │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-or-rIN │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-pa-rIN │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-pl │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-pt-rBR │ └── cm_strings.xml ├── values-pt-rPT │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-pt │ ├── arrays.xml │ └── strings.xml ├── values-rm │ └── cm_strings.xml ├── values-ro │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-ru │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-si-rLK │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-sk │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-sl │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-sq-rAL │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-sr │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-sv │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-sw │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-ta-rIN │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-te-rIN │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-th │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-tl │ ├── arrays.xml │ └── strings.xml ├── values-tr │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-ug │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-uk │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-ur-rPK │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-uz-rUZ │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-v17 │ └── styles.xml ├── values-v21 │ ├── colors.xml │ ├── dimens.xml │ └── styles.xml ├── values-vi │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-zh-rCN │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-zh-rHK │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-zh-rTW │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values-zu │ ├── arrays.xml │ ├── cm_strings.xml │ └── strings.xml ├── values │ ├── arrays.xml │ ├── attrs.xml │ ├── cm_colors.xml │ ├── cm_constants.xml │ ├── cm_strings.xml │ ├── colors.xml │ ├── config.xml │ ├── constants.xml │ ├── dimens.xml │ ├── strings.xml │ ├── styles.xml │ └── versions.xml ├── xml-mcc204-mnc04 │ └── mms_config.xml ├── xml-mcc208-mnc01 │ └── mms_config.xml ├── xml-mcc208-mnc10 │ └── mms_config.xml ├── xml-mcc208-mnc15 │ └── mms_config.xml ├── xml-mcc208-mnc20 │ └── mms_config.xml ├── xml-mcc208-mnc26 │ └── mms_config.xml ├── xml-mcc214-mnc01 │ └── mms_config.xml ├── xml-mcc214-mnc03 │ └── mms_config.xml ├── xml-mcc214-mnc07 │ └── mms_config.xml ├── xml-mcc218-mnc05 │ └── mms_config.xml ├── xml-mcc222-mnc01 │ └── mms_config.xml ├── xml-mcc222-mnc08 │ └── mms_config.xml ├── xml-mcc234-mnc10 │ └── mms_config.xml ├── xml-mcc234-mnc11 ├── xml-mcc234-mnc15 │ └── mms_config.xml ├── xml-mcc238-mnc02 │ └── mms_config.xml ├── xml-mcc240-mnc01 │ └── mms_config.xml ├── xml-mcc240-mnc04 │ └── mms_config.xml ├── xml-mcc240-mnc08 │ └── mms_config.xml ├── xml-mcc240-mnc24 │ └── mms_config.xml ├── xml-mcc242-mnc01 │ └── mms_config.xml ├── xml-mcc242-mnc02 │ └── mms_config.xml ├── xml-mcc262-mnc07 │ └── mms_config.xml ├── xml-mcc274-mnc02 │ └── mms_config.xml ├── xml-mcc274-mnc03 │ └── mms_config.xml ├── xml-mcc286-mnc01 │ └── mms_config.xml ├── xml-mcc286-mnc03 │ └── mms_config.xml ├── xml-mcc294-mnc01 │ └── mms_config.xml ├── xml-mcc294-mnc02 │ └── mms_config.xml ├── xml-mcc294-mnc03 │ └── mms_config.xml ├── xml-mcc302-mnc220 │ └── mms_config.xml ├── xml-mcc302-mnc221 │ └── mms_config.xml ├── xml-mcc302-mnc270 │ └── mms_config.xml ├── xml-mcc302-mnc290 │ └── mms_config.xml ├── xml-mcc302-mnc320 │ └── mms_config.xml ├── xml-mcc302-mnc370 │ └── mms_config.xml ├── xml-mcc302-mnc490 │ └── mms_config.xml ├── xml-mcc302-mnc500 │ └── mms_config.xml ├── xml-mcc302-mnc510 │ └── mms_config.xml ├── xml-mcc302-mnc520 │ └── mms_config.xml ├── xml-mcc302-mnc610 │ └── mms_config.xml ├── xml-mcc302-mnc660 │ └── mms_config.xml ├── xml-mcc302-mnc720 │ └── mms_config.xml ├── xml-mcc302-mnc780 │ └── mms_config.xml ├── xml-mcc310-mnc004 │ └── mms_config.xml ├── xml-mcc310-mnc005 │ └── mms_config.xml ├── xml-mcc310-mnc010 │ └── mms_config.xml ├── xml-mcc310-mnc026 │ └── mms_config.xml ├── xml-mcc310-mnc040 │ └── mms_config.xml ├── xml-mcc310-mnc070 │ └── mms_config.xml ├── xml-mcc310-mnc090 │ └── mms_config.xml ├── xml-mcc310-mnc120 │ └── mms_config.xml ├── xml-mcc310-mnc130 │ └── mms_config.xml ├── xml-mcc310-mnc150 │ └── mms_config.xml ├── xml-mcc310-mnc170 │ └── mms_config.xml ├── xml-mcc310-mnc260 │ └── mms_config.xml ├── xml-mcc310-mnc360 │ └── mms_config.xml ├── xml-mcc310-mnc380 │ └── mms_config.xml ├── xml-mcc310-mnc410 │ └── mms_config.xml ├── xml-mcc310-mnc420 │ └── mms_config.xml ├── xml-mcc310-mnc450 │ └── mms_config.xml ├── xml-mcc310-mnc490 │ └── mms_config.xml ├── xml-mcc310-mnc560 │ └── mms_config.xml ├── xml-mcc310-mnc580 │ └── mms_config.xml ├── xml-mcc310-mnc600 │ └── mms_config.xml ├── xml-mcc310-mnc680 │ └── mms_config.xml ├── xml-mcc310-mnc750 │ └── mms_config.xml ├── xml-mcc310-mnc770 │ └── mms_config.xml ├── xml-mcc310-mnc920 │ └── mms_config.xml ├── xml-mcc310-mnc980 │ └── mms_config.xml ├── xml-mcc311-mnc012 │ └── mms_config.xml ├── xml-mcc311-mnc070 │ └── mms_config.xml ├── xml-mcc311-mnc100 │ └── mms_config.xml ├── xml-mcc311-mnc180 │ └── mms_config.xml ├── xml-mcc311-mnc220 │ └── mms_config.xml ├── xml-mcc311-mnc221 │ └── mms_config.xml ├── xml-mcc311-mnc222 │ └── mms_config.xml ├── xml-mcc311-mnc223 │ └── mms_config.xml ├── xml-mcc311-mnc224 │ └── mms_config.xml ├── xml-mcc311-mnc225 │ └── mms_config.xml ├── xml-mcc311-mnc226 │ └── mms_config.xml ├── xml-mcc311-mnc227 │ └── mms_config.xml ├── xml-mcc311-mnc228 │ └── mms_config.xml ├── xml-mcc311-mnc229 │ └── mms_config.xml ├── xml-mcc311-mnc230 │ └── mms_config.xml ├── xml-mcc311-mnc340 │ └── mms_config.xml ├── xml-mcc311-mnc370 │ └── mms_config.xml ├── xml-mcc311-mnc410 │ └── mms_config.xml ├── xml-mcc311-mnc430 │ └── mms_config.xml ├── xml-mcc311-mnc440 │ └── mms_config.xml ├── xml-mcc311-mnc480 │ └── mms_config.xml ├── xml-mcc311-mnc490 │ └── mms_config.xml ├── xml-mcc311-mnc580 │ └── mms_config.xml ├── xml-mcc311-mnc581 │ └── mms_config.xml ├── xml-mcc311-mnc582 │ └── mms_config.xml ├── xml-mcc311-mnc583 │ └── mms_config.xml ├── xml-mcc311-mnc584 │ └── mms_config.xml ├── xml-mcc311-mnc585 │ └── mms_config.xml ├── xml-mcc311-mnc586 │ └── mms_config.xml ├── xml-mcc311-mnc587 │ └── mms_config.xml ├── xml-mcc311-mnc588 │ └── mms_config.xml ├── xml-mcc311-mnc589 │ └── mms_config.xml ├── xml-mcc311-mnc590 │ └── mms_config.xml ├── xml-mcc311-mnc870 │ └── mms_config.xml ├── xml-mcc312-mnc160 │ └── mms_config.xml ├── xml-mcc312-mnc530 │ └── mms_config.xml ├── xml-mcc334-mnc020 │ └── mms_config.xml ├── xml-mcc418-mnc05 │ └── mms_config.xml ├── xml-mcc418-mnc20 │ └── mms_config.xml ├── xml-mcc418-mnc30 │ └── mms_config.xml ├── xml-mcc420-mnc04 │ └── mms_config.xml ├── xml-mcc440-mnc10 │ └── mms_config.xml ├── xml-mcc440-mnc20 │ └── mms_config.xml ├── xml-mcc450-mnc00 │ └── mms_config.xml ├── xml-mcc450-mnc02 │ └── mms_config.xml ├── xml-mcc450-mnc05 │ └── mms_config.xml ├── xml-mcc450-mnc06 │ └── mms_config.xml ├── xml-mcc450-mnc08 │ └── mms_config.xml ├── xml-mcc505-mnc01 │ └── mms_config.xml ├── xml-mcc530-mnc05 │ └── mms_config.xml ├── xml-mcc604-mnc00 │ └── mms_config.xml ├── xml-mcc604-mnc02 │ └── mms_config.xml ├── xml-mcc647-mnc10 │ └── mms_config.xml ├── xml-v21 │ ├── preferences_application.xml │ └── preferences_per_subscription.xml ├── xml-v23 │ └── preferences_application.xml └── xml │ ├── apn_editor.xml │ ├── apn_settings.xml │ ├── apns.xml │ ├── mms_config.xml │ ├── preferences_application.xml │ ├── preferences_per_subscription.xml │ ├── widget_conversation.xml │ └── widget_conversation_list.xml ├── src ├── android │ └── support │ │ └── v7 │ │ └── mms │ │ ├── ApnException.java │ │ ├── ApnSettingsLoader.java │ │ ├── ApnsXmlParser.java │ │ ├── CarrierConfigValuesLoader.java │ │ ├── CarrierConfigXmlParser.java │ │ ├── DefaultApnSettingsLoader.java │ │ ├── DefaultCarrierConfigValuesLoader.java │ │ ├── DefaultUserAgentInfoLoader.java │ │ ├── DownloadRequest.java │ │ ├── MmsHttpClient.java │ │ ├── MmsHttpException.java │ │ ├── MmsManager.java │ │ ├── MmsNetworkException.java │ │ ├── MmsNetworkManager.java │ │ ├── MmsRequest.java │ │ ├── MmsService.java │ │ ├── MmsXmlResourceParser.java │ │ ├── PhoneNumberHelper.java │ │ ├── SendRequest.java │ │ ├── UserAgentInfoLoader.java │ │ ├── Utils.java │ │ └── pdu │ │ ├── AcknowledgeInd.java │ │ ├── Base64.java │ │ ├── CharacterSets.java │ │ ├── ContentType.java │ │ ├── DeliveryInd.java │ │ ├── EncodedStringValue.java │ │ ├── GenericPdu.java │ │ ├── InvalidHeaderValueException.java │ │ ├── MmsException.java │ │ ├── MultimediaMessagePdu.java │ │ ├── NotificationInd.java │ │ ├── NotifyRespInd.java │ │ ├── PduBody.java │ │ ├── PduContentTypes.java │ │ ├── PduHeaders.java │ │ ├── PduParser.java │ │ ├── PduPart.java │ │ ├── QuotedPrintable.java │ │ ├── ReadOrigInd.java │ │ ├── ReadRecInd.java │ │ ├── RetrieveConf.java │ │ ├── SendConf.java │ │ └── SendReq.java └── com │ ├── android │ └── messaging │ │ ├── BugleApplication.java │ │ ├── Factory.java │ │ ├── FactoryImpl.java │ │ ├── annotation │ │ └── VisibleForAnimation.java │ │ ├── datamodel │ │ ├── AudioBoundCursorLoader.java │ │ ├── BitmapPool.java │ │ ├── BoundCursorLoader.java │ │ ├── BugleDatabaseOperations.java │ │ ├── BugleNotifications.java │ │ ├── BugleRecipientEntry.java │ │ ├── ConversationImagePartsView.java │ │ ├── CursorQueryData.java │ │ ├── DataModel.java │ │ ├── DataModelException.java │ │ ├── DataModelImpl.java │ │ ├── DatabaseHelper.java │ │ ├── DatabaseUpgradeHelper.java │ │ ├── DatabaseWrapper.java │ │ ├── FileProvider.java │ │ ├── FrequentContactsCursorBuilder.java │ │ ├── FrequentContactsCursorQueryData.java │ │ ├── GalleryBoundCursorLoader.java │ │ ├── MediaScratchFileProvider.java │ │ ├── MemoryCacheManager.java │ │ ├── MessageNotificationState.java │ │ ├── MessageTextStats.java │ │ ├── MessagingContentProvider.java │ │ ├── MmsFileProvider.java │ │ ├── NoConfirmationSmsSendService.java │ │ ├── NotificationState.java │ │ ├── ParticipantRefresh.java │ │ ├── SyncManager.java │ │ ├── action │ │ │ ├── Action.java │ │ │ ├── ActionMonitor.java │ │ │ ├── ActionService.java │ │ │ ├── ActionServiceImpl.java │ │ │ ├── BackgroundWorker.java │ │ │ ├── BackgroundWorkerService.java │ │ │ ├── BugleActionToasts.java │ │ │ ├── DeleteConversationAction.java │ │ │ ├── DeleteMessageAction.java │ │ │ ├── DownloadMmsAction.java │ │ │ ├── DumpDatabaseAction.java │ │ │ ├── FixupMessageStatusOnStartupAction.java │ │ │ ├── GetOrCreateConversationAction.java │ │ │ ├── HandleLowStorageAction.java │ │ │ ├── InsertNewMessageAction.java │ │ │ ├── LogTelephonyDatabaseAction.java │ │ │ ├── MarkAsReadAction.java │ │ │ ├── MarkAsSeenAction.java │ │ │ ├── ProcessDeliveryReportAction.java │ │ │ ├── ProcessDownloadedMmsAction.java │ │ │ ├── ProcessPendingMessagesAction.java │ │ │ ├── ProcessSentMessageAction.java │ │ │ ├── ReadDraftDataAction.java │ │ │ ├── ReceiveMmsMessageAction.java │ │ │ ├── ReceiveSmsMessageAction.java │ │ │ ├── RedownloadMmsAction.java │ │ │ ├── ResendMessageAction.java │ │ │ ├── SendMessageAction.java │ │ │ ├── SyncCursorPair.java │ │ │ ├── SyncMessageBatch.java │ │ │ ├── SyncMessagesAction.java │ │ │ ├── UpdateConversationArchiveStatusAction.java │ │ │ ├── UpdateConversationOptionsAction.java │ │ │ ├── UpdateDestinationBlockedAction.java │ │ │ ├── UpdateMessageNotificationAction.java │ │ │ ├── UpdateMessagePartSizeAction.java │ │ │ └── WriteDraftMessageAction.java │ │ ├── binding │ │ │ ├── BindableData.java │ │ │ ├── BindableOnceData.java │ │ │ ├── Binding.java │ │ │ ├── BindingBase.java │ │ │ ├── DetachableBinding.java │ │ │ └── ImmutableBindingRef.java │ │ ├── data │ │ │ ├── AudioListItemData.java │ │ │ ├── BlockedParticipantsData.java │ │ │ ├── ContactListItemData.java │ │ │ ├── ContactPickerData.java │ │ │ ├── ConversationData.java │ │ │ ├── ConversationListData.java │ │ │ ├── ConversationListItemData.java │ │ │ ├── ConversationMessageBubbleData.java │ │ │ ├── ConversationMessageData.java │ │ │ ├── ConversationParticipantsData.java │ │ │ ├── DraftMessageData.java │ │ │ ├── GalleryGridItemData.java │ │ │ ├── LaunchConversationData.java │ │ │ ├── MediaPickerData.java │ │ │ ├── MediaPickerMessagePartData.java │ │ │ ├── MessageData.java │ │ │ ├── MessagePartData.java │ │ │ ├── ParticipantData.java │ │ │ ├── ParticipantListItemData.java │ │ │ ├── PendingAttachmentData.java │ │ │ ├── PeopleAndOptionsData.java │ │ │ ├── PeopleOptionsItemData.java │ │ │ ├── PersonItemData.java │ │ │ ├── SelfParticipantsData.java │ │ │ ├── SettingsData.java │ │ │ ├── SubscriptionListData.java │ │ │ └── VCardContactItemData.java │ │ └── media │ │ │ ├── AsyncMediaRequestWrapper.java │ │ │ ├── AvatarGroupRequestDescriptor.java │ │ │ ├── AvatarRequest.java │ │ │ ├── AvatarRequestDescriptor.java │ │ │ ├── BindableMediaRequest.java │ │ │ ├── BugleMediaCacheManager.java │ │ │ ├── CompositeImageRequest.java │ │ │ ├── CompositeImageRequestDescriptor.java │ │ │ ├── CustomVCardEntry.java │ │ │ ├── CustomVCardEntryConstructor.java │ │ │ ├── DecodedImageResource.java │ │ │ ├── EncodedImageResource.java │ │ │ ├── FileImageRequest.java │ │ │ ├── FileImageRequestDescriptor.java │ │ │ ├── GifImageResource.java │ │ │ ├── ImageRequest.java │ │ │ ├── ImageRequestDescriptor.java │ │ │ ├── ImageResource.java │ │ │ ├── MediaBytes.java │ │ │ ├── MediaCache.java │ │ │ ├── MediaCacheManager.java │ │ │ ├── MediaRequest.java │ │ │ ├── MediaRequestDescriptor.java │ │ │ ├── MediaResourceManager.java │ │ │ ├── MessagePartImageRequestDescriptor.java │ │ │ ├── MessagePartVideoThumbnailRequestDescriptor.java │ │ │ ├── NetworkUriImageRequest.java │ │ │ ├── PoolableImageCache.java │ │ │ ├── RefCountedMediaResource.java │ │ │ ├── SimSelectorAvatarRequest.java │ │ │ ├── UriImageRequest.java │ │ │ ├── UriImageRequestDescriptor.java │ │ │ ├── VCardRequest.java │ │ │ ├── VCardRequestDescriptor.java │ │ │ ├── VCardResource.java │ │ │ ├── VCardResourceEntry.java │ │ │ ├── VideoThumbnailRequest.java │ │ │ └── VideoThumbnailRequestDescriptor.java │ │ ├── mmslib │ │ ├── Downloads.java │ │ ├── InvalidHeaderValueException.java │ │ ├── MmsException.java │ │ ├── SqliteWrapper.java │ │ ├── pdu │ │ │ ├── AcknowledgeInd.java │ │ │ ├── Base64.java │ │ │ ├── CharacterSets.java │ │ │ ├── DeliveryInd.java │ │ │ ├── EncodedStringValue.java │ │ │ ├── GenericPdu.java │ │ │ ├── MultimediaMessagePdu.java │ │ │ ├── NotificationInd.java │ │ │ ├── NotifyRespInd.java │ │ │ ├── PduBody.java │ │ │ ├── PduComposer.java │ │ │ ├── PduContentTypes.java │ │ │ ├── PduHeaders.java │ │ │ ├── PduParser.java │ │ │ ├── PduPart.java │ │ │ ├── PduPersister.java │ │ │ ├── QuotedPrintable.java │ │ │ ├── ReadOrigInd.java │ │ │ ├── ReadRecInd.java │ │ │ ├── RetrieveConf.java │ │ │ ├── SendConf.java │ │ │ └── SendReq.java │ │ └── util │ │ │ ├── AbstractCache.java │ │ │ ├── DownloadDrmHelper.java │ │ │ ├── DrmConvertSession.java │ │ │ ├── PduCache.java │ │ │ └── PduCacheEntry.java │ │ ├── receiver │ │ ├── AbortMmsWapPushReceiver.java │ │ ├── AbortSmsReceiver.java │ │ ├── BootAndPackageReplacedReceiver.java │ │ ├── DefaultSmsSubscriptionChangeReceiver.java │ │ ├── MmsWapPushDeliverReceiver.java │ │ ├── MmsWapPushReceiver.java │ │ ├── NotificationReceiver.java │ │ ├── SendStatusReceiver.java │ │ ├── SmsDeliverReceiver.java │ │ ├── SmsReceiver.java │ │ └── StorageStatusReceiver.java │ │ ├── sms │ │ ├── ApnDatabase.java │ │ ├── ApnsXmlProcessor.java │ │ ├── BugleApnSettingsLoader.java │ │ ├── BugleCarrierConfigValuesLoader.java │ │ ├── BugleUserAgentInfoLoader.java │ │ ├── DatabaseMessages.java │ │ ├── MmsConfig.java │ │ ├── MmsFailureException.java │ │ ├── MmsSender.java │ │ ├── MmsSmsUtils.java │ │ ├── MmsUtils.java │ │ ├── SmsException.java │ │ ├── SmsReleaseStorage.java │ │ ├── SmsSender.java │ │ ├── SmsStorageStatusManager.java │ │ └── SystemProperties.java │ │ ├── ui │ │ ├── AsyncImageView.java │ │ ├── AttachmentPreview.java │ │ ├── AttachmentPreviewFactory.java │ │ ├── AudioAttachmentPlayPauseButton.java │ │ ├── AudioAttachmentView.java │ │ ├── AudioPlaybackProgressBar.java │ │ ├── BaseBugleActivity.java │ │ ├── BaseBugleFragmentActivity.java │ │ ├── BasePagerViewHolder.java │ │ ├── BlockedParticipantListItemView.java │ │ ├── BlockedParticipantsActivity.java │ │ ├── BlockedParticipantsFragment.java │ │ ├── BugleActionBarActivity.java │ │ ├── BugleAnimationTags.java │ │ ├── ClassZeroActivity.java │ │ ├── CompositeAdapter.java │ │ ├── ContactIconView.java │ │ ├── ConversationDrawables.java │ │ ├── CursorRecyclerAdapter.java │ │ ├── CustomHeaderPagerListViewHolder.java │ │ ├── CustomHeaderPagerViewHolder.java │ │ ├── CustomHeaderViewPager.java │ │ ├── CustomHeaderViewPagerAdapter.java │ │ ├── FixedViewPagerAdapter.java │ │ ├── ImeDetectFrameLayout.java │ │ ├── LicenseActivity.java │ │ ├── LineWrapLayout.java │ │ ├── ListEmptyView.java │ │ ├── MaxHeightScrollView.java │ │ ├── MultiAttachmentLayout.java │ │ ├── OrientedBitmapDrawable.java │ │ ├── PagerViewHolder.java │ │ ├── PagingAwareViewPager.java │ │ ├── PermissionCheckActivity.java │ │ ├── PersistentInstanceState.java │ │ ├── PersonItemView.java │ │ ├── PlaceholderInsetDrawable.java │ │ ├── PlainTextEditText.java │ │ ├── PlaybackStateView.java │ │ ├── RemoteInputEntrypointActivity.java │ │ ├── SmsStorageLowWarningActivity.java │ │ ├── SmsStorageLowWarningFragment.java │ │ ├── SnackBar.java │ │ ├── SnackBarInteraction.java │ │ ├── SnackBarManager.java │ │ ├── TestActivity.java │ │ ├── UIIntents.java │ │ ├── UIIntentsImpl.java │ │ ├── VCardDetailActivity.java │ │ ├── VCardDetailAdapter.java │ │ ├── VCardDetailFragment.java │ │ ├── VideoThumbnailView.java │ │ ├── ViewPagerTabStrip.java │ │ ├── ViewPagerTabs.java │ │ ├── WidgetPickConversationActivity.java │ │ ├── animation │ │ │ ├── PopupTransitionAnimation.java │ │ │ ├── RectEvaluatorCompat.java │ │ │ └── ViewGroupItemVerticalExplodeAnimation.java │ │ ├── appsettings │ │ │ ├── ApnEditorActivity.java │ │ │ ├── ApnPreference.java │ │ │ ├── ApnSettingsActivity.java │ │ │ ├── ApplicationSettingsActivity.java │ │ │ ├── GroupMmsSettingDialog.java │ │ │ ├── PerSubscriptionSettingsActivity.java │ │ │ ├── PhoneNumberPreference.java │ │ │ └── SettingsActivity.java │ │ ├── attachmentchooser │ │ │ ├── AttachmentChooserActivity.java │ │ │ ├── AttachmentChooserFragment.java │ │ │ ├── AttachmentGridItemView.java │ │ │ └── AttachmentGridView.java │ │ ├── contact │ │ │ ├── AddContactsConfirmationDialog.java │ │ │ ├── AllContactsListViewHolder.java │ │ │ ├── ContactDropdownLayouter.java │ │ │ ├── ContactListAdapter.java │ │ │ ├── ContactListItemView.java │ │ │ ├── ContactPickerFragment.java │ │ │ ├── ContactRecipientAdapter.java │ │ │ ├── ContactRecipientAutoCompleteView.java │ │ │ ├── ContactRecipientPhotoManager.java │ │ │ ├── ContactSectionIndexer.java │ │ │ └── FrequentContactsListViewHolder.java │ │ ├── conversation │ │ │ ├── ComposeMessageView.java │ │ │ ├── ConversationActivity.java │ │ │ ├── ConversationActivityUiState.java │ │ │ ├── ConversationFastScroller.java │ │ │ ├── ConversationFragment.java │ │ │ ├── ConversationInput.java │ │ │ ├── ConversationInputManager.java │ │ │ ├── ConversationMessageAdapter.java │ │ │ ├── ConversationMessageBubbleView.java │ │ │ ├── ConversationMessageView.java │ │ │ ├── ConversationSimSelector.java │ │ │ ├── EnterSelfPhoneNumberDialog.java │ │ │ ├── LaunchConversationActivity.java │ │ │ ├── MessageBubbleBackground.java │ │ │ ├── MessageDetailsDialog.java │ │ │ ├── SimIconView.java │ │ │ ├── SimSelectorItemView.java │ │ │ └── SimSelectorView.java │ │ ├── conversationlist │ │ │ ├── AbstractConversationListActivity.java │ │ │ ├── ArchivedConversationListActivity.java │ │ │ ├── ConversationListActivity.java │ │ │ ├── ConversationListAdapter.java │ │ │ ├── ConversationListFragment.java │ │ │ ├── ConversationListItemView.java │ │ │ ├── ConversationListSwipeHelper.java │ │ │ ├── ForwardMessageActivity.java │ │ │ ├── MultiSelectActionModeCallback.java │ │ │ ├── ShareIntentActivity.java │ │ │ ├── ShareIntentAdapter.java │ │ │ └── ShareIntentFragment.java │ │ ├── conversationsettings │ │ │ ├── CopyContactDetailDialog.java │ │ │ ├── PeopleAndOptionsActivity.java │ │ │ ├── PeopleAndOptionsFragment.java │ │ │ └── PeopleOptionsItemView.java │ │ ├── debug │ │ │ ├── DebugMmsConfigActivity.java │ │ │ ├── DebugMmsConfigFragment.java │ │ │ ├── DebugMmsConfigItemView.java │ │ │ └── DebugSmsMmsFromDumpFileDialogFragment.java │ │ ├── mediapicker │ │ │ ├── AudioLevelSource.java │ │ │ ├── AudioListAdapter.java │ │ │ ├── AudioListChooser.java │ │ │ ├── AudioListItemView.java │ │ │ ├── AudioListView.java │ │ │ ├── AudioMediaChooser.java │ │ │ ├── AudioRecordView.java │ │ │ ├── CameraManager.java │ │ │ ├── CameraMediaChooser.java │ │ │ ├── CameraMediaChooserView.java │ │ │ ├── CameraPreview.java │ │ │ ├── DocumentImagePicker.java │ │ │ ├── GalleryGridAdapter.java │ │ │ ├── GalleryGridItemView.java │ │ │ ├── GalleryGridView.java │ │ │ ├── GalleryMediaChooser.java │ │ │ ├── HardwareCameraPreview.java │ │ │ ├── ImagePersistTask.java │ │ │ ├── LevelTrackingMediaRecorder.java │ │ │ ├── MediaChooser.java │ │ │ ├── MediaPicker.java │ │ │ ├── MediaPickerGridView.java │ │ │ ├── MediaPickerListView.java │ │ │ ├── MediaPickerPanel.java │ │ │ ├── MmsVideoRecorder.java │ │ │ ├── PausableChronometer.java │ │ │ ├── SoftwareCameraPreview.java │ │ │ ├── SoundLevels.java │ │ │ └── camerafocus │ │ │ │ ├── FocusIndicator.java │ │ │ │ ├── FocusOverlayManager.java │ │ │ │ ├── OverlayRenderer.java │ │ │ │ ├── PieItem.java │ │ │ │ ├── PieRenderer.java │ │ │ │ ├── README.txt │ │ │ │ └── RenderOverlay.java │ │ └── photoviewer │ │ │ ├── BuglePhotoBitmapLoader.java │ │ │ ├── BuglePhotoPageAdapter.java │ │ │ ├── BuglePhotoViewActivity.java │ │ │ ├── BuglePhotoViewController.java │ │ │ └── BuglePhotoViewFragment.java │ │ ├── util │ │ ├── AccessibilityUtil.java │ │ ├── Assert.java │ │ ├── AvatarUriUtil.java │ │ ├── BugleActivityUtil.java │ │ ├── BugleApplicationPrefs.java │ │ ├── BugleGservices.java │ │ ├── BugleGservicesImpl.java │ │ ├── BugleGservicesKeys.java │ │ ├── BuglePrefs.java │ │ ├── BuglePrefsImpl.java │ │ ├── BuglePrefsKeys.java │ │ ├── BugleSubscriptionPrefs.java │ │ ├── BugleWidgetPrefs.java │ │ ├── ChangeDefaultSmsAppHelper.java │ │ ├── CircularArray.java │ │ ├── ConnectivityUtil.java │ │ ├── ContactRecipientEntryUtils.java │ │ ├── ContactUtil.java │ │ ├── ContentType.java │ │ ├── ConversationIdSet.java │ │ ├── CubicBezierInterpolator.java │ │ ├── Dates.java │ │ ├── DebugUtils.java │ │ ├── EmailAddress.java │ │ ├── FallbackStrategies.java │ │ ├── FileUtil.java │ │ ├── GifTranscoder.java │ │ ├── ImageUtils.java │ │ ├── ImeUtil.java │ │ ├── LogSaver.java │ │ ├── LogUtil.java │ │ ├── LoggingTimer.java │ │ ├── LongSparseSet.java │ │ ├── MaterialPalette.java │ │ ├── MediaMetadataRetrieverWrapper.java │ │ ├── MediaUtil.java │ │ ├── MediaUtilImpl.java │ │ ├── NotificationPlayer.java │ │ ├── NotificationUtil.java │ │ ├── OsUtil.java │ │ ├── PendingIntentConstants.java │ │ ├── PhoneUtils.java │ │ ├── RingtoneUtil.java │ │ ├── SafeAsyncTask.java │ │ ├── SwitchCompatUtils.java │ │ ├── TextUtil.java │ │ ├── ThreadUtil.java │ │ ├── TintDrawableWrapper.java │ │ ├── Trace.java │ │ ├── Typefaces.java │ │ ├── UiUtils.java │ │ ├── UriUtil.java │ │ ├── VersionUtil.java │ │ ├── WakeLockHelper.java │ │ ├── YouTubeUtil.java │ │ └── exif │ │ │ ├── ByteBufferInputStream.java │ │ │ ├── CountedDataInputStream.java │ │ │ ├── ExifData.java │ │ │ ├── ExifInterface.java │ │ │ ├── ExifInvalidFormatException.java │ │ │ ├── ExifModifier.java │ │ │ ├── ExifOutputStream.java │ │ │ ├── ExifParser.java │ │ │ ├── ExifReader.java │ │ │ ├── ExifTag.java │ │ │ ├── IfdData.java │ │ │ ├── IfdId.java │ │ │ ├── JpegHeader.java │ │ │ ├── OrderedDataOutputStream.java │ │ │ └── Rational.java │ │ └── widget │ │ ├── BaseWidgetFactory.java │ │ ├── BaseWidgetProvider.java │ │ ├── BugleWidgetProvider.java │ │ ├── WidgetConversationListService.java │ │ ├── WidgetConversationProvider.java │ │ └── WidgetConversationService.java │ └── cyanogenmod │ └── messaging │ └── util │ └── PrefsUtils.java ├── tests ├── Android.mk ├── AndroidManifest.xml └── src │ └── com │ └── android │ └── messaging │ ├── BugleTestCase.java │ ├── FakeContentProvider.java │ ├── FakeContext.java │ ├── FakeFactory.java │ ├── TestUtil.java │ ├── datamodel │ ├── BindingTest.java │ ├── BitmapPoolTest.java │ ├── BugleServiceTestCase.java │ ├── ConversationListTest.java │ ├── DataModelTest.java │ ├── FakeCursor.java │ ├── FakeDataModel.java │ ├── FrequentContactsCursorBuilderTest.java │ ├── MemoryCacheManagerTest.java │ ├── ParticipantRefreshTest.java │ ├── action │ │ ├── ActionServiceSystemTest.java │ │ ├── ActionServiceTest.java │ │ ├── ActionTest.java │ │ ├── ActionTestHelpers.java │ │ ├── GetOrCreateConversationActionTest.java │ │ └── ReadWriteDraftMessageActionTest.java │ ├── data │ │ ├── ConversationMessageDataTest.java │ │ ├── ConversationParticipantsDataTest.java │ │ └── TestDataFactory.java │ └── media │ │ ├── FakeImageRequest.java │ │ ├── FakeImageResource.java │ │ ├── FakeMediaCacheManager.java │ │ ├── ImageRequestTest.java │ │ └── MediaResourceManagerTest.java │ ├── ui │ ├── ActivityInstrumentationTestCaseIntent.java │ ├── BugleActivityInstrumentationTestCase.java │ ├── BugleActivityTest.java │ ├── BugleActivityUnitTestCase.java │ ├── CustomHeaderViewPagerTest.java │ ├── FakeListViewHolder.java │ ├── FragmentTestCase.java │ ├── MultiAttachmentLayoutTest.java │ ├── ViewTest.java │ ├── attachmentchooser │ │ └── AttachmentChooserFragmentTest.java │ ├── contact │ │ ├── ContactListItemViewTest.java │ │ └── ContactPickerFragmentTest.java │ ├── conversation │ │ ├── ComposeMessageViewTest.java │ │ ├── ConversationActivityUiStateTest.java │ │ ├── ConversationFragmentTest.java │ │ ├── ConversationInputManagerTest.java │ │ └── ConversationMessageViewTest.java │ ├── conversationlist │ │ ├── ConversationListFragmentTest.java │ │ └── ConversationListItemViewTest.java │ └── mediapicker │ │ ├── AudioRecordViewTest.java │ │ ├── CameraManagerTest.java │ │ ├── GalleryGridItemViewTest.java │ │ ├── MediaPickerTest.java │ │ └── MockCameraFactory.java │ └── util │ ├── BugleGservicesTest.java │ ├── ContactUtilTest.java │ ├── FakeBugleGservices.java │ ├── FakeBuglePrefs.java │ ├── FakeMediaUtil.java │ └── YouTubeUtilTest.java ├── tools ├── buglesql ├── dumpapkversion.sh ├── messagegen │ ├── fillsms │ └── listimages └── mmssql └── version.mk /build/README: -------------------------------------------------------------------------------- 1 | Files in this folder are build extensions specific to the Bugle project, but currently could be merged into the core Android build. 2 | 3 | gcheckstyle is a tool from google3 to validate java from google3. The config file is baked into the jar, but can be updated with a little hackery. 4 | 5 | Files last pulled around CL 66008148: 6 | gcheckstyle/tools/java/checkstyle/googlestyle-5.0.xml is the config file which came from /home/build/nonconf/google3/tools/java/checkstyle and was modified to use Android specific styles. It must keep the same name and path in order to correctly update the jar 7 | 8 | google-style-checker_deploy.jar is pulled from the build share at /google/data/ro/teams/devtools/glint/linters/live/google-style-checker_deploy.jar and can be pulled from there as needed. 9 | -------------------------------------------------------------------------------- /build/gcheckstyle/google-style-checker_deploy.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/build/gcheckstyle/google-style-checker_deploy.jar -------------------------------------------------------------------------------- /res/drawable-hdpi/btn_keyboard_key_dark_normal_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/btn_keyboard_key_dark_normal_holo.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/btn_keyboard_key_dark_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/btn_keyboard_key_dark_pressed_holo.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/btn_keyboard_key_light_normal_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/btn_keyboard_key_light_normal_holo.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/btn_keyboard_key_light_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/btn_keyboard_key_light_pressed_holo.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/cab_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/cab_bg.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/contact_popup_background.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/contact_popup_background.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/fab_new_message_static_shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/fab_new_message_static_shadow.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_add_gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_add_gray.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_add_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_add_white.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_archive_small_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_archive_small_dark.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_archive_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_archive_small_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_archive_undo_small_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_archive_undo_small_dark.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_archive_undo_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_archive_undo_small_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_arrow_back_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_arrow_back_dark.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_arrow_back_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_arrow_back_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_attachment_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_attachment_dark.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_audio_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_audio_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_audio_pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_audio_pause.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_audio_play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_audio_play.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_camera_front_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_camera_front_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_camera_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_camera_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_camera_rear_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_camera_rear_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_cancel_small_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_cancel_small_dark.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_cancel_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_cancel_small_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_checkbox_blank_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_checkbox_blank_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_checkbox_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_checkbox_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_checkbox_outline_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_checkbox_outline_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_checkmark_circle_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_checkmark_circle_blue.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_checkmark_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_checkmark_large.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_checkmark_large_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_checkmark_large_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_checkmark_small_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_checkmark_small_blue.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_checkmark_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_checkmark_small_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_color_lens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_color_lens.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_content_copy_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_content_copy_dark.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_crying_hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_crying_hero.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_delete_small_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_delete_small_dark.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_delete_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_delete_small_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_dnd_on_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_dnd_on_dark.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_dnd_on_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_dnd_on_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_failed_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_failed_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_failed_status_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_failed_status_red.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_file_download_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_file_download_dark.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_file_download_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_file_download_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_forward_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_forward_dark.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_history_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_history_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_image_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_image_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_ime_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_ime_dark.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_ime_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_ime_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_info_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_info_dark.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_keyboard_arrow_left_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_keyboard_arrow_left_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_keyboard_arrow_right_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_keyboard_arrow_right_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_mp_audio_mic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_mp_audio_mic.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_mp_camera_large_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_mp_camera_large_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_mp_camera_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_mp_camera_small_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_mp_capture_stop_large_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_mp_capture_stop_large_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_mp_full_screen_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_mp_full_screen_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_mp_video_large_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_mp_video_large_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_mp_video_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_mp_video_small_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_notifications_off_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_notifications_off_dark.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_notifications_off_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_notifications_off_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_notifications_off_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_notifications_off_small_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_notifications_on_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_notifications_on_dark.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_notifications_on_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_notifications_on_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_numeric_dialpad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_numeric_dialpad.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_oobe_conv_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_oobe_conv_list.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_oobe_freq_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_oobe_freq_list.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_open_in_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_open_in_new.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_people_add_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_people_add_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_person_add_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_person_add_blue.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_person_add_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_person_add_dark.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_person_add_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_person_add_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_person_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_person_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_person_light_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_person_light_large.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_phone_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_phone_small_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_photo_library_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_photo_library_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_preview_pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_preview_pause.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_preview_play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_preview_play.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_remove_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_remove_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_remove_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_remove_small_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_save_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_save_dark.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_save_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_save_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_search_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_search_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_send_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_send_dark.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_send_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_send_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_share_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_share_dark.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_share_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_share_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_sim_card_send.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_sim_card_send.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_sms_delivery_ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_sms_delivery_ok.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_sms_failed_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_sms_failed_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_sms_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_sms_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_sms_multi_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_sms_multi_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_tooltip_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_tooltip_arrow.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_video_play_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_video_play_light.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_wear_reply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_wear_reply.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_widget_avatar_shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_widget_avatar_shadow.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_widget_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_widget_list.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_work_profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/ic_work_profile.png -------------------------------------------------------------------------------- /res/drawable-hdpi/msg_bubble_error.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/msg_bubble_error.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/msg_bubble_incoming.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/msg_bubble_incoming.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/msg_bubble_input.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/msg_bubble_input.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/msg_bubble_outgoing.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/msg_bubble_outgoing.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/permissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/permissions.png -------------------------------------------------------------------------------- /res/drawable-hdpi/swipe_shadow.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/swipe_shadow.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/swipe_shadow_drag.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/swipe_shadow_drag.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/sym_keyboard_delete_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/sym_keyboard_delete_holo.png -------------------------------------------------------------------------------- /res/drawable-hdpi/tab_btn_bg_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/tab_btn_bg_normal.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/tab_btn_bg_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/tab_btn_bg_pressed.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/tab_selected.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/tab_selected.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/tab_selected_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/tab_selected_focused_holo.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/tab_selected_pressed_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/tab_selected_pressed_focused_holo.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/tab_selected_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/tab_selected_pressed_holo.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/tab_unselected.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/tab_unselected.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/tab_unselected_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/tab_unselected_focused_holo.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/tab_unselected_pressed_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/tab_unselected_pressed_focused_holo.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/tab_unselected_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/tab_unselected_pressed_holo.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/widget_hr.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/widget_hr.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/widget_msg_bubble_incoming.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/widget_msg_bubble_incoming.9.png -------------------------------------------------------------------------------- /res/drawable-hdpi/widget_msg_bubble_outgoing.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-hdpi/widget_msg_bubble_outgoing.9.png -------------------------------------------------------------------------------- /res/drawable-ldrtl-hdpi/ic_keyboard_arrow_left_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-ldrtl-hdpi/ic_keyboard_arrow_left_light.png -------------------------------------------------------------------------------- /res/drawable-ldrtl-hdpi/ic_keyboard_arrow_right_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-ldrtl-hdpi/ic_keyboard_arrow_right_light.png -------------------------------------------------------------------------------- /res/drawable-ldrtl-hdpi/ic_send_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-ldrtl-hdpi/ic_send_light.png -------------------------------------------------------------------------------- /res/drawable-ldrtl-hdpi/msg_bubble_incoming.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-ldrtl-hdpi/msg_bubble_incoming.9.png -------------------------------------------------------------------------------- /res/drawable-ldrtl-hdpi/msg_bubble_input.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-ldrtl-hdpi/msg_bubble_input.9.png -------------------------------------------------------------------------------- /res/drawable-ldrtl-hdpi/msg_bubble_outgoing.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-ldrtl-hdpi/msg_bubble_outgoing.9.png -------------------------------------------------------------------------------- /res/drawable-ldrtl-hdpi/sym_keyboard_delete_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-ldrtl-hdpi/sym_keyboard_delete_holo_dark.png -------------------------------------------------------------------------------- /res/drawable-ldrtl-mdpi/ic_keyboard_arrow_left_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-ldrtl-mdpi/ic_keyboard_arrow_left_light.png -------------------------------------------------------------------------------- /res/drawable-ldrtl-mdpi/ic_keyboard_arrow_right_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-ldrtl-mdpi/ic_keyboard_arrow_right_light.png -------------------------------------------------------------------------------- /res/drawable-ldrtl-mdpi/ic_send_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-ldrtl-mdpi/ic_send_light.png -------------------------------------------------------------------------------- /res/drawable-ldrtl-mdpi/msg_bubble_incoming.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-ldrtl-mdpi/msg_bubble_incoming.9.png -------------------------------------------------------------------------------- /res/drawable-ldrtl-mdpi/msg_bubble_input.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-ldrtl-mdpi/msg_bubble_input.9.png -------------------------------------------------------------------------------- /res/drawable-ldrtl-mdpi/msg_bubble_outgoing.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-ldrtl-mdpi/msg_bubble_outgoing.9.png -------------------------------------------------------------------------------- /res/drawable-ldrtl-mdpi/sym_keyboard_delete_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-ldrtl-mdpi/sym_keyboard_delete_holo_dark.png -------------------------------------------------------------------------------- /res/drawable-ldrtl-xhdpi/ic_keyboard_arrow_left_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-ldrtl-xhdpi/ic_keyboard_arrow_left_light.png -------------------------------------------------------------------------------- /res/drawable-ldrtl-xhdpi/ic_keyboard_arrow_right_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-ldrtl-xhdpi/ic_keyboard_arrow_right_light.png -------------------------------------------------------------------------------- /res/drawable-ldrtl-xhdpi/ic_send_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-ldrtl-xhdpi/ic_send_light.png -------------------------------------------------------------------------------- /res/drawable-ldrtl-xhdpi/msg_bubble_incoming.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-ldrtl-xhdpi/msg_bubble_incoming.9.png -------------------------------------------------------------------------------- /res/drawable-ldrtl-xhdpi/msg_bubble_input.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-ldrtl-xhdpi/msg_bubble_input.9.png -------------------------------------------------------------------------------- /res/drawable-ldrtl-xhdpi/msg_bubble_outgoing.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-ldrtl-xhdpi/msg_bubble_outgoing.9.png -------------------------------------------------------------------------------- /res/drawable-ldrtl-xhdpi/sym_keyboard_delete_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-ldrtl-xhdpi/sym_keyboard_delete_holo_dark.png -------------------------------------------------------------------------------- /res/drawable-ldrtl-xxhdpi/ic_keyboard_arrow_left_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-ldrtl-xxhdpi/ic_keyboard_arrow_left_light.png -------------------------------------------------------------------------------- /res/drawable-ldrtl-xxhdpi/ic_keyboard_arrow_right_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-ldrtl-xxhdpi/ic_keyboard_arrow_right_light.png -------------------------------------------------------------------------------- /res/drawable-ldrtl-xxhdpi/ic_send_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-ldrtl-xxhdpi/ic_send_light.png -------------------------------------------------------------------------------- /res/drawable-ldrtl-xxhdpi/msg_bubble_incoming.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-ldrtl-xxhdpi/msg_bubble_incoming.9.png -------------------------------------------------------------------------------- /res/drawable-ldrtl-xxhdpi/msg_bubble_input.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-ldrtl-xxhdpi/msg_bubble_input.9.png -------------------------------------------------------------------------------- /res/drawable-ldrtl-xxhdpi/msg_bubble_outgoing.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-ldrtl-xxhdpi/msg_bubble_outgoing.9.png -------------------------------------------------------------------------------- /res/drawable-ldrtl-xxhdpi/sym_keyboard_delete_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-ldrtl-xxhdpi/sym_keyboard_delete_holo_dark.png -------------------------------------------------------------------------------- /res/drawable-ldrtl-xxxhdpi/ic_keyboard_arrow_left_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-ldrtl-xxxhdpi/ic_keyboard_arrow_left_light.png -------------------------------------------------------------------------------- /res/drawable-ldrtl-xxxhdpi/ic_keyboard_arrow_right_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-ldrtl-xxxhdpi/ic_keyboard_arrow_right_light.png -------------------------------------------------------------------------------- /res/drawable-ldrtl-xxxhdpi/ic_send_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-ldrtl-xxxhdpi/ic_send_light.png -------------------------------------------------------------------------------- /res/drawable-ldrtl-xxxhdpi/msg_bubble_incoming.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-ldrtl-xxxhdpi/msg_bubble_incoming.9.png -------------------------------------------------------------------------------- /res/drawable-ldrtl-xxxhdpi/msg_bubble_input.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-ldrtl-xxxhdpi/msg_bubble_input.9.png -------------------------------------------------------------------------------- /res/drawable-ldrtl-xxxhdpi/msg_bubble_outgoing.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-ldrtl-xxxhdpi/msg_bubble_outgoing.9.png -------------------------------------------------------------------------------- /res/drawable-ldrtl-xxxhdpi/sym_keyboard_delete_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-ldrtl-xxxhdpi/sym_keyboard_delete_holo_dark.png -------------------------------------------------------------------------------- /res/drawable-mdpi/btn_keyboard_key_dark_normal_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/btn_keyboard_key_dark_normal_holo.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/btn_keyboard_key_dark_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/btn_keyboard_key_dark_pressed_holo.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/btn_keyboard_key_light_normal_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/btn_keyboard_key_light_normal_holo.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/btn_keyboard_key_light_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/btn_keyboard_key_light_pressed_holo.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/cab_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/cab_bg.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/contact_popup_background.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/contact_popup_background.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/fab_new_message_static_shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/fab_new_message_static_shadow.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_add_gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_add_gray.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_add_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_add_white.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_archive_small_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_archive_small_dark.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_archive_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_archive_small_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_archive_undo_small_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_archive_undo_small_dark.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_archive_undo_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_archive_undo_small_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_arrow_back_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_arrow_back_dark.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_arrow_back_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_arrow_back_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_attachment_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_attachment_dark.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_audio_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_audio_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_audio_pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_audio_pause.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_audio_play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_audio_play.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_camera_front_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_camera_front_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_camera_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_camera_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_camera_rear_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_camera_rear_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_cancel_small_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_cancel_small_dark.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_cancel_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_cancel_small_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_checkbox_blank_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_checkbox_blank_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_checkbox_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_checkbox_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_checkbox_outline_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_checkbox_outline_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_checkmark_circle_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_checkmark_circle_blue.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_checkmark_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_checkmark_large.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_checkmark_large_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_checkmark_large_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_checkmark_small_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_checkmark_small_blue.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_checkmark_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_checkmark_small_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_color_lens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_color_lens.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_content_copy_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_content_copy_dark.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_crying_hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_crying_hero.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_delete_small_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_delete_small_dark.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_delete_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_delete_small_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_dnd_on_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_dnd_on_dark.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_dnd_on_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_dnd_on_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_failed_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_failed_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_failed_status_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_failed_status_red.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_file_download_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_file_download_dark.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_file_download_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_file_download_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_forward_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_forward_dark.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_history_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_history_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_image_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_image_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_ime_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_ime_dark.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_ime_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_ime_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_info_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_info_dark.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_keyboard_arrow_left_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_keyboard_arrow_left_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_keyboard_arrow_right_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_keyboard_arrow_right_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_mp_audio_mic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_mp_audio_mic.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_mp_camera_large_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_mp_camera_large_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_mp_camera_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_mp_camera_small_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_mp_capture_stop_large_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_mp_capture_stop_large_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_mp_full_screen_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_mp_full_screen_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_mp_video_large_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_mp_video_large_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_mp_video_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_mp_video_small_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_notifications_off_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_notifications_off_dark.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_notifications_off_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_notifications_off_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_notifications_off_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_notifications_off_small_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_notifications_on_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_notifications_on_dark.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_notifications_on_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_notifications_on_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_numeric_dialpad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_numeric_dialpad.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_oobe_conv_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_oobe_conv_list.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_oobe_freq_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_oobe_freq_list.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_open_in_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_open_in_new.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_people_add_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_people_add_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_person_add_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_person_add_blue.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_person_add_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_person_add_dark.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_person_add_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_person_add_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_person_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_person_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_person_light_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_person_light_large.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_phone_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_phone_small_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_photo_library_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_photo_library_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_preview_pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_preview_pause.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_preview_play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_preview_play.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_remove_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_remove_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_remove_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_remove_small_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_save_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_save_dark.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_save_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_save_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_search_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_search_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_send_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_send_dark.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_send_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_send_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_share_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_share_dark.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_share_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_share_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_sim_card_send.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_sim_card_send.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_sms_delivery_ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_sms_delivery_ok.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_sms_failed_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_sms_failed_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_sms_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_sms_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_sms_multi_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_sms_multi_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_tooltip_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_tooltip_arrow.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_video_play_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_video_play_light.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_wear_reply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_wear_reply.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_widget_avatar_shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_widget_avatar_shadow.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_widget_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_widget_list.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_work_profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/ic_work_profile.png -------------------------------------------------------------------------------- /res/drawable-mdpi/msg_bubble_error.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/msg_bubble_error.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/msg_bubble_incoming.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/msg_bubble_incoming.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/msg_bubble_input.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/msg_bubble_input.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/msg_bubble_outgoing.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/msg_bubble_outgoing.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/permissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/permissions.png -------------------------------------------------------------------------------- /res/drawable-mdpi/swipe_shadow.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/swipe_shadow.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/swipe_shadow_drag.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/swipe_shadow_drag.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/sym_keyboard_delete_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/sym_keyboard_delete_holo.png -------------------------------------------------------------------------------- /res/drawable-mdpi/tab_btn_bg_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/tab_btn_bg_normal.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/tab_btn_bg_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/tab_btn_bg_pressed.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/tab_selected.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/tab_selected.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/tab_selected_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/tab_selected_focused_holo.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/tab_selected_pressed_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/tab_selected_pressed_focused_holo.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/tab_selected_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/tab_selected_pressed_holo.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/tab_unselected.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/tab_unselected.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/tab_unselected_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/tab_unselected_focused_holo.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/tab_unselected_pressed_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/tab_unselected_pressed_focused_holo.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/tab_unselected_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/tab_unselected_pressed_holo.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/widget_hr.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/widget_hr.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/widget_msg_bubble_incoming.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/widget_msg_bubble_incoming.9.png -------------------------------------------------------------------------------- /res/drawable-mdpi/widget_msg_bubble_outgoing.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-mdpi/widget_msg_bubble_outgoing.9.png -------------------------------------------------------------------------------- /res/drawable-nodpi/bg_sms.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-nodpi/bg_sms.jpg -------------------------------------------------------------------------------- /res/drawable-nodpi/ic_person_wear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-nodpi/ic_person_wear.png -------------------------------------------------------------------------------- /res/drawable-nodpi/messenger_widget_conversation_preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-nodpi/messenger_widget_conversation_preview.png -------------------------------------------------------------------------------- /res/drawable-nodpi/messenger_widget_preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-nodpi/messenger_widget_preview.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/btn_keyboard_key_dark_normal_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/btn_keyboard_key_dark_normal_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/btn_keyboard_key_dark_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/btn_keyboard_key_dark_pressed_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/btn_keyboard_key_light_normal_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/btn_keyboard_key_light_normal_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/btn_keyboard_key_light_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/btn_keyboard_key_light_pressed_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/cab_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/cab_bg.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/contact_popup_background.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/contact_popup_background.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/fab_new_message_static_shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/fab_new_message_static_shadow.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_add_gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_add_gray.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_add_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_add_white.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_archive_small_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_archive_small_dark.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_archive_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_archive_small_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_archive_undo_small_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_archive_undo_small_dark.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_archive_undo_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_archive_undo_small_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_arrow_back_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_arrow_back_dark.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_arrow_back_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_arrow_back_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_attachment_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_attachment_dark.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_audio_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_audio_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_audio_pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_audio_pause.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_audio_play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_audio_play.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_camera_front_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_camera_front_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_camera_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_camera_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_camera_rear_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_camera_rear_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_cancel_small_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_cancel_small_dark.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_cancel_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_cancel_small_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_checkbox_blank_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_checkbox_blank_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_checkbox_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_checkbox_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_checkbox_outline_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_checkbox_outline_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_checkmark_circle_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_checkmark_circle_blue.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_checkmark_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_checkmark_large.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_checkmark_large_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_checkmark_large_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_checkmark_small_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_checkmark_small_blue.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_checkmark_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_checkmark_small_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_color_lens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_color_lens.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_content_copy_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_content_copy_dark.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_crying_hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_crying_hero.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_delete_small_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_delete_small_dark.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_delete_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_delete_small_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_dnd_on_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_dnd_on_dark.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_dnd_on_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_dnd_on_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_failed_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_failed_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_failed_status_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_failed_status_red.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_file_download_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_file_download_dark.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_file_download_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_file_download_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_forward_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_forward_dark.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_history_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_history_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_image_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_image_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_ime_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_ime_dark.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_ime_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_ime_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_info_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_info_dark.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_keyboard_arrow_left_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_keyboard_arrow_left_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_keyboard_arrow_right_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_keyboard_arrow_right_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_mp_audio_mic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_mp_audio_mic.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_mp_camera_large_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_mp_camera_large_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_mp_camera_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_mp_camera_small_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_mp_capture_stop_large_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_mp_capture_stop_large_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_mp_full_screen_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_mp_full_screen_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_mp_video_large_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_mp_video_large_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_mp_video_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_mp_video_small_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_notifications_off_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_notifications_off_dark.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_notifications_off_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_notifications_off_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_notifications_off_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_notifications_off_small_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_notifications_on_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_notifications_on_dark.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_notifications_on_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_notifications_on_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_numeric_dialpad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_numeric_dialpad.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_oobe_conv_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_oobe_conv_list.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_oobe_freq_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_oobe_freq_list.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_open_in_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_open_in_new.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_people_add_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_people_add_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_person_add_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_person_add_blue.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_person_add_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_person_add_dark.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_person_add_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_person_add_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_person_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_person_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_person_light_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_person_light_large.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_phone_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_phone_small_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_photo_library_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_photo_library_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_preview_pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_preview_pause.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_preview_play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_preview_play.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_remove_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_remove_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_remove_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_remove_small_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_save_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_save_dark.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_save_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_save_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_search_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_search_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_send_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_send_dark.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_send_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_send_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_share_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_share_dark.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_share_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_share_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_sim_card_send.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_sim_card_send.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_sms_delivery_ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_sms_delivery_ok.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_sms_failed_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_sms_failed_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_sms_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_sms_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_sms_multi_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_sms_multi_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_tooltip_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_tooltip_arrow.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_video_play_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_video_play_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_wear_reply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_wear_reply.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_widget_avatar_shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_widget_avatar_shadow.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_widget_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_widget_list.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_work_profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/ic_work_profile.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/msg_bubble_error.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/msg_bubble_error.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/msg_bubble_incoming.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/msg_bubble_incoming.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/msg_bubble_input.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/msg_bubble_input.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/msg_bubble_outgoing.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/msg_bubble_outgoing.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/permissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/permissions.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/swipe_shadow.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/swipe_shadow.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/swipe_shadow_drag.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/swipe_shadow_drag.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/sym_keyboard_delete_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/sym_keyboard_delete_holo.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/tab_btn_bg_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/tab_btn_bg_normal.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/tab_btn_bg_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/tab_btn_bg_pressed.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/tab_selected.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/tab_selected.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/tab_selected_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/tab_selected_focused_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/tab_selected_pressed_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/tab_selected_pressed_focused_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/tab_selected_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/tab_selected_pressed_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/tab_unselected.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/tab_unselected.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/tab_unselected_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/tab_unselected_focused_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/tab_unselected_pressed_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/tab_unselected_pressed_focused_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/tab_unselected_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/tab_unselected_pressed_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/widget_hr.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/widget_hr.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/widget_msg_bubble_incoming.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/widget_msg_bubble_incoming.9.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/widget_msg_bubble_outgoing.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xhdpi/widget_msg_bubble_outgoing.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/btn_keyboard_key_dark_normal_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/btn_keyboard_key_dark_normal_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/btn_keyboard_key_dark_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/btn_keyboard_key_dark_pressed_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/btn_keyboard_key_light_normal_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/btn_keyboard_key_light_normal_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/btn_keyboard_key_light_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/btn_keyboard_key_light_pressed_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/cab_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/cab_bg.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/contact_popup_background.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/contact_popup_background.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/fab_new_message_static_shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/fab_new_message_static_shadow.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_add_gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_add_gray.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_add_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_add_white.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_archive_small_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_archive_small_dark.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_archive_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_archive_small_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_archive_undo_small_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_archive_undo_small_dark.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_archive_undo_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_archive_undo_small_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_arrow_back_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_arrow_back_dark.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_arrow_back_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_arrow_back_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_attachment_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_attachment_dark.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_audio_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_audio_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_audio_pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_audio_pause.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_audio_play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_audio_play.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_camera_front_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_camera_front_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_camera_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_camera_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_camera_rear_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_camera_rear_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_cancel_small_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_cancel_small_dark.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_cancel_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_cancel_small_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_checkbox_blank_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_checkbox_blank_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_checkbox_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_checkbox_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_checkbox_outline_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_checkbox_outline_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_checkmark_circle_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_checkmark_circle_blue.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_checkmark_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_checkmark_large.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_checkmark_large_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_checkmark_large_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_checkmark_small_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_checkmark_small_blue.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_checkmark_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_checkmark_small_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_color_lens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_color_lens.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_content_copy_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_content_copy_dark.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_crying_hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_crying_hero.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_delete_small_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_delete_small_dark.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_delete_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_delete_small_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_dnd_on_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_dnd_on_dark.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_dnd_on_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_dnd_on_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_failed_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_failed_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_failed_status_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_failed_status_red.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_file_download_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_file_download_dark.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_file_download_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_file_download_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_forward_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_forward_dark.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_history_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_history_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_image_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_image_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_ime_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_ime_dark.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_ime_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_ime_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_info_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_info_dark.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_keyboard_arrow_left_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_keyboard_arrow_left_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_keyboard_arrow_right_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_keyboard_arrow_right_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_mp_audio_mic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_mp_audio_mic.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_mp_camera_large_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_mp_camera_large_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_mp_camera_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_mp_camera_small_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_mp_capture_stop_large_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_mp_capture_stop_large_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_mp_full_screen_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_mp_full_screen_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_mp_video_large_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_mp_video_large_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_mp_video_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_mp_video_small_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_notifications_off_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_notifications_off_dark.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_notifications_off_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_notifications_off_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_notifications_off_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_notifications_off_small_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_notifications_on_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_notifications_on_dark.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_notifications_on_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_notifications_on_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_numeric_dialpad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_numeric_dialpad.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_oobe_conv_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_oobe_conv_list.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_oobe_freq_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_oobe_freq_list.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_open_in_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_open_in_new.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_people_add_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_people_add_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_person_add_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_person_add_blue.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_person_add_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_person_add_dark.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_person_add_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_person_add_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_person_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_person_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_person_light_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_person_light_large.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_phone_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_phone_small_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_photo_library_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_photo_library_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_preview_pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_preview_pause.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_preview_play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_preview_play.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_remove_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_remove_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_remove_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_remove_small_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_save_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_save_dark.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_save_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_save_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_search_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_search_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_send_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_send_dark.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_send_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_send_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_share_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_share_dark.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_share_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_share_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_sim_card_send.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_sim_card_send.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_sms_delivery_ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_sms_delivery_ok.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_sms_failed_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_sms_failed_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_sms_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_sms_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_sms_multi_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_sms_multi_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_tooltip_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_tooltip_arrow.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_video_play_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_video_play_light.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_wear_reply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_wear_reply.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_widget_avatar_shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_widget_avatar_shadow.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_widget_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_widget_list.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_work_profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/ic_work_profile.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/msg_bubble_error.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/msg_bubble_error.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/msg_bubble_incoming.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/msg_bubble_incoming.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/msg_bubble_input.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/msg_bubble_input.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/msg_bubble_outgoing.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/msg_bubble_outgoing.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/permissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/permissions.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/swipe_shadow.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/swipe_shadow.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/swipe_shadow_drag.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/swipe_shadow_drag.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/sym_keyboard_delete_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/sym_keyboard_delete_holo.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/tab_btn_bg_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/tab_btn_bg_normal.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/tab_btn_bg_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/tab_btn_bg_pressed.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/tab_selected.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/tab_selected.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/tab_selected_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/tab_selected_focused_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/tab_selected_pressed_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/tab_selected_pressed_focused_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/tab_selected_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/tab_selected_pressed_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/tab_unselected.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/tab_unselected.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/tab_unselected_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/tab_unselected_focused_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/tab_unselected_pressed_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/tab_unselected_pressed_focused_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/tab_unselected_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/tab_unselected_pressed_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/widget_hr.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/widget_hr.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/widget_msg_bubble_incoming.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/widget_msg_bubble_incoming.9.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/widget_msg_bubble_outgoing.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxhdpi/widget_msg_bubble_outgoing.9.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/btn_keyboard_key_dark_normal_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/btn_keyboard_key_dark_normal_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/btn_keyboard_key_dark_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/btn_keyboard_key_dark_pressed_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/btn_keyboard_key_light_normal_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/btn_keyboard_key_light_normal_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/btn_keyboard_key_light_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/btn_keyboard_key_light_pressed_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/cab_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/cab_bg.9.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/contact_popup_background.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/contact_popup_background.9.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/fab_new_message_static_shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/fab_new_message_static_shadow.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_add_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_add_white.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_archive_small_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_archive_small_dark.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_archive_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_archive_small_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_archive_undo_small_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_archive_undo_small_dark.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_archive_undo_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_archive_undo_small_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_arrow_back_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_arrow_back_dark.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_arrow_back_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_arrow_back_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_attachment_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_attachment_dark.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_audio_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_audio_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_audio_pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_audio_pause.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_audio_play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_audio_play.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_camera_front_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_camera_front_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_camera_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_camera_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_camera_rear_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_camera_rear_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_cancel_small_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_cancel_small_dark.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_cancel_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_cancel_small_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_checkbox_blank_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_checkbox_blank_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_checkbox_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_checkbox_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_checkbox_outline_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_checkbox_outline_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_checkmark_circle_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_checkmark_circle_blue.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_checkmark_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_checkmark_large.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_checkmark_large_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_checkmark_large_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_checkmark_small_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_checkmark_small_blue.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_checkmark_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_checkmark_small_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_color_lens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_color_lens.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_content_copy_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_content_copy_dark.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_crying_hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_crying_hero.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_delete_small_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_delete_small_dark.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_delete_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_delete_small_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_dnd_on_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_dnd_on_dark.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_dnd_on_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_dnd_on_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_failed_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_failed_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_failed_status_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_failed_status_red.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_file_download_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_file_download_dark.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_file_download_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_file_download_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_forward_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_forward_dark.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_history_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_history_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_image_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_image_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_ime_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_ime_dark.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_ime_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_ime_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_info_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_info_dark.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_keyboard_arrow_left_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_keyboard_arrow_left_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_keyboard_arrow_right_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_keyboard_arrow_right_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_mp_audio_mic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_mp_audio_mic.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_mp_camera_large_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_mp_camera_large_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_mp_camera_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_mp_camera_small_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_mp_capture_stop_large_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_mp_capture_stop_large_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_mp_full_screen_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_mp_full_screen_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_mp_video_large_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_mp_video_large_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_mp_video_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_mp_video_small_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_notifications_off_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_notifications_off_dark.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_notifications_off_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_notifications_off_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_notifications_off_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_notifications_off_small_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_notifications_on_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_notifications_on_dark.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_notifications_on_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_notifications_on_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_numeric_dialpad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_numeric_dialpad.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_oobe_conv_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_oobe_conv_list.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_oobe_freq_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_oobe_freq_list.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_open_in_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_open_in_new.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_people_add_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_people_add_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_person_add_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_person_add_blue.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_person_add_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_person_add_dark.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_person_add_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_person_add_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_person_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_person_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_person_light_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_person_light_large.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_phone_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_phone_small_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_photo_library_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_photo_library_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_preview_pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_preview_pause.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_preview_play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_preview_play.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_remove_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_remove_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_remove_small_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_remove_small_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_save_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_save_dark.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_save_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_save_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_search_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_search_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_send_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_send_dark.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_send_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_send_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_share_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_share_dark.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_share_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_share_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_sim_card_send.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_sim_card_send.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_sms_delivery_ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_sms_delivery_ok.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_sms_failed_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_sms_failed_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_sms_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_sms_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_sms_multi_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_sms_multi_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_tooltip_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_tooltip_arrow.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_video_play_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_video_play_light.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_wear_reply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_wear_reply.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_widget_avatar_shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_widget_avatar_shadow.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_widget_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_widget_list.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/ic_work_profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/ic_work_profile.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/msg_bubble_error.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/msg_bubble_error.9.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/msg_bubble_incoming.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/msg_bubble_incoming.9.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/msg_bubble_input.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/msg_bubble_input.9.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/msg_bubble_outgoing.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/msg_bubble_outgoing.9.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/permissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/permissions.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/swipe_shadow.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/swipe_shadow.9.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/swipe_shadow_drag.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/swipe_shadow_drag.9.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/sym_keyboard_delete_holo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/sym_keyboard_delete_holo.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/tab_btn_bg_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/tab_btn_bg_normal.9.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/tab_btn_bg_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/tab_btn_bg_pressed.9.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/tab_selected.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/tab_selected.9.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/tab_selected_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/tab_selected_focused_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/tab_selected_pressed_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/tab_selected_pressed_focused_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/tab_selected_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/tab_selected_pressed_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/tab_unselected.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/tab_unselected.9.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/tab_unselected_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/tab_unselected_focused_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/tab_unselected_pressed_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/tab_unselected_pressed_focused_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/tab_unselected_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/tab_unselected_pressed_holo.9.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/widget_hr.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/widget_hr.9.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/widget_msg_bubble_incoming.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/widget_msg_bubble_incoming.9.png -------------------------------------------------------------------------------- /res/drawable-xxxhdpi/widget_msg_bubble_outgoing.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable-xxxhdpi/widget_msg_bubble_outgoing.9.png -------------------------------------------------------------------------------- /res/drawable/generic_video_icon.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 9 | 11 | -------------------------------------------------------------------------------- /res/drawable/ic_library_music_black_24px.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 10 | 15 | -------------------------------------------------------------------------------- /res/drawable/ic_library_music_white_24px.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 10 | 15 | -------------------------------------------------------------------------------- /res/drawable/ic_play_circle_filled_white_24px.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 10 | 14 | -------------------------------------------------------------------------------- /res/drawable/stat_notify_chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/drawable/stat_notify_chat.png -------------------------------------------------------------------------------- /res/layout/fastscroll_thumb.xml: -------------------------------------------------------------------------------- 1 | 2 | 17 | -------------------------------------------------------------------------------- /res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /res/raw/audio_end.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/raw/audio_end.wav -------------------------------------------------------------------------------- /res/raw/audio_initiate.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/raw/audio_initiate.wav -------------------------------------------------------------------------------- /res/raw/db_op_debug.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/raw/db_op_debug.wav -------------------------------------------------------------------------------- /res/raw/message_failure.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/raw/message_failure.wav -------------------------------------------------------------------------------- /res/raw/message_inc_thread.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/raw/message_inc_thread.wav -------------------------------------------------------------------------------- /res/raw/message_sent.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/raw/message_sent.wav -------------------------------------------------------------------------------- /res/raw/server_request_debug.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyanogenMod/android_packages_apps_Messaging/f59dbac27e9f24c7c664735e1aad0cb86fbc9c9c/res/raw/server_request_debug.wav -------------------------------------------------------------------------------- /res/transition/explode.xml: -------------------------------------------------------------------------------- 1 | 2 | 17 | -------------------------------------------------------------------------------- /res/transition/fade.xml: -------------------------------------------------------------------------------- 1 | 2 | 17 | -------------------------------------------------------------------------------- /res/values/cm_colors.xml: -------------------------------------------------------------------------------- 1 | 2 | 17 | #FF9800 18 | #000000 19 | 20 | -------------------------------------------------------------------------------- /res/xml-mcc234-mnc11: -------------------------------------------------------------------------------- 1 | xml-mcc234-mnc10 -------------------------------------------------------------------------------- /src/com/android/messaging/ui/mediapicker/camerafocus/README.txt: -------------------------------------------------------------------------------- 1 | The files in this package were copied from the android-4.4.4_r1 branch of ASOP from the folders 2 | com/android/camera/ and com/android/camera/ui from files with the same name. Some modifications 3 | have been made to remove unneeded features and adjust to our needs. --------------------------------------------------------------------------------