├── .github └── workflows │ ├── build.yml │ └── release.yml ├── .gitignore ├── CHANGELOG.md ├── LICENSE.md ├── README.md ├── app ├── .gitignore ├── build.gradle ├── proguard-rules.pro └── src │ └── main │ ├── AndroidManifest.xml │ ├── assets │ └── pesdk_android_license │ ├── ic_launcher-web.png │ ├── java │ └── com │ │ └── photoeditorsdk │ │ └── android │ │ └── app │ │ └── KEditorDemoActivity.kt │ └── res │ ├── drawable │ ├── background_black.xml │ ├── button_launcher_background.xml │ ├── imgly_logo.png │ └── imgly_logo_pesdk.png │ ├── layout │ ├── activity_main.xml │ └── imgly_popup_brush_preview.xml │ ├── mipmap-anydpi-v26 │ ├── ic_launcher.xml │ └── ic_launcher_round.xml │ ├── mipmap-hdpi │ ├── ic_launcher.png │ ├── ic_launcher_foreground.png │ └── ic_launcher_round.png │ ├── mipmap-mdpi │ ├── ic_launcher.png │ ├── ic_launcher_foreground.png │ └── ic_launcher_round.png │ ├── mipmap-xhdpi │ ├── ic_launcher.png │ ├── ic_launcher_foreground.png │ └── ic_launcher_round.png │ ├── mipmap-xxhdpi │ ├── ic_launcher.png │ ├── ic_launcher_foreground.png │ └── ic_launcher_round.png │ ├── mipmap-xxxhdpi │ ├── ic_launcher.png │ ├── ic_launcher_foreground.png │ └── ic_launcher_round.png │ └── values │ ├── colors.xml │ ├── strings.xml │ └── styles.xml ├── default_res_files ├── v8_0 │ └── res │ │ ├── color │ │ ├── imgly_crop_item_color_states.xml │ │ ├── imgly_crop_item_fill_color_states.xml │ │ ├── imgly_crop_item_line_color_states.xml │ │ └── imgly_lable_color_states.xml │ │ ├── drawable-hdpi │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable-mdpi │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable-nodpi │ │ └── imgly_broken_or_missing_file.png │ │ ├── drawable-xhdpi │ │ ├── imgly_icon_show_filter.png │ │ ├── imgly_icon_text_design_blocks.png │ │ ├── imgly_icon_text_design_blocks_condensed.png │ │ ├── imgly_icon_text_design_blocks_light.png │ │ ├── imgly_icon_text_design_celebrate.png │ │ ├── imgly_icon_text_design_celebrate_simple.png │ │ ├── imgly_icon_text_design_equal_width.png │ │ ├── imgly_icon_text_design_equal_width_fat.png │ │ ├── imgly_icon_text_design_masked.png │ │ ├── imgly_icon_text_design_masked_badge.png │ │ ├── imgly_icon_text_design_masked_speech_bubble.png │ │ ├── imgly_icon_text_design_masked_speech_bubble_comic.png │ │ ├── imgly_icon_text_design_multiline.png │ │ ├── imgly_icon_text_design_particles.png │ │ ├── imgly_icon_text_design_rotated.png │ │ ├── imgly_icon_text_design_sunshine.png │ │ └── imgly_icon_text_design_watercolor.png │ │ ├── drawable-xxhdpi │ │ └── imgly_icon_camera_roll.png │ │ ├── drawable-xxxhdpi │ │ ├── imgly_button_shutter_animation_frame_00001.png │ │ ├── imgly_button_shutter_animation_frame_00002.png │ │ ├── imgly_button_shutter_animation_frame_00003.png │ │ ├── imgly_button_shutter_animation_frame_00004.png │ │ ├── imgly_button_shutter_animation_frame_00005.png │ │ ├── imgly_button_shutter_animation_frame_00006.png │ │ ├── imgly_button_shutter_animation_frame_00007.png │ │ ├── imgly_button_shutter_animation_frame_00008.png │ │ ├── imgly_button_shutter_animation_frame_00009.png │ │ ├── imgly_button_shutter_animation_frame_00010.png │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable │ │ ├── imgly_blend_mode_background_bottom.xml │ │ ├── imgly_blend_mode_background_top.xml │ │ ├── imgly_button.xml │ │ ├── imgly_button_click_overlay.xml │ │ ├── imgly_button_disabled.xml │ │ ├── imgly_button_normal.xml │ │ ├── imgly_button_pressed.xml │ │ ├── imgly_button_shutter_pressed_animation.xml │ │ ├── imgly_design_color_list_item.xml │ │ ├── imgly_design_color_list_item_active.xml │ │ ├── imgly_design_color_list_item_normal.xml │ │ ├── imgly_dialog_background.xml │ │ ├── imgly_headless_processing_icon.xml │ │ ├── imgly_icon_add.xml │ │ ├── imgly_icon_back.xml │ │ ├── imgly_icon_backward.xml │ │ ├── imgly_icon_camera.xml │ │ ├── imgly_icon_camera_flash.xml │ │ ├── imgly_icon_camera_switch.xml │ │ ├── imgly_icon_cancel.xml │ │ ├── imgly_icon_color_picker.xml │ │ ├── imgly_icon_color_selected.xml │ │ ├── imgly_icon_confirm.xml │ │ ├── imgly_icon_custom_crop.xml │ │ ├── imgly_icon_default_color_bg.xml │ │ ├── imgly_icon_default_color_fill.xml │ │ ├── imgly_icon_delete.xml │ │ ├── imgly_icon_edit.xml │ │ ├── imgly_icon_font.xml │ │ ├── imgly_icon_forward.xml │ │ ├── imgly_icon_go_back.xml │ │ ├── imgly_icon_horizontal_flip.xml │ │ ├── imgly_icon_horizontal_flip_transform.xml │ │ ├── imgly_icon_item_options.xml │ │ ├── imgly_icon_option_align_center.xml │ │ ├── imgly_icon_option_align_center_active.xml │ │ ├── imgly_icon_option_align_center_normal.xml │ │ ├── imgly_icon_option_align_fill.xml │ │ ├── imgly_icon_option_align_fill_active.xml │ │ ├── imgly_icon_option_align_fill_normal.xml │ │ ├── imgly_icon_option_align_left.xml │ │ ├── imgly_icon_option_align_left_active.xml │ │ ├── imgly_icon_option_align_left_normal.xml │ │ ├── imgly_icon_option_align_resize.xml │ │ ├── imgly_icon_option_align_resize_active.xml │ │ ├── imgly_icon_option_align_resize_normal.xml │ │ ├── imgly_icon_option_align_right.xml │ │ ├── imgly_icon_option_align_right_active.xml │ │ ├── imgly_icon_option_align_right_normal.xml │ │ ├── imgly_icon_option_blacks.xml │ │ ├── imgly_icon_option_blacks_active.xml │ │ ├── imgly_icon_option_blacks_normal.xml │ │ ├── imgly_icon_option_brightness.xml │ │ ├── imgly_icon_option_brightness_active.xml │ │ ├── imgly_icon_option_brightness_normal.xml │ │ ├── imgly_icon_option_bring_to_front.xml │ │ ├── imgly_icon_option_clarity.xml │ │ ├── imgly_icon_option_clarity_active.xml │ │ ├── imgly_icon_option_clarity_normal.xml │ │ ├── imgly_icon_option_color_pipette.xml │ │ ├── imgly_icon_option_contrast.xml │ │ ├── imgly_icon_option_contrast_active.xml │ │ ├── imgly_icon_option_contrast_normal.xml │ │ ├── imgly_icon_option_exposure.xml │ │ ├── imgly_icon_option_exposure_active.xml │ │ ├── imgly_icon_option_exposure_normal.xml │ │ ├── imgly_icon_option_flip_horizontal.xml │ │ ├── imgly_icon_option_flip_horizontal_active.xml │ │ ├── imgly_icon_option_flip_horizontal_normal.xml │ │ ├── imgly_icon_option_flip_vertical.xml │ │ ├── imgly_icon_option_flip_vertical_active.xml │ │ ├── imgly_icon_option_flip_vertical_normal.xml │ │ ├── imgly_icon_option_focus_gaussian.xml │ │ ├── imgly_icon_option_focus_gaussian_active.xml │ │ ├── imgly_icon_option_focus_gaussian_normal.xml │ │ ├── imgly_icon_option_focus_linear.xml │ │ ├── imgly_icon_option_focus_linear_active.xml │ │ ├── imgly_icon_option_focus_linear_normal.xml │ │ ├── imgly_icon_option_focus_mirrored.xml │ │ ├── imgly_icon_option_focus_mirrored_active.xml │ │ ├── imgly_icon_option_focus_mirrored_normal.xml │ │ ├── imgly_icon_option_focus_none.xml │ │ ├── imgly_icon_option_focus_none_active.xml │ │ ├── imgly_icon_option_focus_none_normal.xml │ │ ├── imgly_icon_option_focus_radial.xml │ │ ├── imgly_icon_option_focus_radial_active.xml │ │ ├── imgly_icon_option_focus_radial_normal.xml │ │ ├── imgly_icon_option_frame_none.xml │ │ ├── imgly_icon_option_frame_none_active.xml │ │ ├── imgly_icon_option_frame_none_normal.xml │ │ ├── imgly_icon_option_gamma.xml │ │ ├── imgly_icon_option_gamma_active.xml │ │ ├── imgly_icon_option_gamma_normal.xml │ │ ├── imgly_icon_option_hardness.xml │ │ ├── imgly_icon_option_hardness_active.xml │ │ ├── imgly_icon_option_hardness_normal.xml │ │ ├── imgly_icon_option_highlight.xml │ │ ├── imgly_icon_option_highlight_active.xml │ │ ├── imgly_icon_option_highlight_normal.xml │ │ ├── imgly_icon_option_magic.xml │ │ ├── imgly_icon_option_magic_active.xml │ │ ├── imgly_icon_option_magic_normal.xml │ │ ├── imgly_icon_option_opacity.xml │ │ ├── imgly_icon_option_opacity_active.xml │ │ ├── imgly_icon_option_opacity_normal.xml │ │ ├── imgly_icon_option_overlay_none.xml │ │ ├── imgly_icon_option_rotate_left.xml │ │ ├── imgly_icon_option_rotate_left_active.xml │ │ ├── imgly_icon_option_rotate_left_normal.xml │ │ ├── imgly_icon_option_rotate_right.xml │ │ ├── imgly_icon_option_rotate_right_active.xml │ │ ├── imgly_icon_option_rotate_right_normal.xml │ │ ├── imgly_icon_option_saturation.xml │ │ ├── imgly_icon_option_saturation_active.xml │ │ ├── imgly_icon_option_saturation_normal.xml │ │ ├── imgly_icon_option_shadow.xml │ │ ├── imgly_icon_option_shadow_active.xml │ │ ├── imgly_icon_option_shadow_normal.xml │ │ ├── imgly_icon_option_sharpness.xml │ │ ├── imgly_icon_option_sharpness_active.xml │ │ ├── imgly_icon_option_sharpness_normal.xml │ │ ├── imgly_icon_option_sticker_brightness.xml │ │ ├── imgly_icon_option_sticker_brightness_active.xml │ │ ├── imgly_icon_option_sticker_brightness_normal.xml │ │ ├── imgly_icon_option_sticker_contrast.xml │ │ ├── imgly_icon_option_sticker_contrast_active.xml │ │ ├── imgly_icon_option_sticker_contrast_normal.xml │ │ ├── imgly_icon_option_sticker_saturation.xml │ │ ├── imgly_icon_option_sticker_saturation_active.xml │ │ ├── imgly_icon_option_sticker_saturation_normal.xml │ │ ├── imgly_icon_option_tempature.xml │ │ ├── imgly_icon_option_temperature_active.xml │ │ ├── imgly_icon_option_temperature_normal.xml │ │ ├── imgly_icon_option_text_design_inverted_disabled.xml │ │ ├── imgly_icon_option_text_design_inverted_enabled.xml │ │ ├── imgly_icon_option_undo.xml │ │ ├── imgly_icon_option_whites.xml │ │ ├── imgly_icon_option_whites_active.xml │ │ ├── imgly_icon_option_whites_normal.xml │ │ ├── imgly_icon_pause.xml │ │ ├── imgly_icon_photoroll.xml │ │ ├── imgly_icon_play.xml │ │ ├── imgly_icon_play_pause.xml │ │ ├── imgly_icon_redo.xml │ │ ├── imgly_icon_redo_disabled.xml │ │ ├── imgly_icon_redo_enabled.xml │ │ ├── imgly_icon_replace.xml │ │ ├── imgly_icon_reset.xml │ │ ├── imgly_icon_rotate.xml │ │ ├── imgly_icon_save.xml │ │ ├── imgly_icon_shuffle.xml │ │ ├── imgly_icon_shuffle_active.xml │ │ ├── imgly_icon_shuffle_light.xml │ │ ├── imgly_icon_shuffle_light_active.xml │ │ ├── imgly_icon_shuffle_light_normal.xml │ │ ├── imgly_icon_shuffle_normal.xml │ │ ├── imgly_icon_straighten.xml │ │ ├── imgly_icon_swap.xml │ │ ├── imgly_icon_swap_active.xml │ │ ├── imgly_icon_swap_normal.xml │ │ ├── imgly_icon_to_front.xml │ │ ├── imgly_icon_to_front_disabled.xml │ │ ├── imgly_icon_to_front_enabled.xml │ │ ├── imgly_icon_tool_adjust.xml │ │ ├── imgly_icon_tool_brush.xml │ │ ├── imgly_icon_tool_filters.xml │ │ ├── imgly_icon_tool_focus.xml │ │ ├── imgly_icon_tool_frame.xml │ │ ├── imgly_icon_tool_overlay.xml │ │ ├── imgly_icon_tool_sticker.xml │ │ ├── imgly_icon_tool_text.xml │ │ ├── imgly_icon_tool_text_design.xml │ │ ├── imgly_icon_tool_transform.xml │ │ ├── imgly_icon_tool_trim.xml │ │ ├── imgly_icon_undo.xml │ │ ├── imgly_icon_undo_disabled.xml │ │ ├── imgly_icon_undo_enabled.xml │ │ ├── imgly_icon_vertical_flip.xml │ │ ├── imgly_icon_wait.xml │ │ ├── imgly_item_border.xml │ │ ├── imgly_item_color_overlay.xml │ │ ├── imgly_item_folder_overlay.xml │ │ ├── imgly_item_folder_overlay_active.xml │ │ ├── imgly_item_folder_overlay_normal.xml │ │ ├── imgly_item_select.xml │ │ ├── imgly_item_selected_overlay.xml │ │ ├── imgly_item_selected_overlay_active.xml │ │ ├── imgly_item_selected_overlay_dark.xml │ │ ├── imgly_item_selected_overlay_dark_active.xml │ │ ├── imgly_item_selected_overlay_dark_normal.xml │ │ ├── imgly_item_selected_overlay_normal.xml │ │ ├── imgly_layer_element_color_pipette.xml │ │ ├── imgly_layer_element_color_pipette_mask.xml │ │ ├── imgly_list_item_label_background.xml │ │ ├── imgly_list_thumb.xml │ │ ├── imgly_list_thumb_handle.xml │ │ ├── imgly_list_thumb_normal.xml │ │ ├── imgly_list_thumb_pressed.xml │ │ ├── imgly_slider_background.xml │ │ ├── imgly_slider_progress.xml │ │ ├── imgly_slider_thumb.xml │ │ ├── imgly_slider_thumb_disabled.xml │ │ ├── imgly_slider_thumb_normal.xml │ │ ├── imgly_slider_thumb_pressed.xml │ │ ├── imgly_transparent_identity.xml │ │ └── imgly_transparent_identity_alpha_slider.xml │ │ ├── layout │ │ ├── imgly_activity_camera_preview.xml │ │ ├── imgly_activity_photo_editor.xml │ │ ├── imgly_design_color_item.xml │ │ ├── imgly_list_item_blend_mode.xml │ │ ├── imgly_list_item_color.xml │ │ ├── imgly_list_item_color_pipette.xml │ │ ├── imgly_list_item_crop.xml │ │ ├── imgly_list_item_crop_mask.xml │ │ ├── imgly_list_item_crop_toggle.xml │ │ ├── imgly_list_item_filter.xml │ │ ├── imgly_list_item_filter_folder_subitem.xml │ │ ├── imgly_list_item_folder.xml │ │ ├── imgly_list_item_font.xml │ │ ├── imgly_list_item_font_big.xml │ │ ├── imgly_list_item_frame.xml │ │ ├── imgly_list_item_none_frame.xml │ │ ├── imgly_list_item_option.xml │ │ ├── imgly_list_item_overlay.xml │ │ ├── imgly_list_item_overlay_thumbnail.xml │ │ ├── imgly_list_item_quick_option.xml │ │ ├── imgly_list_item_space.xml │ │ ├── imgly_list_item_sticker.xml │ │ ├── imgly_list_item_sticker_category.xml │ │ ├── imgly_list_item_sticker_upload.xml │ │ ├── imgly_list_item_text_design.xml │ │ ├── imgly_list_item_tool.xml │ │ ├── imgly_option_list.xml │ │ ├── imgly_panel_tool_adjust.xml │ │ ├── imgly_panel_tool_brush.xml │ │ ├── imgly_panel_tool_color.xml │ │ ├── imgly_panel_tool_filter.xml │ │ ├── imgly_panel_tool_focus.xml │ │ ├── imgly_panel_tool_font.xml │ │ ├── imgly_panel_tool_frame.xml │ │ ├── imgly_panel_tool_frame_options.xml │ │ ├── imgly_panel_tool_menu.xml │ │ ├── imgly_panel_tool_overlay.xml │ │ ├── imgly_panel_tool_sticker.xml │ │ ├── imgly_panel_tool_sticker_options.xml │ │ ├── imgly_panel_tool_text.xml │ │ ├── imgly_panel_tool_text_design.xml │ │ ├── imgly_panel_tool_text_design_option.xml │ │ ├── imgly_panel_tool_text_option.xml │ │ ├── imgly_panel_tool_transform.xml │ │ ├── imgly_panel_tool_video_trim.xml │ │ ├── imgly_popup_activity_spinner.xml │ │ ├── imgly_popup_brush_preview.xml │ │ ├── imgly_popup_confirm_dialog.xml │ │ ├── imgly_popup_error_dialog.xml │ │ ├── imgly_widget_actionbar.xml │ │ ├── imgly_widget_actionbar_title.xml │ │ ├── imgly_widget_color_picker.xml │ │ └── imgly_widget_slider.xml │ │ ├── values-v21 │ │ └── imgly_styles.xml │ │ └── values │ │ ├── imgly_attrs.xml │ │ ├── imgly_colors.xml │ │ ├── imgly_dimens.xml │ │ ├── imgly_dimens_camera.xml │ │ ├── imgly_dimens_filter.xml │ │ ├── imgly_dimens_frame.xml │ │ ├── imgly_dimens_overlay.xml │ │ ├── imgly_dimens_text_design.xml │ │ ├── imgly_dimens_transform.xml │ │ ├── imgly_drawable_alias.xml │ │ ├── imgly_strings_adjustment.xml │ │ ├── imgly_strings_brush.xml │ │ ├── imgly_strings_camera.xml │ │ ├── imgly_strings_color_filter.xml │ │ ├── imgly_strings_core.xml │ │ ├── imgly_strings_focus.xml │ │ ├── imgly_strings_frame.xml │ │ ├── imgly_strings_overlay.xml │ │ ├── imgly_strings_sticker.xml │ │ ├── imgly_strings_text.xml │ │ ├── imgly_strings_text_design.xml │ │ ├── imgly_strings_transformation.xml │ │ ├── imgly_strings_trim_tool.xml │ │ ├── imgly_style_activity.xml │ │ ├── imgly_style_adjust.xml │ │ ├── imgly_style_brush.xml │ │ ├── imgly_style_camera_preview.xml │ │ ├── imgly_style_color.xml │ │ ├── imgly_style_filter.xml │ │ ├── imgly_style_focus.xml │ │ ├── imgly_style_font.xml │ │ ├── imgly_style_frame.xml │ │ ├── imgly_style_overlay.xml │ │ ├── imgly_style_sticker.xml │ │ ├── imgly_style_text.xml │ │ ├── imgly_style_text_design.xml │ │ ├── imgly_style_transform.xml │ │ ├── imgly_style_trim.xml │ │ ├── imgly_styles_core.xml │ │ └── imgly_view_ids.xml ├── v_10_0 │ └── res │ │ ├── color │ │ ├── imgly_crop_item_fill_color_states.xml │ │ ├── imgly_crop_item_line_color_states.xml │ │ └── imgly_lable_color_states.xml │ │ ├── drawable-hdpi │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable-mdpi │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable-nodpi │ │ └── imgly_broken_or_missing_file.png │ │ ├── drawable-xhdpi │ │ ├── imgly_icon_show_filter.png │ │ ├── imgly_icon_text_design_blocks.png │ │ ├── imgly_icon_text_design_blocks_condensed.png │ │ ├── imgly_icon_text_design_blocks_light.png │ │ ├── imgly_icon_text_design_celebrate.png │ │ ├── imgly_icon_text_design_celebrate_simple.png │ │ ├── imgly_icon_text_design_equal_width.png │ │ ├── imgly_icon_text_design_equal_width_fat.png │ │ ├── imgly_icon_text_design_masked.png │ │ ├── imgly_icon_text_design_masked_badge.png │ │ ├── imgly_icon_text_design_masked_speech_bubble.png │ │ ├── imgly_icon_text_design_masked_speech_bubble_comic.png │ │ ├── imgly_icon_text_design_multiline.png │ │ ├── imgly_icon_text_design_particles.png │ │ ├── imgly_icon_text_design_rotated.png │ │ ├── imgly_icon_text_design_sunshine.png │ │ └── imgly_icon_text_design_watercolor.png │ │ ├── drawable-xxhdpi │ │ └── imgly_icon_camera_roll.png │ │ ├── drawable-xxxhdpi │ │ ├── imgly_button_shutter_animation_frame_00001.png │ │ ├── imgly_button_shutter_animation_frame_00002.png │ │ ├── imgly_button_shutter_animation_frame_00003.png │ │ ├── imgly_button_shutter_animation_frame_00004.png │ │ ├── imgly_button_shutter_animation_frame_00005.png │ │ ├── imgly_button_shutter_animation_frame_00006.png │ │ ├── imgly_button_shutter_animation_frame_00007.png │ │ ├── imgly_button_shutter_animation_frame_00008.png │ │ ├── imgly_button_shutter_animation_frame_00009.png │ │ ├── imgly_button_shutter_animation_frame_00010.png │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable │ │ ├── imgly_audio_select_left.xml │ │ ├── imgly_audio_select_right.xml │ │ ├── imgly_audio_selection_item_background.xml │ │ ├── imgly_blend_mode_background_bottom.xml │ │ ├── imgly_blend_mode_background_top.xml │ │ ├── imgly_button.xml │ │ ├── imgly_button_click_overlay.xml │ │ ├── imgly_button_disabled.xml │ │ ├── imgly_button_normal.xml │ │ ├── imgly_button_pressed.xml │ │ ├── imgly_button_shutter_pressed_animation.xml │ │ ├── imgly_design_color_list_item.xml │ │ ├── imgly_design_color_list_item_active.xml │ │ ├── imgly_design_color_list_item_normal.xml │ │ ├── imgly_dialog_background.xml │ │ ├── imgly_icon_add.xml │ │ ├── imgly_icon_audio_category.xml │ │ ├── imgly_icon_audio_category_active.xml │ │ ├── imgly_icon_audio_category_normal.xml │ │ ├── imgly_icon_back.xml │ │ ├── imgly_icon_camera.xml │ │ ├── imgly_icon_camera_flash.xml │ │ ├── imgly_icon_camera_switch.xml │ │ ├── imgly_icon_cancel.xml │ │ ├── imgly_icon_color_picker.xml │ │ ├── imgly_icon_color_selected.xml │ │ ├── imgly_icon_confirm.xml │ │ ├── imgly_icon_custom_crop.xml │ │ ├── imgly_icon_default_color_bg.xml │ │ ├── imgly_icon_default_color_fill.xml │ │ ├── imgly_icon_delete.xml │ │ ├── imgly_icon_edit.xml │ │ ├── imgly_icon_font.xml │ │ ├── imgly_icon_horizontal_flip.xml │ │ ├── imgly_icon_horizontal_flip_transform.xml │ │ ├── imgly_icon_item_options.xml │ │ ├── imgly_icon_mute_unmute.xml │ │ ├── imgly_icon_muted.xml │ │ ├── imgly_icon_option_add.xml │ │ ├── imgly_icon_option_align_center.xml │ │ ├── imgly_icon_option_align_center_active.xml │ │ ├── imgly_icon_option_align_center_normal.xml │ │ ├── imgly_icon_option_align_fill.xml │ │ ├── imgly_icon_option_align_fill_active.xml │ │ ├── imgly_icon_option_align_fill_normal.xml │ │ ├── imgly_icon_option_align_left.xml │ │ ├── imgly_icon_option_align_left_active.xml │ │ ├── imgly_icon_option_align_left_normal.xml │ │ ├── imgly_icon_option_align_resize.xml │ │ ├── imgly_icon_option_align_resize_active.xml │ │ ├── imgly_icon_option_align_resize_normal.xml │ │ ├── imgly_icon_option_align_right.xml │ │ ├── imgly_icon_option_align_right_active.xml │ │ ├── imgly_icon_option_align_right_normal.xml │ │ ├── imgly_icon_option_blacks.xml │ │ ├── imgly_icon_option_blacks_active.xml │ │ ├── imgly_icon_option_blacks_normal.xml │ │ ├── imgly_icon_option_brightness.xml │ │ ├── imgly_icon_option_brightness_active.xml │ │ ├── imgly_icon_option_brightness_normal.xml │ │ ├── imgly_icon_option_bring_to_front.xml │ │ ├── imgly_icon_option_clarity.xml │ │ ├── imgly_icon_option_clarity_active.xml │ │ ├── imgly_icon_option_clarity_normal.xml │ │ ├── imgly_icon_option_color_pipette.xml │ │ ├── imgly_icon_option_contrast.xml │ │ ├── imgly_icon_option_contrast_active.xml │ │ ├── imgly_icon_option_contrast_normal.xml │ │ ├── imgly_icon_option_exposure.xml │ │ ├── imgly_icon_option_exposure_active.xml │ │ ├── imgly_icon_option_exposure_normal.xml │ │ ├── imgly_icon_option_flip_horizontal.xml │ │ ├── imgly_icon_option_flip_horizontal_active.xml │ │ ├── imgly_icon_option_flip_horizontal_normal.xml │ │ ├── imgly_icon_option_flip_vertical.xml │ │ ├── imgly_icon_option_flip_vertical_active.xml │ │ ├── imgly_icon_option_flip_vertical_normal.xml │ │ ├── imgly_icon_option_focus_gaussian.xml │ │ ├── imgly_icon_option_focus_gaussian_active.xml │ │ ├── imgly_icon_option_focus_gaussian_normal.xml │ │ ├── imgly_icon_option_focus_linear.xml │ │ ├── imgly_icon_option_focus_linear_active.xml │ │ ├── imgly_icon_option_focus_linear_normal.xml │ │ ├── imgly_icon_option_focus_mirrored.xml │ │ ├── imgly_icon_option_focus_mirrored_active.xml │ │ ├── imgly_icon_option_focus_mirrored_normal.xml │ │ ├── imgly_icon_option_focus_none.xml │ │ ├── imgly_icon_option_focus_none_active.xml │ │ ├── imgly_icon_option_focus_none_normal.xml │ │ ├── imgly_icon_option_focus_radial.xml │ │ ├── imgly_icon_option_focus_radial_active.xml │ │ ├── imgly_icon_option_focus_radial_normal.xml │ │ ├── imgly_icon_option_frame_none.xml │ │ ├── imgly_icon_option_frame_none_active.xml │ │ ├── imgly_icon_option_frame_none_normal.xml │ │ ├── imgly_icon_option_gamma.xml │ │ ├── imgly_icon_option_gamma_active.xml │ │ ├── imgly_icon_option_gamma_normal.xml │ │ ├── imgly_icon_option_hardness.xml │ │ ├── imgly_icon_option_hardness_active.xml │ │ ├── imgly_icon_option_hardness_normal.xml │ │ ├── imgly_icon_option_highlight.xml │ │ ├── imgly_icon_option_highlight_active.xml │ │ ├── imgly_icon_option_highlight_normal.xml │ │ ├── imgly_icon_option_magic.xml │ │ ├── imgly_icon_option_magic_active.xml │ │ ├── imgly_icon_option_magic_normal.xml │ │ ├── imgly_icon_option_opacity.xml │ │ ├── imgly_icon_option_opacity_active.xml │ │ ├── imgly_icon_option_opacity_normal.xml │ │ ├── imgly_icon_option_overlay_none.xml │ │ ├── imgly_icon_option_rotate_left.xml │ │ ├── imgly_icon_option_rotate_left_active.xml │ │ ├── imgly_icon_option_rotate_left_normal.xml │ │ ├── imgly_icon_option_rotate_right.xml │ │ ├── imgly_icon_option_rotate_right_active.xml │ │ ├── imgly_icon_option_rotate_right_normal.xml │ │ ├── imgly_icon_option_saturation.xml │ │ ├── imgly_icon_option_saturation_active.xml │ │ ├── imgly_icon_option_saturation_normal.xml │ │ ├── imgly_icon_option_shadow.xml │ │ ├── imgly_icon_option_shadow_active.xml │ │ ├── imgly_icon_option_shadow_normal.xml │ │ ├── imgly_icon_option_sharpness.xml │ │ ├── imgly_icon_option_sharpness_active.xml │ │ ├── imgly_icon_option_sharpness_normal.xml │ │ ├── imgly_icon_option_sticker_brightness.xml │ │ ├── imgly_icon_option_sticker_brightness_active.xml │ │ ├── imgly_icon_option_sticker_brightness_normal.xml │ │ ├── imgly_icon_option_sticker_contrast.xml │ │ ├── imgly_icon_option_sticker_contrast_active.xml │ │ ├── imgly_icon_option_sticker_contrast_normal.xml │ │ ├── imgly_icon_option_sticker_saturation.xml │ │ ├── imgly_icon_option_sticker_saturation_active.xml │ │ ├── imgly_icon_option_sticker_saturation_normal.xml │ │ ├── imgly_icon_option_tempature.xml │ │ ├── imgly_icon_option_temperature_active.xml │ │ ├── imgly_icon_option_temperature_normal.xml │ │ ├── imgly_icon_option_text_design_inverted_disabled.xml │ │ ├── imgly_icon_option_text_design_inverted_enabled.xml │ │ ├── imgly_icon_option_undo.xml │ │ ├── imgly_icon_option_whites.xml │ │ ├── imgly_icon_option_whites_active.xml │ │ ├── imgly_icon_option_whites_normal.xml │ │ ├── imgly_icon_pause.xml │ │ ├── imgly_icon_photoroll.xml │ │ ├── imgly_icon_play.xml │ │ ├── imgly_icon_play_pause.xml │ │ ├── imgly_icon_play_pause_option.xml │ │ ├── imgly_icon_redo.xml │ │ ├── imgly_icon_redo_disabled.xml │ │ ├── imgly_icon_redo_enabled.xml │ │ ├── imgly_icon_replace.xml │ │ ├── imgly_icon_reset.xml │ │ ├── imgly_icon_rotate.xml │ │ ├── imgly_icon_save.xml │ │ ├── imgly_icon_shuffle.xml │ │ ├── imgly_icon_shuffle_active.xml │ │ ├── imgly_icon_shuffle_light.xml │ │ ├── imgly_icon_shuffle_light_active.xml │ │ ├── imgly_icon_shuffle_light_normal.xml │ │ ├── imgly_icon_shuffle_normal.xml │ │ ├── imgly_icon_straighten.xml │ │ ├── imgly_icon_swap.xml │ │ ├── imgly_icon_swap_active.xml │ │ ├── imgly_icon_swap_normal.xml │ │ ├── imgly_icon_to_front.xml │ │ ├── imgly_icon_to_front_disabled.xml │ │ ├── imgly_icon_to_front_enabled.xml │ │ ├── imgly_icon_tool_adjust.xml │ │ ├── imgly_icon_tool_audio.xml │ │ ├── imgly_icon_tool_brush.xml │ │ ├── imgly_icon_tool_filters.xml │ │ ├── imgly_icon_tool_focus.xml │ │ ├── imgly_icon_tool_frame.xml │ │ ├── imgly_icon_tool_overlay.xml │ │ ├── imgly_icon_tool_sticker.xml │ │ ├── imgly_icon_tool_text.xml │ │ ├── imgly_icon_tool_text_design.xml │ │ ├── imgly_icon_tool_transform.xml │ │ ├── imgly_icon_tool_trim.xml │ │ ├── imgly_icon_tool_video_composition.xml │ │ ├── imgly_icon_undo.xml │ │ ├── imgly_icon_undo_disabled.xml │ │ ├── imgly_icon_undo_enabled.xml │ │ ├── imgly_icon_unmuted.xml │ │ ├── imgly_icon_vertical_flip.xml │ │ ├── imgly_icon_video_category.xml │ │ ├── imgly_icon_video_category_active.xml │ │ ├── imgly_icon_video_category_normal.xml │ │ ├── imgly_icon_wait.xml │ │ ├── imgly_item_border.xml │ │ ├── imgly_item_color_overlay.xml │ │ ├── imgly_item_folder_overlay.xml │ │ ├── imgly_item_folder_overlay_active.xml │ │ ├── imgly_item_folder_overlay_normal.xml │ │ ├── imgly_item_select.xml │ │ ├── imgly_item_selected_overlay.xml │ │ ├── imgly_item_selected_overlay_active.xml │ │ ├── imgly_item_selected_overlay_dark.xml │ │ ├── imgly_item_selected_overlay_dark_active.xml │ │ ├── imgly_item_selected_overlay_dark_normal.xml │ │ ├── imgly_item_selected_overlay_normal.xml │ │ ├── imgly_item_underline.xml │ │ ├── imgly_list_item_label_background.xml │ │ ├── imgly_list_thumb.xml │ │ ├── imgly_list_thumb_handle.xml │ │ ├── imgly_list_thumb_normal.xml │ │ ├── imgly_list_thumb_pressed.xml │ │ ├── imgly_placeholder_album_cover.xml │ │ ├── imgly_slider_background.xml │ │ ├── imgly_slider_progress.xml │ │ ├── imgly_slider_thumb.xml │ │ ├── imgly_slider_thumb_disabled.xml │ │ ├── imgly_slider_thumb_normal.xml │ │ ├── imgly_slider_thumb_pressed.xml │ │ └── imgly_transparent_identity_alpha_slider.xml │ │ ├── layout │ │ ├── imgly_activity_camera_preview.xml │ │ ├── imgly_activity_photo_editor.xml │ │ ├── imgly_design_color_item.xml │ │ ├── imgly_list_item_audio_category.xml │ │ ├── imgly_list_item_audio_category_icon.xml │ │ ├── imgly_list_item_audio_track.xml │ │ ├── imgly_list_item_blend_mode.xml │ │ ├── imgly_list_item_color.xml │ │ ├── imgly_list_item_color_pipette.xml │ │ ├── imgly_list_item_crop.xml │ │ ├── imgly_list_item_crop_mask.xml │ │ ├── imgly_list_item_crop_toggle.xml │ │ ├── imgly_list_item_filter.xml │ │ ├── imgly_list_item_filter_folder_subitem.xml │ │ ├── imgly_list_item_folder.xml │ │ ├── imgly_list_item_font.xml │ │ ├── imgly_list_item_font_big.xml │ │ ├── imgly_list_item_frame.xml │ │ ├── imgly_list_item_none_frame.xml │ │ ├── imgly_list_item_option.xml │ │ ├── imgly_list_item_overlay.xml │ │ ├── imgly_list_item_overlay_thumbnail.xml │ │ ├── imgly_list_item_quick_option.xml │ │ ├── imgly_list_item_space.xml │ │ ├── imgly_list_item_sticker.xml │ │ ├── imgly_list_item_sticker_category.xml │ │ ├── imgly_list_item_sticker_upload.xml │ │ ├── imgly_list_item_text_design.xml │ │ ├── imgly_list_item_tool.xml │ │ ├── imgly_list_item_video_add.xml │ │ ├── imgly_list_item_video_clip.xml │ │ ├── imgly_list_item_video_clip_category.xml │ │ ├── imgly_list_item_video_clip_category_icon.xml │ │ ├── imgly_list_item_video_frame.xml │ │ ├── imgly_list_item_video_thump.xml │ │ ├── imgly_option_list.xml │ │ ├── imgly_panel_tool_adjust.xml │ │ ├── imgly_panel_tool_audio_composition.xml │ │ ├── imgly_panel_tool_audio_gallery.xml │ │ ├── imgly_panel_tool_brush.xml │ │ ├── imgly_panel_tool_color.xml │ │ ├── imgly_panel_tool_filter.xml │ │ ├── imgly_panel_tool_focus.xml │ │ ├── imgly_panel_tool_font.xml │ │ ├── imgly_panel_tool_frame.xml │ │ ├── imgly_panel_tool_frame_options.xml │ │ ├── imgly_panel_tool_menu.xml │ │ ├── imgly_panel_tool_overlay.xml │ │ ├── imgly_panel_tool_sticker.xml │ │ ├── imgly_panel_tool_sticker_options.xml │ │ ├── imgly_panel_tool_text.xml │ │ ├── imgly_panel_tool_text_design.xml │ │ ├── imgly_panel_tool_text_design_option.xml │ │ ├── imgly_panel_tool_text_option.xml │ │ ├── imgly_panel_tool_transform.xml │ │ ├── imgly_panel_tool_video_composition.xml │ │ ├── imgly_panel_tool_video_composition_trim.xml │ │ ├── imgly_panel_tool_video_library.xml │ │ ├── imgly_panel_tool_video_trim.xml │ │ ├── imgly_popup_activity_spinner.xml │ │ ├── imgly_popup_brush_preview.xml │ │ ├── imgly_popup_confirm_dialog.xml │ │ ├── imgly_popup_error_dialog.xml │ │ ├── imgly_widget_actionbar.xml │ │ ├── imgly_widget_actionbar_tab.xml │ │ ├── imgly_widget_actionbar_tabs.xml │ │ ├── imgly_widget_actionbar_title.xml │ │ ├── imgly_widget_color_picker.xml │ │ └── imgly_widget_slider.xml │ │ ├── values-night │ │ └── imgly_themes.xml │ │ ├── values-v21 │ │ └── imgly_styles.xml │ │ └── values │ │ ├── imgly_attrs_core.xml │ │ ├── imgly_attrs_transform.xml │ │ ├── imgly_colors.xml │ │ ├── imgly_dimens.xml │ │ ├── imgly_dimens_camera.xml │ │ ├── imgly_dimens_filter.xml │ │ ├── imgly_dimens_frame.xml │ │ ├── imgly_dimens_overlay.xml │ │ ├── imgly_dimens_text_design.xml │ │ ├── imgly_dimens_transform.xml │ │ ├── imgly_drawable_alias.xml │ │ ├── imgly_filter_strings.xml │ │ ├── imgly_shared_style_references.xml │ │ ├── imgly_strings_adjustment.xml │ │ ├── imgly_strings_audio_tool.xml │ │ ├── imgly_strings_brush.xml │ │ ├── imgly_strings_camera.xml │ │ ├── imgly_strings_color_filter.xml │ │ ├── imgly_strings_core.xml │ │ ├── imgly_strings_focus.xml │ │ ├── imgly_strings_frame.xml │ │ ├── imgly_strings_overlay.xml │ │ ├── imgly_strings_sticker.xml │ │ ├── imgly_strings_text.xml │ │ ├── imgly_strings_text_design.xml │ │ ├── imgly_strings_transformation.xml │ │ ├── imgly_strings_trim_tool.xml │ │ ├── imgly_strings_video_composition_tool.xml │ │ ├── imgly_strings_video_library_tool.xml │ │ ├── imgly_style_activity.xml │ │ ├── imgly_style_adjust.xml │ │ ├── imgly_style_audio.xml │ │ ├── imgly_style_brush.xml │ │ ├── imgly_style_camera_preview.xml │ │ ├── imgly_style_color.xml │ │ ├── imgly_style_filter.xml │ │ ├── imgly_style_focus.xml │ │ ├── imgly_style_font.xml │ │ ├── imgly_style_frame.xml │ │ ├── imgly_style_overlay.xml │ │ ├── imgly_style_sticker.xml │ │ ├── imgly_style_text.xml │ │ ├── imgly_style_text_design.xml │ │ ├── imgly_style_transform.xml │ │ ├── imgly_style_trim.xml │ │ ├── imgly_style_video_composition.xml │ │ ├── imgly_style_video_library.xml │ │ ├── imgly_styles_core.xml │ │ ├── imgly_themes.xml │ │ ├── imgly_view_ids_core.xml │ │ ├── imgly_view_ids_filter.xml │ │ └── imgly_view_ids_overlay.xml ├── v_10_3 │ └── res │ │ ├── color │ │ ├── imgly_crop_item_fill_color_states.xml │ │ ├── imgly_crop_item_line_color_states.xml │ │ └── imgly_lable_color_states.xml │ │ ├── drawable-hdpi │ │ ├── imgly_giphy_icon_dark.png │ │ ├── imgly_giphy_icon_light.png │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable-mdpi │ │ ├── imgly_giphy_icon_dark.png │ │ ├── imgly_giphy_icon_light.png │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable-nodpi │ │ └── imgly_broken_or_missing_file.png │ │ ├── drawable-xhdpi │ │ ├── imgly_icon_show_filter.png │ │ ├── imgly_icon_text_design_blocks.png │ │ ├── imgly_icon_text_design_blocks_condensed.png │ │ ├── imgly_icon_text_design_blocks_light.png │ │ ├── imgly_icon_text_design_celebrate.png │ │ ├── imgly_icon_text_design_celebrate_simple.png │ │ ├── imgly_icon_text_design_equal_width.png │ │ ├── imgly_icon_text_design_equal_width_fat.png │ │ ├── imgly_icon_text_design_masked.png │ │ ├── imgly_icon_text_design_masked_badge.png │ │ ├── imgly_icon_text_design_masked_speech_bubble.png │ │ ├── imgly_icon_text_design_masked_speech_bubble_comic.png │ │ ├── imgly_icon_text_design_multiline.png │ │ ├── imgly_icon_text_design_particles.png │ │ ├── imgly_icon_text_design_rotated.png │ │ ├── imgly_icon_text_design_sunshine.png │ │ └── imgly_icon_text_design_watercolor.png │ │ ├── drawable-xxhdpi │ │ └── imgly_icon_camera_roll.png │ │ ├── drawable-xxxhdpi │ │ ├── imgly_button_shutter_animation_frame_00001.png │ │ ├── imgly_button_shutter_animation_frame_00002.png │ │ ├── imgly_button_shutter_animation_frame_00003.png │ │ ├── imgly_button_shutter_animation_frame_00004.png │ │ ├── imgly_button_shutter_animation_frame_00005.png │ │ ├── imgly_button_shutter_animation_frame_00006.png │ │ ├── imgly_button_shutter_animation_frame_00007.png │ │ ├── imgly_button_shutter_animation_frame_00008.png │ │ ├── imgly_button_shutter_animation_frame_00009.png │ │ ├── imgly_button_shutter_animation_frame_00010.png │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable │ │ ├── imgly_audio_select_left.xml │ │ ├── imgly_audio_select_right.xml │ │ ├── imgly_audio_selection_item_background.xml │ │ ├── imgly_blend_mode_background_bottom.xml │ │ ├── imgly_blend_mode_background_top.xml │ │ ├── imgly_button.xml │ │ ├── imgly_button_click_overlay.xml │ │ ├── imgly_button_disabled.xml │ │ ├── imgly_button_normal.xml │ │ ├── imgly_button_pressed.xml │ │ ├── imgly_button_shutter_pressed_animation.xml │ │ ├── imgly_design_color_list_item.xml │ │ ├── imgly_design_color_list_item_active.xml │ │ ├── imgly_design_color_list_item_normal.xml │ │ ├── imgly_dialog_background.xml │ │ ├── imgly_giphy_icon.xml │ │ ├── imgly_ic_cloud_connection.xml │ │ ├── imgly_icon_add.xml │ │ ├── imgly_icon_audio_category.xml │ │ ├── imgly_icon_audio_category_active.xml │ │ ├── imgly_icon_audio_category_normal.xml │ │ ├── imgly_icon_back.xml │ │ ├── imgly_icon_bgremoval.xml │ │ ├── imgly_icon_camera.xml │ │ ├── imgly_icon_camera_flash.xml │ │ ├── imgly_icon_camera_switch.xml │ │ ├── imgly_icon_cancel.xml │ │ ├── imgly_icon_color_picker.xml │ │ ├── imgly_icon_color_selected.xml │ │ ├── imgly_icon_confirm.xml │ │ ├── imgly_icon_custom_crop.xml │ │ ├── imgly_icon_default_color_bg.xml │ │ ├── imgly_icon_default_color_fill.xml │ │ ├── imgly_icon_delete.xml │ │ ├── imgly_icon_edit.xml │ │ ├── imgly_icon_font.xml │ │ ├── imgly_icon_horizontal_flip.xml │ │ ├── imgly_icon_horizontal_flip_transform.xml │ │ ├── imgly_icon_item_options.xml │ │ ├── imgly_icon_mute_unmute.xml │ │ ├── imgly_icon_muted.xml │ │ ├── imgly_icon_option_add.xml │ │ ├── imgly_icon_option_align_center.xml │ │ ├── imgly_icon_option_align_center_active.xml │ │ ├── imgly_icon_option_align_center_normal.xml │ │ ├── imgly_icon_option_align_fill.xml │ │ ├── imgly_icon_option_align_fill_active.xml │ │ ├── imgly_icon_option_align_fill_normal.xml │ │ ├── imgly_icon_option_align_left.xml │ │ ├── imgly_icon_option_align_left_active.xml │ │ ├── imgly_icon_option_align_left_normal.xml │ │ ├── imgly_icon_option_align_resize.xml │ │ ├── imgly_icon_option_align_resize_active.xml │ │ ├── imgly_icon_option_align_resize_normal.xml │ │ ├── imgly_icon_option_align_right.xml │ │ ├── imgly_icon_option_align_right_active.xml │ │ ├── imgly_icon_option_align_right_normal.xml │ │ ├── imgly_icon_option_bgremoval.xml │ │ ├── imgly_icon_option_bgremoval_active.xml │ │ ├── imgly_icon_option_bgremoval_normal.xml │ │ ├── imgly_icon_option_blacks.xml │ │ ├── imgly_icon_option_blacks_active.xml │ │ ├── imgly_icon_option_blacks_normal.xml │ │ ├── imgly_icon_option_brightness.xml │ │ ├── imgly_icon_option_brightness_active.xml │ │ ├── imgly_icon_option_brightness_normal.xml │ │ ├── imgly_icon_option_bring_to_front.xml │ │ ├── imgly_icon_option_clarity.xml │ │ ├── imgly_icon_option_clarity_active.xml │ │ ├── imgly_icon_option_clarity_normal.xml │ │ ├── imgly_icon_option_color_pipette.xml │ │ ├── imgly_icon_option_contrast.xml │ │ ├── imgly_icon_option_contrast_active.xml │ │ ├── imgly_icon_option_contrast_normal.xml │ │ ├── imgly_icon_option_exposure.xml │ │ ├── imgly_icon_option_exposure_active.xml │ │ ├── imgly_icon_option_exposure_normal.xml │ │ ├── imgly_icon_option_flip_horizontal.xml │ │ ├── imgly_icon_option_flip_horizontal_active.xml │ │ ├── imgly_icon_option_flip_horizontal_normal.xml │ │ ├── imgly_icon_option_flip_vertical.xml │ │ ├── imgly_icon_option_flip_vertical_active.xml │ │ ├── imgly_icon_option_flip_vertical_normal.xml │ │ ├── imgly_icon_option_focus_gaussian.xml │ │ ├── imgly_icon_option_focus_gaussian_active.xml │ │ ├── imgly_icon_option_focus_gaussian_normal.xml │ │ ├── imgly_icon_option_focus_linear.xml │ │ ├── imgly_icon_option_focus_linear_active.xml │ │ ├── imgly_icon_option_focus_linear_normal.xml │ │ ├── imgly_icon_option_focus_mirrored.xml │ │ ├── imgly_icon_option_focus_mirrored_active.xml │ │ ├── imgly_icon_option_focus_mirrored_normal.xml │ │ ├── imgly_icon_option_focus_none.xml │ │ ├── imgly_icon_option_focus_none_active.xml │ │ ├── imgly_icon_option_focus_none_normal.xml │ │ ├── imgly_icon_option_focus_radial.xml │ │ ├── imgly_icon_option_focus_radial_active.xml │ │ ├── imgly_icon_option_focus_radial_normal.xml │ │ ├── imgly_icon_option_frame_none.xml │ │ ├── imgly_icon_option_frame_none_active.xml │ │ ├── imgly_icon_option_frame_none_normal.xml │ │ ├── imgly_icon_option_gamma.xml │ │ ├── imgly_icon_option_gamma_active.xml │ │ ├── imgly_icon_option_gamma_normal.xml │ │ ├── imgly_icon_option_hardness.xml │ │ ├── imgly_icon_option_hardness_active.xml │ │ ├── imgly_icon_option_hardness_normal.xml │ │ ├── imgly_icon_option_highlight.xml │ │ ├── imgly_icon_option_highlight_active.xml │ │ ├── imgly_icon_option_highlight_normal.xml │ │ ├── imgly_icon_option_magic.xml │ │ ├── imgly_icon_option_magic_active.xml │ │ ├── imgly_icon_option_magic_normal.xml │ │ ├── imgly_icon_option_opacity.xml │ │ ├── imgly_icon_option_opacity_active.xml │ │ ├── imgly_icon_option_opacity_normal.xml │ │ ├── imgly_icon_option_overlay_none.xml │ │ ├── imgly_icon_option_rotate_left.xml │ │ ├── imgly_icon_option_rotate_left_active.xml │ │ ├── imgly_icon_option_rotate_left_normal.xml │ │ ├── imgly_icon_option_rotate_right.xml │ │ ├── imgly_icon_option_rotate_right_active.xml │ │ ├── imgly_icon_option_rotate_right_normal.xml │ │ ├── imgly_icon_option_saturation.xml │ │ ├── imgly_icon_option_saturation_active.xml │ │ ├── imgly_icon_option_saturation_normal.xml │ │ ├── imgly_icon_option_shadow.xml │ │ ├── imgly_icon_option_shadow_active.xml │ │ ├── imgly_icon_option_shadow_normal.xml │ │ ├── imgly_icon_option_sharpness.xml │ │ ├── imgly_icon_option_sharpness_active.xml │ │ ├── imgly_icon_option_sharpness_normal.xml │ │ ├── imgly_icon_option_sprite_duration.xml │ │ ├── imgly_icon_option_sticker_brightness.xml │ │ ├── imgly_icon_option_sticker_brightness_active.xml │ │ ├── imgly_icon_option_sticker_brightness_normal.xml │ │ ├── imgly_icon_option_sticker_contrast.xml │ │ ├── imgly_icon_option_sticker_contrast_active.xml │ │ ├── imgly_icon_option_sticker_contrast_normal.xml │ │ ├── imgly_icon_option_sticker_saturation.xml │ │ ├── imgly_icon_option_sticker_saturation_active.xml │ │ ├── imgly_icon_option_sticker_saturation_normal.xml │ │ ├── imgly_icon_option_tempature.xml │ │ ├── imgly_icon_option_temperature_active.xml │ │ ├── imgly_icon_option_temperature_normal.xml │ │ ├── imgly_icon_option_text_design_inverted_disabled.xml │ │ ├── imgly_icon_option_text_design_inverted_enabled.xml │ │ ├── imgly_icon_option_undo.xml │ │ ├── imgly_icon_option_whites.xml │ │ ├── imgly_icon_option_whites_active.xml │ │ ├── imgly_icon_option_whites_normal.xml │ │ ├── imgly_icon_pause.xml │ │ ├── imgly_icon_photoroll.xml │ │ ├── imgly_icon_play.xml │ │ ├── imgly_icon_play_pause.xml │ │ ├── imgly_icon_play_pause_option.xml │ │ ├── imgly_icon_redo.xml │ │ ├── imgly_icon_redo_disabled.xml │ │ ├── imgly_icon_redo_enabled.xml │ │ ├── imgly_icon_remove_bg.xml │ │ ├── imgly_icon_replace.xml │ │ ├── imgly_icon_reset.xml │ │ ├── imgly_icon_restore_bg.xml │ │ ├── imgly_icon_rotate.xml │ │ ├── imgly_icon_save.xml │ │ ├── imgly_icon_shuffle.xml │ │ ├── imgly_icon_shuffle_active.xml │ │ ├── imgly_icon_shuffle_light.xml │ │ ├── imgly_icon_shuffle_light_active.xml │ │ ├── imgly_icon_shuffle_light_normal.xml │ │ ├── imgly_icon_shuffle_normal.xml │ │ ├── imgly_icon_straighten.xml │ │ ├── imgly_icon_swap.xml │ │ ├── imgly_icon_swap_active.xml │ │ ├── imgly_icon_swap_normal.xml │ │ ├── imgly_icon_to_front.xml │ │ ├── imgly_icon_to_front_disabled.xml │ │ ├── imgly_icon_to_front_enabled.xml │ │ ├── imgly_icon_tool_adjust.xml │ │ ├── imgly_icon_tool_audio.xml │ │ ├── imgly_icon_tool_brush.xml │ │ ├── imgly_icon_tool_filters.xml │ │ ├── imgly_icon_tool_focus.xml │ │ ├── imgly_icon_tool_frame.xml │ │ ├── imgly_icon_tool_overlay.xml │ │ ├── imgly_icon_tool_sticker.xml │ │ ├── imgly_icon_tool_text.xml │ │ ├── imgly_icon_tool_text_design.xml │ │ ├── imgly_icon_tool_transform.xml │ │ ├── imgly_icon_tool_trim.xml │ │ ├── imgly_icon_tool_video_composition.xml │ │ ├── imgly_icon_undo.xml │ │ ├── imgly_icon_undo_disabled.xml │ │ ├── imgly_icon_undo_enabled.xml │ │ ├── imgly_icon_unmuted.xml │ │ ├── imgly_icon_vertical_flip.xml │ │ ├── imgly_icon_video_category.xml │ │ ├── imgly_icon_video_category_active.xml │ │ ├── imgly_icon_video_category_normal.xml │ │ ├── imgly_item_activatable_border.xml │ │ ├── imgly_item_border.xml │ │ ├── imgly_item_color_overlay.xml │ │ ├── imgly_item_folder_overlay.xml │ │ ├── imgly_item_folder_overlay_active.xml │ │ ├── imgly_item_folder_overlay_normal.xml │ │ ├── imgly_item_select.xml │ │ ├── imgly_item_selected_overlay.xml │ │ ├── imgly_item_selected_overlay_active.xml │ │ ├── imgly_item_selected_overlay_dark.xml │ │ ├── imgly_item_selected_overlay_dark_active.xml │ │ ├── imgly_item_selected_overlay_dark_normal.xml │ │ ├── imgly_item_selected_overlay_normal.xml │ │ ├── imgly_item_underline.xml │ │ ├── imgly_list_item_label_background.xml │ │ ├── imgly_list_thumb.xml │ │ ├── imgly_list_thumb_handle.xml │ │ ├── imgly_list_thumb_normal.xml │ │ ├── imgly_list_thumb_pressed.xml │ │ ├── imgly_no_result_icon.xml │ │ ├── imgly_placeholder_album_cover.xml │ │ ├── imgly_search_box.xml │ │ ├── imgly_slider_background.xml │ │ ├── imgly_slider_progress.xml │ │ ├── imgly_slider_thumb.xml │ │ ├── imgly_slider_thumb_disabled.xml │ │ ├── imgly_slider_thumb_normal.xml │ │ ├── imgly_slider_thumb_pressed.xml │ │ └── imgly_transparent_identity_alpha_slider.xml │ │ ├── layout │ │ ├── imgly_activity_camera_preview.xml │ │ ├── imgly_activity_photo_editor.xml │ │ ├── imgly_design_color_item.xml │ │ ├── imgly_fragment_giphy_stickers.xml │ │ ├── imgly_image_view.xml │ │ ├── imgly_list_item_activatable_option.xml │ │ ├── imgly_list_item_audio_category.xml │ │ ├── imgly_list_item_audio_category_icon.xml │ │ ├── imgly_list_item_audio_track.xml │ │ ├── imgly_list_item_blend_mode.xml │ │ ├── imgly_list_item_color.xml │ │ ├── imgly_list_item_color_pipette.xml │ │ ├── imgly_list_item_crop.xml │ │ ├── imgly_list_item_crop_mask.xml │ │ ├── imgly_list_item_crop_toggle.xml │ │ ├── imgly_list_item_filter.xml │ │ ├── imgly_list_item_filter_folder_subitem.xml │ │ ├── imgly_list_item_folder.xml │ │ ├── imgly_list_item_font.xml │ │ ├── imgly_list_item_font_big.xml │ │ ├── imgly_list_item_frame.xml │ │ ├── imgly_list_item_none_frame.xml │ │ ├── imgly_list_item_option.xml │ │ ├── imgly_list_item_overlay.xml │ │ ├── imgly_list_item_overlay_thumbnail.xml │ │ ├── imgly_list_item_quick_option.xml │ │ ├── imgly_list_item_space.xml │ │ ├── imgly_list_item_sticker.xml │ │ ├── imgly_list_item_sticker_category.xml │ │ ├── imgly_list_item_sticker_upload.xml │ │ ├── imgly_list_item_text_design.xml │ │ ├── imgly_list_item_tool.xml │ │ ├── imgly_list_item_video_add.xml │ │ ├── imgly_list_item_video_clip.xml │ │ ├── imgly_list_item_video_clip_category.xml │ │ ├── imgly_list_item_video_clip_category_icon.xml │ │ ├── imgly_list_item_video_frame.xml │ │ ├── imgly_list_item_video_thump.xml │ │ ├── imgly_option_list.xml │ │ ├── imgly_panel_tool_adjust.xml │ │ ├── imgly_panel_tool_audio_composition.xml │ │ ├── imgly_panel_tool_audio_gallery.xml │ │ ├── imgly_panel_tool_brush.xml │ │ ├── imgly_panel_tool_color.xml │ │ ├── imgly_panel_tool_filter.xml │ │ ├── imgly_panel_tool_focus.xml │ │ ├── imgly_panel_tool_font.xml │ │ ├── imgly_panel_tool_frame.xml │ │ ├── imgly_panel_tool_frame_options.xml │ │ ├── imgly_panel_tool_menu.xml │ │ ├── imgly_panel_tool_overlay.xml │ │ ├── imgly_panel_tool_sticker.xml │ │ ├── imgly_panel_tool_sticker_options.xml │ │ ├── imgly_panel_tool_text.xml │ │ ├── imgly_panel_tool_text_design.xml │ │ ├── imgly_panel_tool_text_design_option.xml │ │ ├── imgly_panel_tool_text_option.xml │ │ ├── imgly_panel_tool_transform.xml │ │ ├── imgly_panel_tool_video_composition.xml │ │ ├── imgly_panel_tool_video_composition_trim.xml │ │ ├── imgly_panel_tool_video_library.xml │ │ ├── imgly_panel_tool_video_trim.xml │ │ ├── imgly_popup_activity_spinner.xml │ │ ├── imgly_popup_brush_preview.xml │ │ ├── imgly_popup_confirm_dialog.xml │ │ ├── imgly_popup_error_dialog.xml │ │ ├── imgly_widget_actionbar.xml │ │ ├── imgly_widget_actionbar_tab.xml │ │ ├── imgly_widget_actionbar_tabs.xml │ │ ├── imgly_widget_actionbar_title.xml │ │ ├── imgly_widget_color_picker.xml │ │ └── imgly_widget_slider.xml │ │ ├── values-night │ │ └── imgly_themes.xml │ │ ├── values-v21 │ │ └── imgly_styles.xml │ │ └── values │ │ ├── imgly_attr_trim_tool.xml │ │ ├── imgly_attrs_core.xml │ │ ├── imgly_attrs_transform.xml │ │ ├── imgly_colors.xml │ │ ├── imgly_dimens.xml │ │ ├── imgly_dimens_camera.xml │ │ ├── imgly_dimens_filter.xml │ │ ├── imgly_dimens_frame.xml │ │ ├── imgly_dimens_overlay.xml │ │ ├── imgly_dimens_text_design.xml │ │ ├── imgly_dimens_transform.xml │ │ ├── imgly_drawable_alias.xml │ │ ├── imgly_filter_strings.xml │ │ ├── imgly_shared_style_references.xml │ │ ├── imgly_string_frame.xml │ │ ├── imgly_strings_adjustment.xml │ │ ├── imgly_strings_animated_sticker.xml │ │ ├── imgly_strings_audio_tool.xml │ │ ├── imgly_strings_brush.xml │ │ ├── imgly_strings_camera.xml │ │ ├── imgly_strings_color_filter.xml │ │ ├── imgly_strings_core.xml │ │ ├── imgly_strings_emoticons_sticker.xml │ │ ├── imgly_strings_focus.xml │ │ ├── imgly_strings_frame.xml │ │ ├── imgly_strings_overlay.xml │ │ ├── imgly_strings_shapes_sticker.xml │ │ ├── imgly_strings_sticker.xml │ │ ├── imgly_strings_text.xml │ │ ├── imgly_strings_text_design.xml │ │ ├── imgly_strings_transformation.xml │ │ ├── imgly_strings_trim_tool.xml │ │ ├── imgly_strings_video_composition_tool.xml │ │ ├── imgly_strings_video_library_tool.xml │ │ ├── imgly_style_activity.xml │ │ ├── imgly_style_adjust.xml │ │ ├── imgly_style_audio.xml │ │ ├── imgly_style_brush.xml │ │ ├── imgly_style_camera_preview.xml │ │ ├── imgly_style_color.xml │ │ ├── imgly_style_filter.xml │ │ ├── imgly_style_focus.xml │ │ ├── imgly_style_font.xml │ │ ├── imgly_style_frame.xml │ │ ├── imgly_style_giphy.xml │ │ ├── imgly_style_overlay.xml │ │ ├── imgly_style_sticker.xml │ │ ├── imgly_style_text.xml │ │ ├── imgly_style_text_design.xml │ │ ├── imgly_style_transform.xml │ │ ├── imgly_style_trim.xml │ │ ├── imgly_style_video_composition.xml │ │ ├── imgly_style_video_library.xml │ │ ├── imgly_styles_core.xml │ │ ├── imgly_themes.xml │ │ ├── imgly_view_ids_core.xml │ │ ├── imgly_view_ids_filter.xml │ │ ├── imgly_view_ids_overlay.xml │ │ └── imgy_strings_giphy.xml ├── v_5_1_deprecated │ └── res │ │ ├── color │ │ └── imgly_lable_color_states.xml │ │ ├── drawable-hdpi │ │ ├── imgly_icon_camera_roll.png │ │ ├── imgly_icon_focus_center_thump.png │ │ ├── imgly_icon_focus_gradient_thumb.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable-mdpi │ │ ├── imgly_icon_camera_roll.png │ │ ├── imgly_icon_focus_center_thump.png │ │ ├── imgly_icon_focus_gradient_thumb.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable-nodpi │ │ ├── imgly_broken_or_missing_file.png │ │ └── imgly_filter_preview_photo.png │ │ ├── drawable-xhdpi │ │ ├── imgly_frame_dia_thumb.png │ │ ├── imgly_icon_focus_center_thump.png │ │ ├── imgly_icon_focus_gradient_thumb.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable-xxhdpi │ │ ├── imgly_icon_camera_roll.png │ │ ├── imgly_icon_focus_center_thump.png │ │ └── imgly_icon_focus_gradient_thumb.png │ │ ├── drawable-xxxhdpi │ │ ├── imgly_button_shutter_animation_frame_00001.png │ │ ├── imgly_button_shutter_animation_frame_00002.png │ │ ├── imgly_button_shutter_animation_frame_00003.png │ │ ├── imgly_button_shutter_animation_frame_00004.png │ │ ├── imgly_button_shutter_animation_frame_00005.png │ │ ├── imgly_button_shutter_animation_frame_00006.png │ │ ├── imgly_button_shutter_animation_frame_00007.png │ │ ├── imgly_button_shutter_animation_frame_00008.png │ │ ├── imgly_button_shutter_animation_frame_00009.png │ │ ├── imgly_button_shutter_animation_frame_00010.png │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable │ │ ├── imgly_button.xml │ │ ├── imgly_button_click_overlay.xml │ │ ├── imgly_button_disabled.xml │ │ ├── imgly_button_normal.xml │ │ ├── imgly_button_pressed.xml │ │ ├── imgly_button_shutter_pressed_animation.xml │ │ ├── imgly_dialog_background.xml │ │ ├── imgly_icon_add.xml │ │ ├── imgly_icon_back.xml │ │ ├── imgly_icon_camera.xml │ │ ├── imgly_icon_camera_flash.xml │ │ ├── imgly_icon_camera_switch.xml │ │ ├── imgly_icon_cancel.xml │ │ ├── imgly_icon_colorpicker.xml │ │ ├── imgly_icon_confirm.xml │ │ ├── imgly_icon_default_color_bg.xml │ │ ├── imgly_icon_default_color_fill.xml │ │ ├── imgly_icon_delete.xml │ │ ├── imgly_icon_edit.xml │ │ ├── imgly_icon_horizontal_flip.xml │ │ ├── imgly_icon_item_options.xml │ │ ├── imgly_icon_option_align_center.xml │ │ ├── imgly_icon_option_align_center_active.xml │ │ ├── imgly_icon_option_align_center_normal.xml │ │ ├── imgly_icon_option_align_left.xml │ │ ├── imgly_icon_option_align_left_active.xml │ │ ├── imgly_icon_option_align_left_normal.xml │ │ ├── imgly_icon_option_align_resize.xml │ │ ├── imgly_icon_option_align_resize_active.xml │ │ ├── imgly_icon_option_align_resize_normal.xml │ │ ├── imgly_icon_option_align_right.xml │ │ ├── imgly_icon_option_align_right_active.xml │ │ ├── imgly_icon_option_align_right_normal.xml │ │ ├── imgly_icon_option_brightness.xml │ │ ├── imgly_icon_option_brightness_active.xml │ │ ├── imgly_icon_option_brightness_normal.xml │ │ ├── imgly_icon_option_bring_to_front.xml │ │ ├── imgly_icon_option_clarity.xml │ │ ├── imgly_icon_option_clarity_active.xml │ │ ├── imgly_icon_option_clarity_normal.xml │ │ ├── imgly_icon_option_contrast.xml │ │ ├── imgly_icon_option_contrast_active.xml │ │ ├── imgly_icon_option_contrast_normal.xml │ │ ├── imgly_icon_option_delete.xml │ │ ├── imgly_icon_option_exposure.xml │ │ ├── imgly_icon_option_exposure_active.xml │ │ ├── imgly_icon_option_exposure_normal.xml │ │ ├── imgly_icon_option_flip_horizontal.xml │ │ ├── imgly_icon_option_flip_horizontal_active.xml │ │ ├── imgly_icon_option_flip_horizontal_normal.xml │ │ ├── imgly_icon_option_flip_vertical.xml │ │ ├── imgly_icon_option_flip_vertical_active.xml │ │ ├── imgly_icon_option_flip_vertical_normal.xml │ │ ├── imgly_icon_option_focus_linear.xml │ │ ├── imgly_icon_option_focus_linear_active.xml │ │ ├── imgly_icon_option_focus_linear_normal.xml │ │ ├── imgly_icon_option_focus_none.xml │ │ ├── imgly_icon_option_focus_none_active.xml │ │ ├── imgly_icon_option_focus_none_normal.xml │ │ ├── imgly_icon_option_focus_radial.xml │ │ ├── imgly_icon_option_focus_radial_active.xml │ │ ├── imgly_icon_option_focus_radial_normal.xml │ │ ├── imgly_icon_option_frame_none.xml │ │ ├── imgly_icon_option_frame_none_active.xml │ │ ├── imgly_icon_option_frame_none_normal.xml │ │ ├── imgly_icon_option_gamma.xml │ │ ├── imgly_icon_option_hardness.xml │ │ ├── imgly_icon_option_hardness_active.xml │ │ ├── imgly_icon_option_hardness_normal.xml │ │ ├── imgly_icon_option_highlight.xml │ │ ├── imgly_icon_option_highlight_active.xml │ │ ├── imgly_icon_option_highlight_normal.xml │ │ ├── imgly_icon_option_magic.xml │ │ ├── imgly_icon_option_magic_active.xml │ │ ├── imgly_icon_option_magic_normal.xml │ │ ├── imgly_icon_option_overlay_none.xml │ │ ├── imgly_icon_option_rotate_left.xml │ │ ├── imgly_icon_option_rotate_left_active.xml │ │ ├── imgly_icon_option_rotate_left_normal.xml │ │ ├── imgly_icon_option_rotate_right.xml │ │ ├── imgly_icon_option_rotate_right_active.xml │ │ ├── imgly_icon_option_rotate_right_normal.xml │ │ ├── imgly_icon_option_saturation.xml │ │ ├── imgly_icon_option_saturation_active.xml │ │ ├── imgly_icon_option_saturation_normal.xml │ │ ├── imgly_icon_option_shadow.xml │ │ ├── imgly_icon_option_shadow_active.xml │ │ ├── imgly_icon_option_shadow_normal.xml │ │ ├── imgly_icon_option_undo.xml │ │ ├── imgly_icon_photoroll.xml │ │ ├── imgly_icon_redo.xml │ │ ├── imgly_icon_redo_disabled.xml │ │ ├── imgly_icon_redo_enabled.xml │ │ ├── imgly_icon_revert.xml │ │ ├── imgly_icon_rotate.xml │ │ ├── imgly_icon_save.xml │ │ ├── imgly_icon_straighten.xml │ │ ├── imgly_icon_to_front.xml │ │ ├── imgly_icon_tool_adjust.xml │ │ ├── imgly_icon_tool_brush.xml │ │ ├── imgly_icon_tool_filters.xml │ │ ├── imgly_icon_tool_focus.xml │ │ ├── imgly_icon_tool_frame.xml │ │ ├── imgly_icon_tool_overlay.xml │ │ ├── imgly_icon_tool_sticker.xml │ │ ├── imgly_icon_tool_text.xml │ │ ├── imgly_icon_tool_transform.xml │ │ ├── imgly_icon_undo.xml │ │ ├── imgly_icon_undo_disabled.xml │ │ ├── imgly_icon_undo_enabled.xml │ │ ├── imgly_icon_vertical_flip.xml │ │ ├── imgly_icon_wait.xml │ │ ├── imgly_item_border.xml │ │ ├── imgly_item_color_overlay.xml │ │ ├── imgly_item_crop_border.xml │ │ ├── imgly_item_filter_label_bg.xml │ │ ├── imgly_item_filter_overlay.xml │ │ ├── imgly_item_select.xml │ │ ├── imgly_item_sticker_category_border.xml │ │ ├── imgly_list_thump.xml │ │ ├── imgly_list_thump_handle.xml │ │ ├── imgly_list_thump_normal.xml │ │ ├── imgly_list_thump_pressed.xml │ │ ├── imgly_slider_background.xml │ │ ├── imgly_slider_progress.xml │ │ ├── imgly_slider_thumb.xml │ │ ├── imgly_slider_thumb_disabled.xml │ │ ├── imgly_slider_thumb_normal.xml │ │ ├── imgly_slider_thumb_pressed.xml │ │ └── imgly_transparent_identity.xml │ │ ├── layout │ │ ├── imgly_activity_camera_preview.xml │ │ ├── imgly_activity_photo_editor.xml │ │ ├── imgly_editor_preview_view.xml │ │ ├── imgly_list_item_add_sticker.xml │ │ ├── imgly_list_item_blend_mode.xml │ │ ├── imgly_list_item_color.xml │ │ ├── imgly_list_item_crop.xml │ │ ├── imgly_list_item_devider.xml │ │ ├── imgly_list_item_filter.xml │ │ ├── imgly_list_item_font.xml │ │ ├── imgly_list_item_font_big.xml │ │ ├── imgly_list_item_frame.xml │ │ ├── imgly_list_item_option.xml │ │ ├── imgly_list_item_overlay.xml │ │ ├── imgly_list_item_quick_option.xml │ │ ├── imgly_list_item_space.xml │ │ ├── imgly_list_item_sticker.xml │ │ ├── imgly_list_item_sticker_category.xml │ │ ├── imgly_list_item_tool.xml │ │ ├── imgly_mode_list.xml │ │ ├── imgly_option_list.xml │ │ ├── imgly_panel_tool_adjust.xml │ │ ├── imgly_panel_tool_brush.xml │ │ ├── imgly_panel_tool_color.xml │ │ ├── imgly_panel_tool_crop.xml │ │ ├── imgly_panel_tool_filter.xml │ │ ├── imgly_panel_tool_focus.xml │ │ ├── imgly_panel_tool_font.xml │ │ ├── imgly_panel_tool_frame.xml │ │ ├── imgly_panel_tool_menu.xml │ │ ├── imgly_panel_tool_overlay.xml │ │ ├── imgly_panel_tool_rotate.xml │ │ ├── imgly_panel_tool_sticker.xml │ │ ├── imgly_panel_tool_sticker_options.xml │ │ ├── imgly_panel_tool_text.xml │ │ ├── imgly_panel_tool_text_option.xml │ │ ├── imgly_panel_tool_transform.xml │ │ ├── imgly_popup_activity_spinner.xml │ │ ├── imgly_popup_brush_preview.xml │ │ ├── imgly_popup_confirm_dialog.xml │ │ ├── imgly_widget_actionbar.xml │ │ ├── imgly_widget_actionbar_title.xml │ │ ├── imgly_widget_color_picker.xml │ │ ├── imgly_widget_gallery_button.xml │ │ └── imgly_widget_slider.xml │ │ ├── values-v21 │ │ └── imgly_styles.xml │ │ └── values │ │ ├── imgly_attrs.xml │ │ ├── imgly_colors.xml │ │ ├── imgly_dimens.xml │ │ ├── imgly_drawable_alias.xml │ │ ├── imgly_strings.xml │ │ ├── imgly_strings_activity_capture.xml │ │ ├── imgly_strings_activity_editor.xml │ │ ├── imgly_strings_brush.xml │ │ ├── imgly_strings_color_filter.xml │ │ ├── imgly_strings_color_picker.xml │ │ ├── imgly_strings_crops.xml │ │ ├── imgly_strings_focus.xml │ │ ├── imgly_strings_frame.xml │ │ ├── imgly_strings_overlay.xml │ │ ├── imgly_strings_rotation.xml │ │ ├── imgly_strings_sticker.xml │ │ ├── imgly_strings_text_edit.xml │ │ ├── imgly_strings_tools.xml │ │ ├── imgly_styles.xml │ │ └── imgly_view_ids.xml ├── v_6_0 │ └── res │ │ ├── color │ │ └── imgly_lable_color_states.xml │ │ ├── drawable-nodpi │ │ └── imgly_broken_or_missing_file.png │ │ ├── drawable │ │ ├── imgly_button.xml │ │ ├── imgly_button_click_overlay.xml │ │ ├── imgly_button_disabled.xml │ │ ├── imgly_button_normal.xml │ │ ├── imgly_button_pressed.xml │ │ ├── imgly_button_shutter_pressed_animation.xml │ │ ├── imgly_design_color_list_item.xml │ │ ├── imgly_design_color_list_item_active.xml │ │ ├── imgly_design_color_list_item_background.xml │ │ ├── imgly_design_color_list_item_normal.xml │ │ ├── imgly_dialog_background.xml │ │ ├── imgly_icon_add.xml │ │ ├── imgly_icon_back.xml │ │ ├── imgly_icon_camera.xml │ │ ├── imgly_icon_camera_flash.xml │ │ ├── imgly_icon_camera_switch.xml │ │ ├── imgly_icon_cancel.xml │ │ ├── imgly_icon_colorpicker.xml │ │ ├── imgly_icon_confirm.xml │ │ ├── imgly_icon_default_color_bg.xml │ │ ├── imgly_icon_default_color_fill.xml │ │ ├── imgly_icon_delete.xml │ │ ├── imgly_icon_edit.xml │ │ ├── imgly_icon_horizontal_flip.xml │ │ ├── imgly_icon_item_options.xml │ │ ├── imgly_icon_option_align_center.xml │ │ ├── imgly_icon_option_align_center_active.xml │ │ ├── imgly_icon_option_align_center_normal.xml │ │ ├── imgly_icon_option_align_left.xml │ │ ├── imgly_icon_option_align_left_active.xml │ │ ├── imgly_icon_option_align_left_normal.xml │ │ ├── imgly_icon_option_align_resize.xml │ │ ├── imgly_icon_option_align_resize_active.xml │ │ ├── imgly_icon_option_align_resize_normal.xml │ │ ├── imgly_icon_option_align_right.xml │ │ ├── imgly_icon_option_align_right_active.xml │ │ ├── imgly_icon_option_align_right_normal.xml │ │ ├── imgly_icon_option_blacks.xml │ │ ├── imgly_icon_option_blacks_active.xml │ │ ├── imgly_icon_option_blacks_normal.xml │ │ ├── imgly_icon_option_brightness.xml │ │ ├── imgly_icon_option_brightness_active.xml │ │ ├── imgly_icon_option_brightness_normal.xml │ │ ├── imgly_icon_option_bring_to_front.xml │ │ ├── imgly_icon_option_clarity.xml │ │ ├── imgly_icon_option_clarity_active.xml │ │ ├── imgly_icon_option_clarity_normal.xml │ │ ├── imgly_icon_option_contrast.xml │ │ ├── imgly_icon_option_contrast_active.xml │ │ ├── imgly_icon_option_contrast_normal.xml │ │ ├── imgly_icon_option_delete.xml │ │ ├── imgly_icon_option_exposure.xml │ │ ├── imgly_icon_option_exposure_active.xml │ │ ├── imgly_icon_option_exposure_normal.xml │ │ ├── imgly_icon_option_flip_horizontal.xml │ │ ├── imgly_icon_option_flip_horizontal_active.xml │ │ ├── imgly_icon_option_flip_horizontal_normal.xml │ │ ├── imgly_icon_option_flip_vertical.xml │ │ ├── imgly_icon_option_flip_vertical_active.xml │ │ ├── imgly_icon_option_flip_vertical_normal.xml │ │ ├── imgly_icon_option_focus_gaussian.xml │ │ ├── imgly_icon_option_focus_gaussian_active.xml │ │ ├── imgly_icon_option_focus_gaussian_normal.xml │ │ ├── imgly_icon_option_focus_linear.xml │ │ ├── imgly_icon_option_focus_linear_active.xml │ │ ├── imgly_icon_option_focus_linear_normal.xml │ │ ├── imgly_icon_option_focus_mirrored.xml │ │ ├── imgly_icon_option_focus_mirrored_active.xml │ │ ├── imgly_icon_option_focus_mirrored_normal.xml │ │ ├── imgly_icon_option_focus_none.xml │ │ ├── imgly_icon_option_focus_none_active.xml │ │ ├── imgly_icon_option_focus_none_normal.xml │ │ ├── imgly_icon_option_focus_radial.xml │ │ ├── imgly_icon_option_focus_radial_active.xml │ │ ├── imgly_icon_option_focus_radial_normal.xml │ │ ├── imgly_icon_option_frame_none.xml │ │ ├── imgly_icon_option_frame_none_active.xml │ │ ├── imgly_icon_option_frame_none_normal.xml │ │ ├── imgly_icon_option_gamma.xml │ │ ├── imgly_icon_option_gamma_active.xml │ │ ├── imgly_icon_option_gamma_normal.xml │ │ ├── imgly_icon_option_hardness.xml │ │ ├── imgly_icon_option_hardness_active.xml │ │ ├── imgly_icon_option_hardness_normal.xml │ │ ├── imgly_icon_option_highlight.xml │ │ ├── imgly_icon_option_highlight_active.xml │ │ ├── imgly_icon_option_highlight_normal.xml │ │ ├── imgly_icon_option_magic.xml │ │ ├── imgly_icon_option_magic_active.xml │ │ ├── imgly_icon_option_magic_normal.xml │ │ ├── imgly_icon_option_rotate_left.xml │ │ ├── imgly_icon_option_rotate_left_active.xml │ │ ├── imgly_icon_option_rotate_left_normal.xml │ │ ├── imgly_icon_option_rotate_right.xml │ │ ├── imgly_icon_option_rotate_right_active.xml │ │ ├── imgly_icon_option_rotate_right_normal.xml │ │ ├── imgly_icon_option_saturation.xml │ │ ├── imgly_icon_option_saturation_active.xml │ │ ├── imgly_icon_option_saturation_normal.xml │ │ ├── imgly_icon_option_shadow.xml │ │ ├── imgly_icon_option_shadow_active.xml │ │ ├── imgly_icon_option_shadow_normal.xml │ │ ├── imgly_icon_option_sticker_brightness.xml │ │ ├── imgly_icon_option_sticker_brightness_active.xml │ │ ├── imgly_icon_option_sticker_brightness_normal.xml │ │ ├── imgly_icon_option_sticker_contrast.xml │ │ ├── imgly_icon_option_sticker_contrast_active.xml │ │ ├── imgly_icon_option_sticker_contrast_normal.xml │ │ ├── imgly_icon_option_sticker_saturation.xml │ │ ├── imgly_icon_option_sticker_saturation_active.xml │ │ ├── imgly_icon_option_sticker_saturation_normal.xml │ │ ├── imgly_icon_option_tempature.xml │ │ ├── imgly_icon_option_temperature_active.xml │ │ ├── imgly_icon_option_temperature_normal.xml │ │ ├── imgly_icon_option_text_design_inverted_disabled.xml │ │ ├── imgly_icon_option_text_design_inverted_enabled.xml │ │ ├── imgly_icon_option_undo.xml │ │ ├── imgly_icon_option_whites.xml │ │ ├── imgly_icon_option_whites_active.xml │ │ ├── imgly_icon_option_whites_normal.xml │ │ ├── imgly_icon_photoroll.xml │ │ ├── imgly_icon_redo.xml │ │ ├── imgly_icon_redo_disabled.xml │ │ ├── imgly_icon_redo_enabled.xml │ │ ├── imgly_icon_rotate.xml │ │ ├── imgly_icon_save.xml │ │ ├── imgly_icon_straighten.xml │ │ ├── imgly_icon_to_front.xml │ │ ├── imgly_icon_tool_adjust.xml │ │ ├── imgly_icon_tool_brush.xml │ │ ├── imgly_icon_tool_filters.xml │ │ ├── imgly_icon_tool_focus.xml │ │ ├── imgly_icon_tool_frame.xml │ │ ├── imgly_icon_tool_overlay.xml │ │ ├── imgly_icon_tool_sticker.xml │ │ ├── imgly_icon_tool_text.xml │ │ ├── imgly_icon_tool_text_design.xml │ │ ├── imgly_icon_tool_transform.xml │ │ ├── imgly_icon_undo.xml │ │ ├── imgly_icon_undo_disabled.xml │ │ ├── imgly_icon_undo_enabled.xml │ │ ├── imgly_icon_vertical_flip.xml │ │ ├── imgly_icon_wait.xml │ │ ├── imgly_item_border.xml │ │ ├── imgly_item_color_overlay.xml │ │ ├── imgly_item_filter_label_bg.xml │ │ ├── imgly_item_filter_overlay.xml │ │ ├── imgly_item_overlay_label_bg.xml │ │ ├── imgly_item_select.xml │ │ ├── imgly_item_sticker_category_border.xml │ │ ├── imgly_item_text_design_border.xml │ │ ├── imgly_list_thump.xml │ │ ├── imgly_list_thump_handle.xml │ │ ├── imgly_list_thump_normal.xml │ │ ├── imgly_list_thump_pressed.xml │ │ ├── imgly_slider_background.xml │ │ ├── imgly_slider_progress.xml │ │ ├── imgly_slider_thumb.xml │ │ ├── imgly_slider_thumb_disabled.xml │ │ ├── imgly_slider_thumb_normal.xml │ │ ├── imgly_slider_thumb_pressed.xml │ │ └── imgly_transparent_identity.xml │ │ ├── layout │ │ ├── imgly_activity_camera_preview.xml │ │ ├── imgly_activity_photo_editor.xml │ │ ├── imgly_design_color_item.xml │ │ ├── imgly_list_item_blend_mode.xml │ │ ├── imgly_list_item_color.xml │ │ ├── imgly_list_item_crop.xml │ │ ├── imgly_list_item_devider.xml │ │ ├── imgly_list_item_filter.xml │ │ ├── imgly_list_item_font.xml │ │ ├── imgly_list_item_font_big.xml │ │ ├── imgly_list_item_frame.xml │ │ ├── imgly_list_item_option.xml │ │ ├── imgly_list_item_overlay.xml │ │ ├── imgly_list_item_quick_option.xml │ │ ├── imgly_list_item_space.xml │ │ ├── imgly_list_item_sticker.xml │ │ ├── imgly_list_item_sticker_category.xml │ │ ├── imgly_list_item_text_design.xml │ │ ├── imgly_list_item_tool.xml │ │ ├── imgly_option_list.xml │ │ ├── imgly_panel_tool_adjust.xml │ │ ├── imgly_panel_tool_brush.xml │ │ ├── imgly_panel_tool_color.xml │ │ ├── imgly_panel_tool_filter.xml │ │ ├── imgly_panel_tool_focus.xml │ │ ├── imgly_panel_tool_font.xml │ │ ├── imgly_panel_tool_frame.xml │ │ ├── imgly_panel_tool_menu.xml │ │ ├── imgly_panel_tool_overlay.xml │ │ ├── imgly_panel_tool_sticker.xml │ │ ├── imgly_panel_tool_sticker_options.xml │ │ ├── imgly_panel_tool_text.xml │ │ ├── imgly_panel_tool_text_design.xml │ │ ├── imgly_panel_tool_text_design_option.xml │ │ ├── imgly_panel_tool_text_option.xml │ │ ├── imgly_panel_tool_transform.xml │ │ ├── imgly_popup_activity_spinner.xml │ │ ├── imgly_popup_brush_preview.xml │ │ ├── imgly_popup_confirm_dialog.xml │ │ ├── imgly_widget_actionbar.xml │ │ ├── imgly_widget_actionbar_title.xml │ │ ├── imgly_widget_color_picker.xml │ │ └── imgly_widget_slider.xml │ │ ├── mipmap-hdpi │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── mipmap-mdpi │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── mipmap-xhdpi │ │ ├── imgly_icon_show_filter.png │ │ ├── imgly_icon_text_design_blocks.png │ │ ├── imgly_icon_text_design_blocks_condensed.png │ │ ├── imgly_icon_text_design_blocks_light.png │ │ ├── imgly_icon_text_design_celebrate.png │ │ ├── imgly_icon_text_design_celebrate_simple.png │ │ ├── imgly_icon_text_design_equal_width.png │ │ ├── imgly_icon_text_design_equal_width_fat.png │ │ ├── imgly_icon_text_design_masked.png │ │ ├── imgly_icon_text_design_masked_badge.png │ │ ├── imgly_icon_text_design_masked_speech_bubble.png │ │ ├── imgly_icon_text_design_masked_speech_bubble_comic.png │ │ ├── imgly_icon_text_design_multiline.png │ │ ├── imgly_icon_text_design_particles.png │ │ ├── imgly_icon_text_design_rotated.png │ │ ├── imgly_icon_text_design_sunshine.png │ │ └── imgly_icon_text_design_watercolor.png │ │ ├── mipmap-xxhdpi │ │ └── imgly_icon_camera_roll.png │ │ ├── mipmap-xxxhdpi │ │ ├── imgly_button_shutter_animation_frame_00001.png │ │ ├── imgly_button_shutter_animation_frame_00002.png │ │ ├── imgly_button_shutter_animation_frame_00003.png │ │ ├── imgly_button_shutter_animation_frame_00004.png │ │ ├── imgly_button_shutter_animation_frame_00005.png │ │ ├── imgly_button_shutter_animation_frame_00006.png │ │ ├── imgly_button_shutter_animation_frame_00007.png │ │ ├── imgly_button_shutter_animation_frame_00008.png │ │ ├── imgly_button_shutter_animation_frame_00009.png │ │ ├── imgly_button_shutter_animation_frame_00010.png │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── values-v21 │ │ └── imgly_styles.xml │ │ └── values │ │ ├── imgly_attrs.xml │ │ ├── imgly_colors.xml │ │ ├── imgly_dimens.xml │ │ ├── imgly_dimens_camera.xml │ │ ├── imgly_dimens_filter.xml │ │ ├── imgly_dimens_overlay.xml │ │ ├── imgly_dimens_text_design.xml │ │ ├── imgly_dimens_transform.xml │ │ ├── imgly_drawable_alias.xml │ │ ├── imgly_strings_adjustment.xml │ │ ├── imgly_strings_brush.xml │ │ ├── imgly_strings_camera.xml │ │ ├── imgly_strings_color_filter.xml │ │ ├── imgly_strings_core.xml │ │ ├── imgly_strings_focus.xml │ │ ├── imgly_strings_frame.xml │ │ ├── imgly_strings_overlay.xml │ │ ├── imgly_strings_sticker.xml │ │ ├── imgly_strings_text.xml │ │ ├── imgly_strings_text_design.xml │ │ ├── imgly_strings_transformation.xml │ │ ├── imgly_style_activity.xml │ │ ├── imgly_style_adjust.xml │ │ ├── imgly_style_brush.xml │ │ ├── imgly_style_camera_preview.xml │ │ ├── imgly_style_color.xml │ │ ├── imgly_style_filter.xml │ │ ├── imgly_style_focus.xml │ │ ├── imgly_style_font.xml │ │ ├── imgly_style_frame.xml │ │ ├── imgly_style_overlay.xml │ │ ├── imgly_style_sticker.xml │ │ ├── imgly_style_text.xml │ │ ├── imgly_style_text_design.xml │ │ ├── imgly_style_transform.xml │ │ ├── imgly_styles_core.xml │ │ ├── imgly_theme.xml │ │ └── imgly_view_ids.xml ├── v_6_1 │ └── res │ │ ├── color │ │ ├── imgly_crop_item_color_states.xml │ │ ├── imgly_crop_item_fill_color_states.xml │ │ ├── imgly_crop_item_line_color_states.xml │ │ └── imgly_lable_color_states.xml │ │ ├── drawable-hdpi │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable-mdpi │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable-nodpi │ │ └── imgly_broken_or_missing_file.png │ │ ├── drawable-xhdpi │ │ ├── imgly_icon_show_filter.png │ │ ├── imgly_icon_text_design_blocks.png │ │ ├── imgly_icon_text_design_blocks_condensed.png │ │ ├── imgly_icon_text_design_blocks_light.png │ │ ├── imgly_icon_text_design_celebrate.png │ │ ├── imgly_icon_text_design_celebrate_simple.png │ │ ├── imgly_icon_text_design_equal_width.png │ │ ├── imgly_icon_text_design_equal_width_fat.png │ │ ├── imgly_icon_text_design_masked.png │ │ ├── imgly_icon_text_design_masked_badge.png │ │ ├── imgly_icon_text_design_masked_speech_bubble.png │ │ ├── imgly_icon_text_design_masked_speech_bubble_comic.png │ │ ├── imgly_icon_text_design_multiline.png │ │ ├── imgly_icon_text_design_particles.png │ │ ├── imgly_icon_text_design_rotated.png │ │ ├── imgly_icon_text_design_sunshine.png │ │ └── imgly_icon_text_design_watercolor.png │ │ ├── drawable-xxhdpi │ │ └── imgly_icon_camera_roll.png │ │ ├── drawable-xxxhdpi │ │ ├── imgly_button_shutter_animation_frame_00001.png │ │ ├── imgly_button_shutter_animation_frame_00002.png │ │ ├── imgly_button_shutter_animation_frame_00003.png │ │ ├── imgly_button_shutter_animation_frame_00004.png │ │ ├── imgly_button_shutter_animation_frame_00005.png │ │ ├── imgly_button_shutter_animation_frame_00006.png │ │ ├── imgly_button_shutter_animation_frame_00007.png │ │ ├── imgly_button_shutter_animation_frame_00008.png │ │ ├── imgly_button_shutter_animation_frame_00009.png │ │ ├── imgly_button_shutter_animation_frame_00010.png │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable │ │ ├── imgly_blend_mode_background_bottom.xml │ │ ├── imgly_blend_mode_background_top.xml │ │ ├── imgly_button.xml │ │ ├── imgly_button_click_overlay.xml │ │ ├── imgly_button_disabled.xml │ │ ├── imgly_button_normal.xml │ │ ├── imgly_button_pressed.xml │ │ ├── imgly_button_shutter_pressed_animation.xml │ │ ├── imgly_design_color_list_item.xml │ │ ├── imgly_design_color_list_item_active.xml │ │ ├── imgly_design_color_list_item_normal.xml │ │ ├── imgly_dialog_background.xml │ │ ├── imgly_icon_add.xml │ │ ├── imgly_icon_back.xml │ │ ├── imgly_icon_backward.xml │ │ ├── imgly_icon_camera.xml │ │ ├── imgly_icon_camera_flash.xml │ │ ├── imgly_icon_camera_switch.xml │ │ ├── imgly_icon_cancel.xml │ │ ├── imgly_icon_color_picker.xml │ │ ├── imgly_icon_color_selected.xml │ │ ├── imgly_icon_confirm.xml │ │ ├── imgly_icon_custom_crop.xml │ │ ├── imgly_icon_default_color_bg.xml │ │ ├── imgly_icon_default_color_fill.xml │ │ ├── imgly_icon_delete.xml │ │ ├── imgly_icon_edit.xml │ │ ├── imgly_icon_font.xml │ │ ├── imgly_icon_forward.xml │ │ ├── imgly_icon_go_back.xml │ │ ├── imgly_icon_horizontal_flip.xml │ │ ├── imgly_icon_item_options.xml │ │ ├── imgly_icon_option_align_center.xml │ │ ├── imgly_icon_option_align_center_active.xml │ │ ├── imgly_icon_option_align_center_normal.xml │ │ ├── imgly_icon_option_align_fill.xml │ │ ├── imgly_icon_option_align_fill_active.xml │ │ ├── imgly_icon_option_align_fill_normal.xml │ │ ├── imgly_icon_option_align_left.xml │ │ ├── imgly_icon_option_align_left_active.xml │ │ ├── imgly_icon_option_align_left_normal.xml │ │ ├── imgly_icon_option_align_resize.xml │ │ ├── imgly_icon_option_align_resize_active.xml │ │ ├── imgly_icon_option_align_resize_normal.xml │ │ ├── imgly_icon_option_align_right.xml │ │ ├── imgly_icon_option_align_right_active.xml │ │ ├── imgly_icon_option_align_right_normal.xml │ │ ├── imgly_icon_option_blacks.xml │ │ ├── imgly_icon_option_blacks_active.xml │ │ ├── imgly_icon_option_blacks_normal.xml │ │ ├── imgly_icon_option_brightness.xml │ │ ├── imgly_icon_option_brightness_active.xml │ │ ├── imgly_icon_option_brightness_normal.xml │ │ ├── imgly_icon_option_bring_to_front.xml │ │ ├── imgly_icon_option_clarity.xml │ │ ├── imgly_icon_option_clarity_active.xml │ │ ├── imgly_icon_option_clarity_normal.xml │ │ ├── imgly_icon_option_contrast.xml │ │ ├── imgly_icon_option_contrast_active.xml │ │ ├── imgly_icon_option_contrast_normal.xml │ │ ├── imgly_icon_option_exposure.xml │ │ ├── imgly_icon_option_exposure_active.xml │ │ ├── imgly_icon_option_exposure_normal.xml │ │ ├── imgly_icon_option_flip_horizontal.xml │ │ ├── imgly_icon_option_flip_horizontal_active.xml │ │ ├── imgly_icon_option_flip_horizontal_normal.xml │ │ ├── imgly_icon_option_flip_vertical.xml │ │ ├── imgly_icon_option_flip_vertical_active.xml │ │ ├── imgly_icon_option_flip_vertical_normal.xml │ │ ├── imgly_icon_option_focus_gaussian.xml │ │ ├── imgly_icon_option_focus_gaussian_active.xml │ │ ├── imgly_icon_option_focus_gaussian_normal.xml │ │ ├── imgly_icon_option_focus_linear.xml │ │ ├── imgly_icon_option_focus_linear_active.xml │ │ ├── imgly_icon_option_focus_linear_normal.xml │ │ ├── imgly_icon_option_focus_mirrored.xml │ │ ├── imgly_icon_option_focus_mirrored_active.xml │ │ ├── imgly_icon_option_focus_mirrored_normal.xml │ │ ├── imgly_icon_option_focus_none.xml │ │ ├── imgly_icon_option_focus_none_active.xml │ │ ├── imgly_icon_option_focus_none_normal.xml │ │ ├── imgly_icon_option_focus_radial.xml │ │ ├── imgly_icon_option_focus_radial_active.xml │ │ ├── imgly_icon_option_focus_radial_normal.xml │ │ ├── imgly_icon_option_frame_none.xml │ │ ├── imgly_icon_option_frame_none_active.xml │ │ ├── imgly_icon_option_frame_none_normal.xml │ │ ├── imgly_icon_option_gamma.xml │ │ ├── imgly_icon_option_gamma_active.xml │ │ ├── imgly_icon_option_gamma_normal.xml │ │ ├── imgly_icon_option_hardness.xml │ │ ├── imgly_icon_option_hardness_active.xml │ │ ├── imgly_icon_option_hardness_normal.xml │ │ ├── imgly_icon_option_highlight.xml │ │ ├── imgly_icon_option_highlight_active.xml │ │ ├── imgly_icon_option_highlight_normal.xml │ │ ├── imgly_icon_option_magic.xml │ │ ├── imgly_icon_option_magic_active.xml │ │ ├── imgly_icon_option_magic_normal.xml │ │ ├── imgly_icon_option_opacity.xml │ │ ├── imgly_icon_option_opacity_active.xml │ │ ├── imgly_icon_option_opacity_normal.xml │ │ ├── imgly_icon_option_rotate_left.xml │ │ ├── imgly_icon_option_rotate_left_active.xml │ │ ├── imgly_icon_option_rotate_left_normal.xml │ │ ├── imgly_icon_option_rotate_right.xml │ │ ├── imgly_icon_option_rotate_right_active.xml │ │ ├── imgly_icon_option_rotate_right_normal.xml │ │ ├── imgly_icon_option_saturation.xml │ │ ├── imgly_icon_option_saturation_active.xml │ │ ├── imgly_icon_option_saturation_normal.xml │ │ ├── imgly_icon_option_shadow.xml │ │ ├── imgly_icon_option_shadow_active.xml │ │ ├── imgly_icon_option_shadow_normal.xml │ │ ├── imgly_icon_option_sticker_brightness.xml │ │ ├── imgly_icon_option_sticker_brightness_active.xml │ │ ├── imgly_icon_option_sticker_brightness_normal.xml │ │ ├── imgly_icon_option_sticker_contrast.xml │ │ ├── imgly_icon_option_sticker_contrast_active.xml │ │ ├── imgly_icon_option_sticker_contrast_normal.xml │ │ ├── imgly_icon_option_sticker_saturation.xml │ │ ├── imgly_icon_option_sticker_saturation_active.xml │ │ ├── imgly_icon_option_sticker_saturation_normal.xml │ │ ├── imgly_icon_option_tempature.xml │ │ ├── imgly_icon_option_temperature_active.xml │ │ ├── imgly_icon_option_temperature_normal.xml │ │ ├── imgly_icon_option_text_design_inverted_disabled.xml │ │ ├── imgly_icon_option_text_design_inverted_enabled.xml │ │ ├── imgly_icon_option_undo.xml │ │ ├── imgly_icon_option_whites.xml │ │ ├── imgly_icon_option_whites_active.xml │ │ ├── imgly_icon_option_whites_normal.xml │ │ ├── imgly_icon_photoroll.xml │ │ ├── imgly_icon_redo.xml │ │ ├── imgly_icon_redo_disabled.xml │ │ ├── imgly_icon_redo_enabled.xml │ │ ├── imgly_icon_replace.xml │ │ ├── imgly_icon_reset.xml │ │ ├── imgly_icon_rotate.xml │ │ ├── imgly_icon_save.xml │ │ ├── imgly_icon_shuffle.xml │ │ ├── imgly_icon_shuffle_active.xml │ │ ├── imgly_icon_shuffle_normal.xml │ │ ├── imgly_icon_straighten.xml │ │ ├── imgly_icon_swap.xml │ │ ├── imgly_icon_swap_active.xml │ │ ├── imgly_icon_swap_normal.xml │ │ ├── imgly_icon_to_front.xml │ │ ├── imgly_icon_tool_adjust.xml │ │ ├── imgly_icon_tool_brush.xml │ │ ├── imgly_icon_tool_filters.xml │ │ ├── imgly_icon_tool_focus.xml │ │ ├── imgly_icon_tool_frame.xml │ │ ├── imgly_icon_tool_overlay.xml │ │ ├── imgly_icon_tool_sticker.xml │ │ ├── imgly_icon_tool_text.xml │ │ ├── imgly_icon_tool_text_design.xml │ │ ├── imgly_icon_tool_transform.xml │ │ ├── imgly_icon_undo.xml │ │ ├── imgly_icon_undo_disabled.xml │ │ ├── imgly_icon_undo_enabled.xml │ │ ├── imgly_icon_vertical_flip.xml │ │ ├── imgly_icon_wait.xml │ │ ├── imgly_item_border.xml │ │ ├── imgly_item_color_overlay.xml │ │ ├── imgly_item_select.xml │ │ ├── imgly_item_selected_overlay.xml │ │ ├── imgly_item_selected_overlay_active.xml │ │ ├── imgly_item_selected_overlay_normal.xml │ │ ├── imgly_list_item_label_background.xml │ │ ├── imgly_list_thumb.xml │ │ ├── imgly_list_thumb_handle.xml │ │ ├── imgly_list_thumb_normal.xml │ │ ├── imgly_list_thumb_pressed.xml │ │ ├── imgly_slider_background.xml │ │ ├── imgly_slider_progress.xml │ │ ├── imgly_slider_thumb.xml │ │ ├── imgly_slider_thumb_disabled.xml │ │ ├── imgly_slider_thumb_normal.xml │ │ ├── imgly_slider_thumb_pressed.xml │ │ └── imgly_transparent_identity.xml │ │ ├── layout │ │ ├── imgly_activity_camera_preview.xml │ │ ├── imgly_activity_photo_editor.xml │ │ ├── imgly_design_color_item.xml │ │ ├── imgly_list_item_blend_mode.xml │ │ ├── imgly_list_item_color.xml │ │ ├── imgly_list_item_crop.xml │ │ ├── imgly_list_item_crop_toggle.xml │ │ ├── imgly_list_item_devider.xml │ │ ├── imgly_list_item_filter.xml │ │ ├── imgly_list_item_font.xml │ │ ├── imgly_list_item_font_big.xml │ │ ├── imgly_list_item_frame.xml │ │ ├── imgly_list_item_none_frame.xml │ │ ├── imgly_list_item_option.xml │ │ ├── imgly_list_item_overlay.xml │ │ ├── imgly_list_item_quick_option.xml │ │ ├── imgly_list_item_space.xml │ │ ├── imgly_list_item_sticker.xml │ │ ├── imgly_list_item_sticker_category.xml │ │ ├── imgly_list_item_text_design.xml │ │ ├── imgly_list_item_tool.xml │ │ ├── imgly_option_list.xml │ │ ├── imgly_panel_tool_adjust.xml │ │ ├── imgly_panel_tool_brush.xml │ │ ├── imgly_panel_tool_color.xml │ │ ├── imgly_panel_tool_filter.xml │ │ ├── imgly_panel_tool_focus.xml │ │ ├── imgly_panel_tool_font.xml │ │ ├── imgly_panel_tool_frame.xml │ │ ├── imgly_panel_tool_frame_options.xml │ │ ├── imgly_panel_tool_menu.xml │ │ ├── imgly_panel_tool_overlay.xml │ │ ├── imgly_panel_tool_sticker.xml │ │ ├── imgly_panel_tool_sticker_options.xml │ │ ├── imgly_panel_tool_text.xml │ │ ├── imgly_panel_tool_text_design.xml │ │ ├── imgly_panel_tool_text_design_option.xml │ │ ├── imgly_panel_tool_text_option.xml │ │ ├── imgly_panel_tool_transform.xml │ │ ├── imgly_popup_activity_spinner.xml │ │ ├── imgly_popup_brush_preview.xml │ │ ├── imgly_popup_confirm_dialog.xml │ │ ├── imgly_widget_actionbar.xml │ │ ├── imgly_widget_actionbar_title.xml │ │ ├── imgly_widget_color_picker.xml │ │ └── imgly_widget_slider.xml │ │ ├── values-v21 │ │ └── imgly_styles.xml │ │ └── values │ │ ├── imgly_attrs.xml │ │ ├── imgly_colors.xml │ │ ├── imgly_dimens.xml │ │ ├── imgly_dimens_camera.xml │ │ ├── imgly_dimens_filter.xml │ │ ├── imgly_dimens_frame.xml │ │ ├── imgly_dimens_overlay.xml │ │ ├── imgly_dimens_text_design.xml │ │ ├── imgly_dimens_transform.xml │ │ ├── imgly_drawable_alias.xml │ │ ├── imgly_strings_adjustment.xml │ │ ├── imgly_strings_brush.xml │ │ ├── imgly_strings_camera.xml │ │ ├── imgly_strings_color_filter.xml │ │ ├── imgly_strings_core.xml │ │ ├── imgly_strings_focus.xml │ │ ├── imgly_strings_frame.xml │ │ ├── imgly_strings_overlay.xml │ │ ├── imgly_strings_sticker.xml │ │ ├── imgly_strings_text.xml │ │ ├── imgly_strings_text_design.xml │ │ ├── imgly_strings_transformation.xml │ │ ├── imgly_style_activity.xml │ │ ├── imgly_style_adjust.xml │ │ ├── imgly_style_brush.xml │ │ ├── imgly_style_camera_preview.xml │ │ ├── imgly_style_color.xml │ │ ├── imgly_style_filter.xml │ │ ├── imgly_style_focus.xml │ │ ├── imgly_style_font.xml │ │ ├── imgly_style_frame.xml │ │ ├── imgly_style_overlay.xml │ │ ├── imgly_style_sticker.xml │ │ ├── imgly_style_text.xml │ │ ├── imgly_style_text_design.xml │ │ ├── imgly_style_transform.xml │ │ ├── imgly_styles_core.xml │ │ └── imgly_view_ids.xml ├── v_6_2 │ └── res │ │ ├── color │ │ ├── imgly_crop_item_color_states.xml │ │ ├── imgly_crop_item_fill_color_states.xml │ │ ├── imgly_crop_item_line_color_states.xml │ │ └── imgly_lable_color_states.xml │ │ ├── drawable-hdpi │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable-mdpi │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable-nodpi │ │ └── imgly_broken_or_missing_file.png │ │ ├── drawable-xhdpi │ │ ├── imgly_icon_show_filter.png │ │ ├── imgly_icon_text_design_blocks.png │ │ ├── imgly_icon_text_design_blocks_condensed.png │ │ ├── imgly_icon_text_design_blocks_light.png │ │ ├── imgly_icon_text_design_celebrate.png │ │ ├── imgly_icon_text_design_celebrate_simple.png │ │ ├── imgly_icon_text_design_equal_width.png │ │ ├── imgly_icon_text_design_equal_width_fat.png │ │ ├── imgly_icon_text_design_masked.png │ │ ├── imgly_icon_text_design_masked_badge.png │ │ ├── imgly_icon_text_design_masked_speech_bubble.png │ │ ├── imgly_icon_text_design_masked_speech_bubble_comic.png │ │ ├── imgly_icon_text_design_multiline.png │ │ ├── imgly_icon_text_design_particles.png │ │ ├── imgly_icon_text_design_rotated.png │ │ ├── imgly_icon_text_design_sunshine.png │ │ └── imgly_icon_text_design_watercolor.png │ │ ├── drawable-xxhdpi │ │ └── imgly_icon_camera_roll.png │ │ ├── drawable-xxxhdpi │ │ ├── imgly_button_shutter_animation_frame_00001.png │ │ ├── imgly_button_shutter_animation_frame_00002.png │ │ ├── imgly_button_shutter_animation_frame_00003.png │ │ ├── imgly_button_shutter_animation_frame_00004.png │ │ ├── imgly_button_shutter_animation_frame_00005.png │ │ ├── imgly_button_shutter_animation_frame_00006.png │ │ ├── imgly_button_shutter_animation_frame_00007.png │ │ ├── imgly_button_shutter_animation_frame_00008.png │ │ ├── imgly_button_shutter_animation_frame_00009.png │ │ ├── imgly_button_shutter_animation_frame_00010.png │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable │ │ ├── imgly_blend_mode_background_bottom.xml │ │ ├── imgly_blend_mode_background_top.xml │ │ ├── imgly_button.xml │ │ ├── imgly_button_click_overlay.xml │ │ ├── imgly_button_disabled.xml │ │ ├── imgly_button_normal.xml │ │ ├── imgly_button_pressed.xml │ │ ├── imgly_button_shutter_pressed_animation.xml │ │ ├── imgly_design_color_list_item.xml │ │ ├── imgly_design_color_list_item_active.xml │ │ ├── imgly_design_color_list_item_normal.xml │ │ ├── imgly_dialog_background.xml │ │ ├── imgly_icon_add.xml │ │ ├── imgly_icon_back.xml │ │ ├── imgly_icon_backward.xml │ │ ├── imgly_icon_camera.xml │ │ ├── imgly_icon_camera_flash.xml │ │ ├── imgly_icon_camera_switch.xml │ │ ├── imgly_icon_cancel.xml │ │ ├── imgly_icon_color_picker.xml │ │ ├── imgly_icon_color_selected.xml │ │ ├── imgly_icon_confirm.xml │ │ ├── imgly_icon_custom_crop.xml │ │ ├── imgly_icon_default_color_bg.xml │ │ ├── imgly_icon_default_color_fill.xml │ │ ├── imgly_icon_delete.xml │ │ ├── imgly_icon_edit.xml │ │ ├── imgly_icon_font.xml │ │ ├── imgly_icon_forward.xml │ │ ├── imgly_icon_go_back.xml │ │ ├── imgly_icon_horizontal_flip.xml │ │ ├── imgly_icon_item_options.xml │ │ ├── imgly_icon_option_align_center.xml │ │ ├── imgly_icon_option_align_center_active.xml │ │ ├── imgly_icon_option_align_center_normal.xml │ │ ├── imgly_icon_option_align_fill.xml │ │ ├── imgly_icon_option_align_fill_active.xml │ │ ├── imgly_icon_option_align_fill_normal.xml │ │ ├── imgly_icon_option_align_left.xml │ │ ├── imgly_icon_option_align_left_active.xml │ │ ├── imgly_icon_option_align_left_normal.xml │ │ ├── imgly_icon_option_align_resize.xml │ │ ├── imgly_icon_option_align_resize_active.xml │ │ ├── imgly_icon_option_align_resize_normal.xml │ │ ├── imgly_icon_option_align_right.xml │ │ ├── imgly_icon_option_align_right_active.xml │ │ ├── imgly_icon_option_align_right_normal.xml │ │ ├── imgly_icon_option_blacks.xml │ │ ├── imgly_icon_option_blacks_active.xml │ │ ├── imgly_icon_option_blacks_normal.xml │ │ ├── imgly_icon_option_brightness.xml │ │ ├── imgly_icon_option_brightness_active.xml │ │ ├── imgly_icon_option_brightness_normal.xml │ │ ├── imgly_icon_option_bring_to_front.xml │ │ ├── imgly_icon_option_clarity.xml │ │ ├── imgly_icon_option_clarity_active.xml │ │ ├── imgly_icon_option_clarity_normal.xml │ │ ├── imgly_icon_option_color_pipette.xml │ │ ├── imgly_icon_option_contrast.xml │ │ ├── imgly_icon_option_contrast_active.xml │ │ ├── imgly_icon_option_contrast_normal.xml │ │ ├── imgly_icon_option_exposure.xml │ │ ├── imgly_icon_option_exposure_active.xml │ │ ├── imgly_icon_option_exposure_normal.xml │ │ ├── imgly_icon_option_flip_horizontal.xml │ │ ├── imgly_icon_option_flip_horizontal_active.xml │ │ ├── imgly_icon_option_flip_horizontal_normal.xml │ │ ├── imgly_icon_option_flip_vertical.xml │ │ ├── imgly_icon_option_flip_vertical_active.xml │ │ ├── imgly_icon_option_flip_vertical_normal.xml │ │ ├── imgly_icon_option_focus_gaussian.xml │ │ ├── imgly_icon_option_focus_gaussian_active.xml │ │ ├── imgly_icon_option_focus_gaussian_normal.xml │ │ ├── imgly_icon_option_focus_linear.xml │ │ ├── imgly_icon_option_focus_linear_active.xml │ │ ├── imgly_icon_option_focus_linear_normal.xml │ │ ├── imgly_icon_option_focus_mirrored.xml │ │ ├── imgly_icon_option_focus_mirrored_active.xml │ │ ├── imgly_icon_option_focus_mirrored_normal.xml │ │ ├── imgly_icon_option_focus_none.xml │ │ ├── imgly_icon_option_focus_none_active.xml │ │ ├── imgly_icon_option_focus_none_normal.xml │ │ ├── imgly_icon_option_focus_radial.xml │ │ ├── imgly_icon_option_focus_radial_active.xml │ │ ├── imgly_icon_option_focus_radial_normal.xml │ │ ├── imgly_icon_option_frame_none.xml │ │ ├── imgly_icon_option_frame_none_active.xml │ │ ├── imgly_icon_option_frame_none_normal.xml │ │ ├── imgly_icon_option_gamma.xml │ │ ├── imgly_icon_option_gamma_active.xml │ │ ├── imgly_icon_option_gamma_normal.xml │ │ ├── imgly_icon_option_hardness.xml │ │ ├── imgly_icon_option_hardness_active.xml │ │ ├── imgly_icon_option_hardness_normal.xml │ │ ├── imgly_icon_option_highlight.xml │ │ ├── imgly_icon_option_highlight_active.xml │ │ ├── imgly_icon_option_highlight_normal.xml │ │ ├── imgly_icon_option_magic.xml │ │ ├── imgly_icon_option_magic_active.xml │ │ ├── imgly_icon_option_magic_normal.xml │ │ ├── imgly_icon_option_opacity.xml │ │ ├── imgly_icon_option_opacity_active.xml │ │ ├── imgly_icon_option_opacity_normal.xml │ │ ├── imgly_icon_option_rotate_left.xml │ │ ├── imgly_icon_option_rotate_left_active.xml │ │ ├── imgly_icon_option_rotate_left_normal.xml │ │ ├── imgly_icon_option_rotate_right.xml │ │ ├── imgly_icon_option_rotate_right_active.xml │ │ ├── imgly_icon_option_rotate_right_normal.xml │ │ ├── imgly_icon_option_saturation.xml │ │ ├── imgly_icon_option_saturation_active.xml │ │ ├── imgly_icon_option_saturation_normal.xml │ │ ├── imgly_icon_option_shadow.xml │ │ ├── imgly_icon_option_shadow_active.xml │ │ ├── imgly_icon_option_shadow_normal.xml │ │ ├── imgly_icon_option_sticker_brightness.xml │ │ ├── imgly_icon_option_sticker_brightness_active.xml │ │ ├── imgly_icon_option_sticker_brightness_normal.xml │ │ ├── imgly_icon_option_sticker_contrast.xml │ │ ├── imgly_icon_option_sticker_contrast_active.xml │ │ ├── imgly_icon_option_sticker_contrast_normal.xml │ │ ├── imgly_icon_option_sticker_saturation.xml │ │ ├── imgly_icon_option_sticker_saturation_active.xml │ │ ├── imgly_icon_option_sticker_saturation_normal.xml │ │ ├── imgly_icon_option_tempature.xml │ │ ├── imgly_icon_option_temperature_active.xml │ │ ├── imgly_icon_option_temperature_normal.xml │ │ ├── imgly_icon_option_text_design_inverted_disabled.xml │ │ ├── imgly_icon_option_text_design_inverted_enabled.xml │ │ ├── imgly_icon_option_undo.xml │ │ ├── imgly_icon_option_whites.xml │ │ ├── imgly_icon_option_whites_active.xml │ │ ├── imgly_icon_option_whites_normal.xml │ │ ├── imgly_icon_photoroll.xml │ │ ├── imgly_icon_redo.xml │ │ ├── imgly_icon_redo_disabled.xml │ │ ├── imgly_icon_redo_enabled.xml │ │ ├── imgly_icon_replace.xml │ │ ├── imgly_icon_reset.xml │ │ ├── imgly_icon_rotate.xml │ │ ├── imgly_icon_save.xml │ │ ├── imgly_icon_shuffle.xml │ │ ├── imgly_icon_shuffle_active.xml │ │ ├── imgly_icon_shuffle_normal.xml │ │ ├── imgly_icon_straighten.xml │ │ ├── imgly_icon_swap.xml │ │ ├── imgly_icon_swap_active.xml │ │ ├── imgly_icon_swap_normal.xml │ │ ├── imgly_icon_to_front.xml │ │ ├── imgly_icon_tool_adjust.xml │ │ ├── imgly_icon_tool_brush.xml │ │ ├── imgly_icon_tool_filters.xml │ │ ├── imgly_icon_tool_focus.xml │ │ ├── imgly_icon_tool_frame.xml │ │ ├── imgly_icon_tool_overlay.xml │ │ ├── imgly_icon_tool_sticker.xml │ │ ├── imgly_icon_tool_text.xml │ │ ├── imgly_icon_tool_text_design.xml │ │ ├── imgly_icon_tool_transform.xml │ │ ├── imgly_icon_undo.xml │ │ ├── imgly_icon_undo_disabled.xml │ │ ├── imgly_icon_undo_enabled.xml │ │ ├── imgly_icon_vertical_flip.xml │ │ ├── imgly_icon_wait.xml │ │ ├── imgly_item_border.xml │ │ ├── imgly_item_color_overlay.xml │ │ ├── imgly_item_select.xml │ │ ├── imgly_item_selected_overlay.xml │ │ ├── imgly_item_selected_overlay_active.xml │ │ ├── imgly_item_selected_overlay_normal.xml │ │ ├── imgly_list_item_label_background.xml │ │ ├── imgly_list_thumb.xml │ │ ├── imgly_list_thumb_handle.xml │ │ ├── imgly_list_thumb_normal.xml │ │ ├── imgly_list_thumb_pressed.xml │ │ ├── imgly_slider_background.xml │ │ ├── imgly_slider_progress.xml │ │ ├── imgly_slider_thumb.xml │ │ ├── imgly_slider_thumb_disabled.xml │ │ ├── imgly_slider_thumb_normal.xml │ │ ├── imgly_slider_thumb_pressed.xml │ │ └── imgly_transparent_identity.xml │ │ ├── layout │ │ ├── imgly_activity_camera_preview.xml │ │ ├── imgly_activity_photo_editor.xml │ │ ├── imgly_design_color_item.xml │ │ ├── imgly_list_item_blend_mode.xml │ │ ├── imgly_list_item_color.xml │ │ ├── imgly_list_item_color_pipette.xml │ │ ├── imgly_list_item_crop.xml │ │ ├── imgly_list_item_crop_toggle.xml │ │ ├── imgly_list_item_devider.xml │ │ ├── imgly_list_item_filter.xml │ │ ├── imgly_list_item_font.xml │ │ ├── imgly_list_item_font_big.xml │ │ ├── imgly_list_item_frame.xml │ │ ├── imgly_list_item_none_frame.xml │ │ ├── imgly_list_item_option.xml │ │ ├── imgly_list_item_overlay.xml │ │ ├── imgly_list_item_quick_option.xml │ │ ├── imgly_list_item_space.xml │ │ ├── imgly_list_item_sticker.xml │ │ ├── imgly_list_item_sticker_category.xml │ │ ├── imgly_list_item_text_design.xml │ │ ├── imgly_list_item_tool.xml │ │ ├── imgly_option_list.xml │ │ ├── imgly_panel_tool_adjust.xml │ │ ├── imgly_panel_tool_brush.xml │ │ ├── imgly_panel_tool_color.xml │ │ ├── imgly_panel_tool_filter.xml │ │ ├── imgly_panel_tool_focus.xml │ │ ├── imgly_panel_tool_font.xml │ │ ├── imgly_panel_tool_frame.xml │ │ ├── imgly_panel_tool_frame_options.xml │ │ ├── imgly_panel_tool_menu.xml │ │ ├── imgly_panel_tool_overlay.xml │ │ ├── imgly_panel_tool_sticker.xml │ │ ├── imgly_panel_tool_sticker_options.xml │ │ ├── imgly_panel_tool_text.xml │ │ ├── imgly_panel_tool_text_design.xml │ │ ├── imgly_panel_tool_text_design_option.xml │ │ ├── imgly_panel_tool_text_option.xml │ │ ├── imgly_panel_tool_transform.xml │ │ ├── imgly_popup_activity_spinner.xml │ │ ├── imgly_popup_brush_preview.xml │ │ ├── imgly_popup_confirm_dialog.xml │ │ ├── imgly_widget_actionbar.xml │ │ ├── imgly_widget_actionbar_title.xml │ │ ├── imgly_widget_color_picker.xml │ │ └── imgly_widget_slider.xml │ │ ├── values-v21 │ │ └── imgly_styles.xml │ │ └── values │ │ ├── imgly_attrs.xml │ │ ├── imgly_colors.xml │ │ ├── imgly_dimens.xml │ │ ├── imgly_dimens_camera.xml │ │ ├── imgly_dimens_filter.xml │ │ ├── imgly_dimens_frame.xml │ │ ├── imgly_dimens_overlay.xml │ │ ├── imgly_dimens_text_design.xml │ │ ├── imgly_dimens_transform.xml │ │ ├── imgly_drawable_alias.xml │ │ ├── imgly_strings_adjustment.xml │ │ ├── imgly_strings_brush.xml │ │ ├── imgly_strings_camera.xml │ │ ├── imgly_strings_color_filter.xml │ │ ├── imgly_strings_core.xml │ │ ├── imgly_strings_focus.xml │ │ ├── imgly_strings_frame.xml │ │ ├── imgly_strings_overlay.xml │ │ ├── imgly_strings_sticker.xml │ │ ├── imgly_strings_text.xml │ │ ├── imgly_strings_text_design.xml │ │ ├── imgly_strings_transformation.xml │ │ ├── imgly_style_activity.xml │ │ ├── imgly_style_adjust.xml │ │ ├── imgly_style_brush.xml │ │ ├── imgly_style_camera_preview.xml │ │ ├── imgly_style_color.xml │ │ ├── imgly_style_filter.xml │ │ ├── imgly_style_focus.xml │ │ ├── imgly_style_font.xml │ │ ├── imgly_style_frame.xml │ │ ├── imgly_style_overlay.xml │ │ ├── imgly_style_sticker.xml │ │ ├── imgly_style_text.xml │ │ ├── imgly_style_text_design.xml │ │ ├── imgly_style_transform.xml │ │ ├── imgly_styles_core.xml │ │ └── imgly_view_ids.xml ├── v_6_3 │ └── res │ │ ├── color │ │ ├── imgly_crop_item_color_states.xml │ │ ├── imgly_crop_item_fill_color_states.xml │ │ ├── imgly_crop_item_line_color_states.xml │ │ └── imgly_lable_color_states.xml │ │ ├── drawable-hdpi │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable-mdpi │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable-nodpi │ │ └── imgly_broken_or_missing_file.png │ │ ├── drawable-xhdpi │ │ ├── imgly_icon_show_filter.png │ │ ├── imgly_icon_text_design_blocks.png │ │ ├── imgly_icon_text_design_blocks_condensed.png │ │ ├── imgly_icon_text_design_blocks_light.png │ │ ├── imgly_icon_text_design_celebrate.png │ │ ├── imgly_icon_text_design_celebrate_simple.png │ │ ├── imgly_icon_text_design_equal_width.png │ │ ├── imgly_icon_text_design_equal_width_fat.png │ │ ├── imgly_icon_text_design_masked.png │ │ ├── imgly_icon_text_design_masked_badge.png │ │ ├── imgly_icon_text_design_masked_speech_bubble.png │ │ ├── imgly_icon_text_design_masked_speech_bubble_comic.png │ │ ├── imgly_icon_text_design_multiline.png │ │ ├── imgly_icon_text_design_particles.png │ │ ├── imgly_icon_text_design_rotated.png │ │ ├── imgly_icon_text_design_sunshine.png │ │ └── imgly_icon_text_design_watercolor.png │ │ ├── drawable-xxhdpi │ │ └── imgly_icon_camera_roll.png │ │ ├── drawable-xxxhdpi │ │ ├── imgly_button_shutter_animation_frame_00001.png │ │ ├── imgly_button_shutter_animation_frame_00002.png │ │ ├── imgly_button_shutter_animation_frame_00003.png │ │ ├── imgly_button_shutter_animation_frame_00004.png │ │ ├── imgly_button_shutter_animation_frame_00005.png │ │ ├── imgly_button_shutter_animation_frame_00006.png │ │ ├── imgly_button_shutter_animation_frame_00007.png │ │ ├── imgly_button_shutter_animation_frame_00008.png │ │ ├── imgly_button_shutter_animation_frame_00009.png │ │ ├── imgly_button_shutter_animation_frame_00010.png │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable │ │ ├── imgly_blend_mode_background_bottom.xml │ │ ├── imgly_blend_mode_background_top.xml │ │ ├── imgly_button.xml │ │ ├── imgly_button_click_overlay.xml │ │ ├── imgly_button_disabled.xml │ │ ├── imgly_button_normal.xml │ │ ├── imgly_button_pressed.xml │ │ ├── imgly_button_shutter_pressed_animation.xml │ │ ├── imgly_design_color_list_item.xml │ │ ├── imgly_design_color_list_item_active.xml │ │ ├── imgly_design_color_list_item_normal.xml │ │ ├── imgly_dialog_background.xml │ │ ├── imgly_icon_add.xml │ │ ├── imgly_icon_back.xml │ │ ├── imgly_icon_backward.xml │ │ ├── imgly_icon_camera.xml │ │ ├── imgly_icon_camera_flash.xml │ │ ├── imgly_icon_camera_switch.xml │ │ ├── imgly_icon_cancel.xml │ │ ├── imgly_icon_color_picker.xml │ │ ├── imgly_icon_color_selected.xml │ │ ├── imgly_icon_confirm.xml │ │ ├── imgly_icon_custom_crop.xml │ │ ├── imgly_icon_default_color_bg.xml │ │ ├── imgly_icon_default_color_fill.xml │ │ ├── imgly_icon_delete.xml │ │ ├── imgly_icon_edit.xml │ │ ├── imgly_icon_font.xml │ │ ├── imgly_icon_forward.xml │ │ ├── imgly_icon_go_back.xml │ │ ├── imgly_icon_horizontal_flip.xml │ │ ├── imgly_icon_item_options.xml │ │ ├── imgly_icon_option_align_center.xml │ │ ├── imgly_icon_option_align_center_active.xml │ │ ├── imgly_icon_option_align_center_normal.xml │ │ ├── imgly_icon_option_align_fill.xml │ │ ├── imgly_icon_option_align_fill_active.xml │ │ ├── imgly_icon_option_align_fill_normal.xml │ │ ├── imgly_icon_option_align_left.xml │ │ ├── imgly_icon_option_align_left_active.xml │ │ ├── imgly_icon_option_align_left_normal.xml │ │ ├── imgly_icon_option_align_resize.xml │ │ ├── imgly_icon_option_align_resize_active.xml │ │ ├── imgly_icon_option_align_resize_normal.xml │ │ ├── imgly_icon_option_align_right.xml │ │ ├── imgly_icon_option_align_right_active.xml │ │ ├── imgly_icon_option_align_right_normal.xml │ │ ├── imgly_icon_option_blacks.xml │ │ ├── imgly_icon_option_blacks_active.xml │ │ ├── imgly_icon_option_blacks_normal.xml │ │ ├── imgly_icon_option_brightness.xml │ │ ├── imgly_icon_option_brightness_active.xml │ │ ├── imgly_icon_option_brightness_normal.xml │ │ ├── imgly_icon_option_bring_to_front.xml │ │ ├── imgly_icon_option_clarity.xml │ │ ├── imgly_icon_option_clarity_active.xml │ │ ├── imgly_icon_option_clarity_normal.xml │ │ ├── imgly_icon_option_color_pipette.xml │ │ ├── imgly_icon_option_contrast.xml │ │ ├── imgly_icon_option_contrast_active.xml │ │ ├── imgly_icon_option_contrast_normal.xml │ │ ├── imgly_icon_option_exposure.xml │ │ ├── imgly_icon_option_exposure_active.xml │ │ ├── imgly_icon_option_exposure_normal.xml │ │ ├── imgly_icon_option_flip_horizontal.xml │ │ ├── imgly_icon_option_flip_horizontal_active.xml │ │ ├── imgly_icon_option_flip_horizontal_normal.xml │ │ ├── imgly_icon_option_flip_vertical.xml │ │ ├── imgly_icon_option_flip_vertical_active.xml │ │ ├── imgly_icon_option_flip_vertical_normal.xml │ │ ├── imgly_icon_option_focus_gaussian.xml │ │ ├── imgly_icon_option_focus_gaussian_active.xml │ │ ├── imgly_icon_option_focus_gaussian_normal.xml │ │ ├── imgly_icon_option_focus_linear.xml │ │ ├── imgly_icon_option_focus_linear_active.xml │ │ ├── imgly_icon_option_focus_linear_normal.xml │ │ ├── imgly_icon_option_focus_mirrored.xml │ │ ├── imgly_icon_option_focus_mirrored_active.xml │ │ ├── imgly_icon_option_focus_mirrored_normal.xml │ │ ├── imgly_icon_option_focus_none.xml │ │ ├── imgly_icon_option_focus_none_active.xml │ │ ├── imgly_icon_option_focus_none_normal.xml │ │ ├── imgly_icon_option_focus_radial.xml │ │ ├── imgly_icon_option_focus_radial_active.xml │ │ ├── imgly_icon_option_focus_radial_normal.xml │ │ ├── imgly_icon_option_frame_none.xml │ │ ├── imgly_icon_option_frame_none_active.xml │ │ ├── imgly_icon_option_frame_none_normal.xml │ │ ├── imgly_icon_option_gamma.xml │ │ ├── imgly_icon_option_gamma_active.xml │ │ ├── imgly_icon_option_gamma_normal.xml │ │ ├── imgly_icon_option_hardness.xml │ │ ├── imgly_icon_option_hardness_active.xml │ │ ├── imgly_icon_option_hardness_normal.xml │ │ ├── imgly_icon_option_highlight.xml │ │ ├── imgly_icon_option_highlight_active.xml │ │ ├── imgly_icon_option_highlight_normal.xml │ │ ├── imgly_icon_option_magic.xml │ │ ├── imgly_icon_option_magic_active.xml │ │ ├── imgly_icon_option_magic_normal.xml │ │ ├── imgly_icon_option_opacity.xml │ │ ├── imgly_icon_option_opacity_active.xml │ │ ├── imgly_icon_option_opacity_normal.xml │ │ ├── imgly_icon_option_rotate_left.xml │ │ ├── imgly_icon_option_rotate_left_active.xml │ │ ├── imgly_icon_option_rotate_left_normal.xml │ │ ├── imgly_icon_option_rotate_right.xml │ │ ├── imgly_icon_option_rotate_right_active.xml │ │ ├── imgly_icon_option_rotate_right_normal.xml │ │ ├── imgly_icon_option_saturation.xml │ │ ├── imgly_icon_option_saturation_active.xml │ │ ├── imgly_icon_option_saturation_normal.xml │ │ ├── imgly_icon_option_shadow.xml │ │ ├── imgly_icon_option_shadow_active.xml │ │ ├── imgly_icon_option_shadow_normal.xml │ │ ├── imgly_icon_option_sticker_brightness.xml │ │ ├── imgly_icon_option_sticker_brightness_active.xml │ │ ├── imgly_icon_option_sticker_brightness_normal.xml │ │ ├── imgly_icon_option_sticker_contrast.xml │ │ ├── imgly_icon_option_sticker_contrast_active.xml │ │ ├── imgly_icon_option_sticker_contrast_normal.xml │ │ ├── imgly_icon_option_sticker_saturation.xml │ │ ├── imgly_icon_option_sticker_saturation_active.xml │ │ ├── imgly_icon_option_sticker_saturation_normal.xml │ │ ├── imgly_icon_option_tempature.xml │ │ ├── imgly_icon_option_temperature_active.xml │ │ ├── imgly_icon_option_temperature_normal.xml │ │ ├── imgly_icon_option_text_design_inverted_disabled.xml │ │ ├── imgly_icon_option_text_design_inverted_enabled.xml │ │ ├── imgly_icon_option_undo.xml │ │ ├── imgly_icon_option_whites.xml │ │ ├── imgly_icon_option_whites_active.xml │ │ ├── imgly_icon_option_whites_normal.xml │ │ ├── imgly_icon_photoroll.xml │ │ ├── imgly_icon_redo.xml │ │ ├── imgly_icon_redo_disabled.xml │ │ ├── imgly_icon_redo_enabled.xml │ │ ├── imgly_icon_replace.xml │ │ ├── imgly_icon_reset.xml │ │ ├── imgly_icon_rotate.xml │ │ ├── imgly_icon_save.xml │ │ ├── imgly_icon_shuffle.xml │ │ ├── imgly_icon_shuffle_active.xml │ │ ├── imgly_icon_shuffle_normal.xml │ │ ├── imgly_icon_straighten.xml │ │ ├── imgly_icon_swap.xml │ │ ├── imgly_icon_swap_active.xml │ │ ├── imgly_icon_swap_normal.xml │ │ ├── imgly_icon_to_front.xml │ │ ├── imgly_icon_tool_adjust.xml │ │ ├── imgly_icon_tool_brush.xml │ │ ├── imgly_icon_tool_filters.xml │ │ ├── imgly_icon_tool_focus.xml │ │ ├── imgly_icon_tool_frame.xml │ │ ├── imgly_icon_tool_overlay.xml │ │ ├── imgly_icon_tool_sticker.xml │ │ ├── imgly_icon_tool_text.xml │ │ ├── imgly_icon_tool_text_design.xml │ │ ├── imgly_icon_tool_transform.xml │ │ ├── imgly_icon_undo.xml │ │ ├── imgly_icon_undo_disabled.xml │ │ ├── imgly_icon_undo_enabled.xml │ │ ├── imgly_icon_vertical_flip.xml │ │ ├── imgly_icon_wait.xml │ │ ├── imgly_item_border.xml │ │ ├── imgly_item_color_overlay.xml │ │ ├── imgly_item_folder_overlay.xml │ │ ├── imgly_item_folder_overlay_active.xml │ │ ├── imgly_item_folder_overlay_normal.xml │ │ ├── imgly_item_select.xml │ │ ├── imgly_item_selected_overlay.xml │ │ ├── imgly_item_selected_overlay_active.xml │ │ ├── imgly_item_selected_overlay_normal.xml │ │ ├── imgly_list_item_label_background.xml │ │ ├── imgly_list_thumb.xml │ │ ├── imgly_list_thumb_handle.xml │ │ ├── imgly_list_thumb_normal.xml │ │ ├── imgly_list_thumb_pressed.xml │ │ ├── imgly_slider_background.xml │ │ ├── imgly_slider_progress.xml │ │ ├── imgly_slider_thumb.xml │ │ ├── imgly_slider_thumb_disabled.xml │ │ ├── imgly_slider_thumb_normal.xml │ │ ├── imgly_slider_thumb_pressed.xml │ │ └── imgly_transparent_identity.xml │ │ ├── layout │ │ ├── imgly_activity_camera_preview.xml │ │ ├── imgly_activity_photo_editor.xml │ │ ├── imgly_design_color_item.xml │ │ ├── imgly_list_item_blend_mode.xml │ │ ├── imgly_list_item_color.xml │ │ ├── imgly_list_item_color_pipette.xml │ │ ├── imgly_list_item_crop.xml │ │ ├── imgly_list_item_crop_toggle.xml │ │ ├── imgly_list_item_devider.xml │ │ ├── imgly_list_item_filter.xml │ │ ├── imgly_list_item_filter_folder_subitem.xml │ │ ├── imgly_list_item_folder.xml │ │ ├── imgly_list_item_font.xml │ │ ├── imgly_list_item_font_big.xml │ │ ├── imgly_list_item_frame.xml │ │ ├── imgly_list_item_none_frame.xml │ │ ├── imgly_list_item_option.xml │ │ ├── imgly_list_item_overlay.xml │ │ ├── imgly_list_item_quick_option.xml │ │ ├── imgly_list_item_space.xml │ │ ├── imgly_list_item_sticker.xml │ │ ├── imgly_list_item_sticker_category.xml │ │ ├── imgly_list_item_text_design.xml │ │ ├── imgly_list_item_tool.xml │ │ ├── imgly_option_list.xml │ │ ├── imgly_panel_tool_adjust.xml │ │ ├── imgly_panel_tool_brush.xml │ │ ├── imgly_panel_tool_color.xml │ │ ├── imgly_panel_tool_filter.xml │ │ ├── imgly_panel_tool_focus.xml │ │ ├── imgly_panel_tool_font.xml │ │ ├── imgly_panel_tool_frame.xml │ │ ├── imgly_panel_tool_frame_options.xml │ │ ├── imgly_panel_tool_menu.xml │ │ ├── imgly_panel_tool_overlay.xml │ │ ├── imgly_panel_tool_sticker.xml │ │ ├── imgly_panel_tool_sticker_options.xml │ │ ├── imgly_panel_tool_text.xml │ │ ├── imgly_panel_tool_text_design.xml │ │ ├── imgly_panel_tool_text_design_option.xml │ │ ├── imgly_panel_tool_text_option.xml │ │ ├── imgly_panel_tool_transform.xml │ │ ├── imgly_popup_activity_spinner.xml │ │ ├── imgly_popup_brush_preview.xml │ │ ├── imgly_popup_confirm_dialog.xml │ │ ├── imgly_widget_actionbar.xml │ │ ├── imgly_widget_actionbar_title.xml │ │ ├── imgly_widget_color_picker.xml │ │ └── imgly_widget_slider.xml │ │ ├── values-v21 │ │ └── imgly_styles.xml │ │ └── values │ │ ├── imgly_attrs.xml │ │ ├── imgly_colors.xml │ │ ├── imgly_dimens.xml │ │ ├── imgly_dimens_camera.xml │ │ ├── imgly_dimens_filter.xml │ │ ├── imgly_dimens_frame.xml │ │ ├── imgly_dimens_overlay.xml │ │ ├── imgly_dimens_text_design.xml │ │ ├── imgly_dimens_transform.xml │ │ ├── imgly_drawable_alias.xml │ │ ├── imgly_strings_adjustment.xml │ │ ├── imgly_strings_brush.xml │ │ ├── imgly_strings_camera.xml │ │ ├── imgly_strings_color_filter.xml │ │ ├── imgly_strings_core.xml │ │ ├── imgly_strings_focus.xml │ │ ├── imgly_strings_frame.xml │ │ ├── imgly_strings_overlay.xml │ │ ├── imgly_strings_sticker.xml │ │ ├── imgly_strings_text.xml │ │ ├── imgly_strings_text_design.xml │ │ ├── imgly_strings_transformation.xml │ │ ├── imgly_style_activity.xml │ │ ├── imgly_style_adjust.xml │ │ ├── imgly_style_brush.xml │ │ ├── imgly_style_camera_preview.xml │ │ ├── imgly_style_color.xml │ │ ├── imgly_style_filter.xml │ │ ├── imgly_style_focus.xml │ │ ├── imgly_style_font.xml │ │ ├── imgly_style_frame.xml │ │ ├── imgly_style_overlay.xml │ │ ├── imgly_style_sticker.xml │ │ ├── imgly_style_text.xml │ │ ├── imgly_style_text_design.xml │ │ ├── imgly_style_transform.xml │ │ ├── imgly_styles_core.xml │ │ └── imgly_view_ids.xml ├── v_6_4 │ └── res │ │ ├── color │ │ ├── imgly_crop_item_color_states.xml │ │ ├── imgly_crop_item_fill_color_states.xml │ │ ├── imgly_crop_item_line_color_states.xml │ │ └── imgly_lable_color_states.xml │ │ ├── drawable-hdpi │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable-mdpi │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable-nodpi │ │ └── imgly_broken_or_missing_file.png │ │ ├── drawable-xhdpi │ │ ├── imgly_icon_show_filter.png │ │ ├── imgly_icon_text_design_blocks.png │ │ ├── imgly_icon_text_design_blocks_condensed.png │ │ ├── imgly_icon_text_design_blocks_light.png │ │ ├── imgly_icon_text_design_celebrate.png │ │ ├── imgly_icon_text_design_celebrate_simple.png │ │ ├── imgly_icon_text_design_equal_width.png │ │ ├── imgly_icon_text_design_equal_width_fat.png │ │ ├── imgly_icon_text_design_masked.png │ │ ├── imgly_icon_text_design_masked_badge.png │ │ ├── imgly_icon_text_design_masked_speech_bubble.png │ │ ├── imgly_icon_text_design_masked_speech_bubble_comic.png │ │ ├── imgly_icon_text_design_multiline.png │ │ ├── imgly_icon_text_design_particles.png │ │ ├── imgly_icon_text_design_rotated.png │ │ ├── imgly_icon_text_design_sunshine.png │ │ └── imgly_icon_text_design_watercolor.png │ │ ├── drawable-xxhdpi │ │ └── imgly_icon_camera_roll.png │ │ ├── drawable-xxxhdpi │ │ ├── imgly_button_shutter_animation_frame_00001.png │ │ ├── imgly_button_shutter_animation_frame_00002.png │ │ ├── imgly_button_shutter_animation_frame_00003.png │ │ ├── imgly_button_shutter_animation_frame_00004.png │ │ ├── imgly_button_shutter_animation_frame_00005.png │ │ ├── imgly_button_shutter_animation_frame_00006.png │ │ ├── imgly_button_shutter_animation_frame_00007.png │ │ ├── imgly_button_shutter_animation_frame_00008.png │ │ ├── imgly_button_shutter_animation_frame_00009.png │ │ ├── imgly_button_shutter_animation_frame_00010.png │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable │ │ ├── imgly_blend_mode_background_bottom.xml │ │ ├── imgly_blend_mode_background_top.xml │ │ ├── imgly_button.xml │ │ ├── imgly_button_click_overlay.xml │ │ ├── imgly_button_disabled.xml │ │ ├── imgly_button_normal.xml │ │ ├── imgly_button_pressed.xml │ │ ├── imgly_button_shutter_pressed_animation.xml │ │ ├── imgly_design_color_list_item.xml │ │ ├── imgly_design_color_list_item_active.xml │ │ ├── imgly_design_color_list_item_normal.xml │ │ ├── imgly_dialog_background.xml │ │ ├── imgly_icon_add.xml │ │ ├── imgly_icon_back.xml │ │ ├── imgly_icon_backward.xml │ │ ├── imgly_icon_camera.xml │ │ ├── imgly_icon_camera_flash.xml │ │ ├── imgly_icon_camera_switch.xml │ │ ├── imgly_icon_cancel.xml │ │ ├── imgly_icon_color_picker.xml │ │ ├── imgly_icon_color_selected.xml │ │ ├── imgly_icon_confirm.xml │ │ ├── imgly_icon_custom_crop.xml │ │ ├── imgly_icon_default_color_bg.xml │ │ ├── imgly_icon_default_color_fill.xml │ │ ├── imgly_icon_delete.xml │ │ ├── imgly_icon_edit.xml │ │ ├── imgly_icon_font.xml │ │ ├── imgly_icon_forward.xml │ │ ├── imgly_icon_go_back.xml │ │ ├── imgly_icon_horizontal_flip.xml │ │ ├── imgly_icon_item_options.xml │ │ ├── imgly_icon_option_align_center.xml │ │ ├── imgly_icon_option_align_center_active.xml │ │ ├── imgly_icon_option_align_center_normal.xml │ │ ├── imgly_icon_option_align_fill.xml │ │ ├── imgly_icon_option_align_fill_active.xml │ │ ├── imgly_icon_option_align_fill_normal.xml │ │ ├── imgly_icon_option_align_left.xml │ │ ├── imgly_icon_option_align_left_active.xml │ │ ├── imgly_icon_option_align_left_normal.xml │ │ ├── imgly_icon_option_align_resize.xml │ │ ├── imgly_icon_option_align_resize_active.xml │ │ ├── imgly_icon_option_align_resize_normal.xml │ │ ├── imgly_icon_option_align_right.xml │ │ ├── imgly_icon_option_align_right_active.xml │ │ ├── imgly_icon_option_align_right_normal.xml │ │ ├── imgly_icon_option_blacks.xml │ │ ├── imgly_icon_option_blacks_active.xml │ │ ├── imgly_icon_option_blacks_normal.xml │ │ ├── imgly_icon_option_brightness.xml │ │ ├── imgly_icon_option_brightness_active.xml │ │ ├── imgly_icon_option_brightness_normal.xml │ │ ├── imgly_icon_option_bring_to_front.xml │ │ ├── imgly_icon_option_clarity.xml │ │ ├── imgly_icon_option_clarity_active.xml │ │ ├── imgly_icon_option_clarity_normal.xml │ │ ├── imgly_icon_option_color_pipette.xml │ │ ├── imgly_icon_option_contrast.xml │ │ ├── imgly_icon_option_contrast_active.xml │ │ ├── imgly_icon_option_contrast_normal.xml │ │ ├── imgly_icon_option_exposure.xml │ │ ├── imgly_icon_option_exposure_active.xml │ │ ├── imgly_icon_option_exposure_normal.xml │ │ ├── imgly_icon_option_flip_horizontal.xml │ │ ├── imgly_icon_option_flip_horizontal_active.xml │ │ ├── imgly_icon_option_flip_horizontal_normal.xml │ │ ├── imgly_icon_option_flip_vertical.xml │ │ ├── imgly_icon_option_flip_vertical_active.xml │ │ ├── imgly_icon_option_flip_vertical_normal.xml │ │ ├── imgly_icon_option_focus_gaussian.xml │ │ ├── imgly_icon_option_focus_gaussian_active.xml │ │ ├── imgly_icon_option_focus_gaussian_normal.xml │ │ ├── imgly_icon_option_focus_linear.xml │ │ ├── imgly_icon_option_focus_linear_active.xml │ │ ├── imgly_icon_option_focus_linear_normal.xml │ │ ├── imgly_icon_option_focus_mirrored.xml │ │ ├── imgly_icon_option_focus_mirrored_active.xml │ │ ├── imgly_icon_option_focus_mirrored_normal.xml │ │ ├── imgly_icon_option_focus_none.xml │ │ ├── imgly_icon_option_focus_none_active.xml │ │ ├── imgly_icon_option_focus_none_normal.xml │ │ ├── imgly_icon_option_focus_radial.xml │ │ ├── imgly_icon_option_focus_radial_active.xml │ │ ├── imgly_icon_option_focus_radial_normal.xml │ │ ├── imgly_icon_option_frame_none.xml │ │ ├── imgly_icon_option_frame_none_active.xml │ │ ├── imgly_icon_option_frame_none_normal.xml │ │ ├── imgly_icon_option_gamma.xml │ │ ├── imgly_icon_option_gamma_active.xml │ │ ├── imgly_icon_option_gamma_normal.xml │ │ ├── imgly_icon_option_hardness.xml │ │ ├── imgly_icon_option_hardness_active.xml │ │ ├── imgly_icon_option_hardness_normal.xml │ │ ├── imgly_icon_option_highlight.xml │ │ ├── imgly_icon_option_highlight_active.xml │ │ ├── imgly_icon_option_highlight_normal.xml │ │ ├── imgly_icon_option_magic.xml │ │ ├── imgly_icon_option_magic_active.xml │ │ ├── imgly_icon_option_magic_normal.xml │ │ ├── imgly_icon_option_opacity.xml │ │ ├── imgly_icon_option_opacity_active.xml │ │ ├── imgly_icon_option_opacity_normal.xml │ │ ├── imgly_icon_option_rotate_left.xml │ │ ├── imgly_icon_option_rotate_left_active.xml │ │ ├── imgly_icon_option_rotate_left_normal.xml │ │ ├── imgly_icon_option_rotate_right.xml │ │ ├── imgly_icon_option_rotate_right_active.xml │ │ ├── imgly_icon_option_rotate_right_normal.xml │ │ ├── imgly_icon_option_saturation.xml │ │ ├── imgly_icon_option_saturation_active.xml │ │ ├── imgly_icon_option_saturation_normal.xml │ │ ├── imgly_icon_option_shadow.xml │ │ ├── imgly_icon_option_shadow_active.xml │ │ ├── imgly_icon_option_shadow_normal.xml │ │ ├── imgly_icon_option_sticker_brightness.xml │ │ ├── imgly_icon_option_sticker_brightness_active.xml │ │ ├── imgly_icon_option_sticker_brightness_normal.xml │ │ ├── imgly_icon_option_sticker_contrast.xml │ │ ├── imgly_icon_option_sticker_contrast_active.xml │ │ ├── imgly_icon_option_sticker_contrast_normal.xml │ │ ├── imgly_icon_option_sticker_saturation.xml │ │ ├── imgly_icon_option_sticker_saturation_active.xml │ │ ├── imgly_icon_option_sticker_saturation_normal.xml │ │ ├── imgly_icon_option_tempature.xml │ │ ├── imgly_icon_option_temperature_active.xml │ │ ├── imgly_icon_option_temperature_normal.xml │ │ ├── imgly_icon_option_text_design_inverted_disabled.xml │ │ ├── imgly_icon_option_text_design_inverted_enabled.xml │ │ ├── imgly_icon_option_undo.xml │ │ ├── imgly_icon_option_whites.xml │ │ ├── imgly_icon_option_whites_active.xml │ │ ├── imgly_icon_option_whites_normal.xml │ │ ├── imgly_icon_photoroll.xml │ │ ├── imgly_icon_redo.xml │ │ ├── imgly_icon_redo_disabled.xml │ │ ├── imgly_icon_redo_enabled.xml │ │ ├── imgly_icon_replace.xml │ │ ├── imgly_icon_reset.xml │ │ ├── imgly_icon_rotate.xml │ │ ├── imgly_icon_save.xml │ │ ├── imgly_icon_shuffle.xml │ │ ├── imgly_icon_shuffle_active.xml │ │ ├── imgly_icon_shuffle_normal.xml │ │ ├── imgly_icon_straighten.xml │ │ ├── imgly_icon_swap.xml │ │ ├── imgly_icon_swap_active.xml │ │ ├── imgly_icon_swap_normal.xml │ │ ├── imgly_icon_to_front.xml │ │ ├── imgly_icon_tool_adjust.xml │ │ ├── imgly_icon_tool_brush.xml │ │ ├── imgly_icon_tool_filters.xml │ │ ├── imgly_icon_tool_focus.xml │ │ ├── imgly_icon_tool_frame.xml │ │ ├── imgly_icon_tool_overlay.xml │ │ ├── imgly_icon_tool_sticker.xml │ │ ├── imgly_icon_tool_text.xml │ │ ├── imgly_icon_tool_text_design.xml │ │ ├── imgly_icon_tool_transform.xml │ │ ├── imgly_icon_undo.xml │ │ ├── imgly_icon_undo_disabled.xml │ │ ├── imgly_icon_undo_enabled.xml │ │ ├── imgly_icon_vertical_flip.xml │ │ ├── imgly_icon_wait.xml │ │ ├── imgly_item_border.xml │ │ ├── imgly_item_color_overlay.xml │ │ ├── imgly_item_folder_overlay.xml │ │ ├── imgly_item_folder_overlay_active.xml │ │ ├── imgly_item_folder_overlay_normal.xml │ │ ├── imgly_item_select.xml │ │ ├── imgly_item_selected_overlay.xml │ │ ├── imgly_item_selected_overlay_active.xml │ │ ├── imgly_item_selected_overlay_normal.xml │ │ ├── imgly_list_item_label_background.xml │ │ ├── imgly_list_thumb.xml │ │ ├── imgly_list_thumb_handle.xml │ │ ├── imgly_list_thumb_normal.xml │ │ ├── imgly_list_thumb_pressed.xml │ │ ├── imgly_slider_background.xml │ │ ├── imgly_slider_progress.xml │ │ ├── imgly_slider_thumb.xml │ │ ├── imgly_slider_thumb_disabled.xml │ │ ├── imgly_slider_thumb_normal.xml │ │ ├── imgly_slider_thumb_pressed.xml │ │ └── imgly_transparent_identity.xml │ │ ├── layout │ │ ├── imgly_activity_camera_preview.xml │ │ ├── imgly_activity_photo_editor.xml │ │ ├── imgly_design_color_item.xml │ │ ├── imgly_list_item_blend_mode.xml │ │ ├── imgly_list_item_color.xml │ │ ├── imgly_list_item_color_pipette.xml │ │ ├── imgly_list_item_crop.xml │ │ ├── imgly_list_item_crop_toggle.xml │ │ ├── imgly_list_item_devider.xml │ │ ├── imgly_list_item_filter.xml │ │ ├── imgly_list_item_filter_folder_subitem.xml │ │ ├── imgly_list_item_folder.xml │ │ ├── imgly_list_item_font.xml │ │ ├── imgly_list_item_font_big.xml │ │ ├── imgly_list_item_frame.xml │ │ ├── imgly_list_item_none_frame.xml │ │ ├── imgly_list_item_option.xml │ │ ├── imgly_list_item_overlay.xml │ │ ├── imgly_list_item_quick_option.xml │ │ ├── imgly_list_item_space.xml │ │ ├── imgly_list_item_sticker.xml │ │ ├── imgly_list_item_sticker_category.xml │ │ ├── imgly_list_item_text_design.xml │ │ ├── imgly_list_item_tool.xml │ │ ├── imgly_option_list.xml │ │ ├── imgly_panel_tool_adjust.xml │ │ ├── imgly_panel_tool_brush.xml │ │ ├── imgly_panel_tool_color.xml │ │ ├── imgly_panel_tool_filter.xml │ │ ├── imgly_panel_tool_focus.xml │ │ ├── imgly_panel_tool_font.xml │ │ ├── imgly_panel_tool_frame.xml │ │ ├── imgly_panel_tool_frame_options.xml │ │ ├── imgly_panel_tool_menu.xml │ │ ├── imgly_panel_tool_overlay.xml │ │ ├── imgly_panel_tool_sticker.xml │ │ ├── imgly_panel_tool_sticker_options.xml │ │ ├── imgly_panel_tool_text.xml │ │ ├── imgly_panel_tool_text_design.xml │ │ ├── imgly_panel_tool_text_design_option.xml │ │ ├── imgly_panel_tool_text_option.xml │ │ ├── imgly_panel_tool_transform.xml │ │ ├── imgly_popup_activity_spinner.xml │ │ ├── imgly_popup_brush_preview.xml │ │ ├── imgly_popup_confirm_dialog.xml │ │ ├── imgly_widget_actionbar.xml │ │ ├── imgly_widget_actionbar_title.xml │ │ ├── imgly_widget_color_picker.xml │ │ └── imgly_widget_slider.xml │ │ ├── values-v21 │ │ └── imgly_styles.xml │ │ └── values │ │ ├── imgly_attrs.xml │ │ ├── imgly_colors.xml │ │ ├── imgly_dimens.xml │ │ ├── imgly_dimens_camera.xml │ │ ├── imgly_dimens_filter.xml │ │ ├── imgly_dimens_frame.xml │ │ ├── imgly_dimens_overlay.xml │ │ ├── imgly_dimens_text_design.xml │ │ ├── imgly_dimens_transform.xml │ │ ├── imgly_drawable_alias.xml │ │ ├── imgly_strings_adjustment.xml │ │ ├── imgly_strings_brush.xml │ │ ├── imgly_strings_camera.xml │ │ ├── imgly_strings_color_filter.xml │ │ ├── imgly_strings_core.xml │ │ ├── imgly_strings_focus.xml │ │ ├── imgly_strings_frame.xml │ │ ├── imgly_strings_overlay.xml │ │ ├── imgly_strings_sticker.xml │ │ ├── imgly_strings_text.xml │ │ ├── imgly_strings_text_design.xml │ │ ├── imgly_strings_transformation.xml │ │ ├── imgly_style_activity.xml │ │ ├── imgly_style_adjust.xml │ │ ├── imgly_style_brush.xml │ │ ├── imgly_style_camera_preview.xml │ │ ├── imgly_style_color.xml │ │ ├── imgly_style_filter.xml │ │ ├── imgly_style_focus.xml │ │ ├── imgly_style_font.xml │ │ ├── imgly_style_frame.xml │ │ ├── imgly_style_overlay.xml │ │ ├── imgly_style_sticker.xml │ │ ├── imgly_style_text.xml │ │ ├── imgly_style_text_design.xml │ │ ├── imgly_style_transform.xml │ │ ├── imgly_styles_core.xml │ │ └── imgly_view_ids.xml ├── v_6_5 │ └── res │ │ ├── color │ │ ├── imgly_crop_item_color_states.xml │ │ ├── imgly_crop_item_fill_color_states.xml │ │ ├── imgly_crop_item_line_color_states.xml │ │ └── imgly_lable_color_states.xml │ │ ├── drawable-hdpi │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable-mdpi │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable-nodpi │ │ └── imgly_broken_or_missing_file.png │ │ ├── drawable-xhdpi │ │ ├── imgly_icon_show_filter.png │ │ ├── imgly_icon_text_design_blocks.png │ │ ├── imgly_icon_text_design_blocks_condensed.png │ │ ├── imgly_icon_text_design_blocks_light.png │ │ ├── imgly_icon_text_design_celebrate.png │ │ ├── imgly_icon_text_design_celebrate_simple.png │ │ ├── imgly_icon_text_design_equal_width.png │ │ ├── imgly_icon_text_design_equal_width_fat.png │ │ ├── imgly_icon_text_design_masked.png │ │ ├── imgly_icon_text_design_masked_badge.png │ │ ├── imgly_icon_text_design_masked_speech_bubble.png │ │ ├── imgly_icon_text_design_masked_speech_bubble_comic.png │ │ ├── imgly_icon_text_design_multiline.png │ │ ├── imgly_icon_text_design_particles.png │ │ ├── imgly_icon_text_design_rotated.png │ │ ├── imgly_icon_text_design_sunshine.png │ │ └── imgly_icon_text_design_watercolor.png │ │ ├── drawable-xxhdpi │ │ └── imgly_icon_camera_roll.png │ │ ├── drawable-xxxhdpi │ │ ├── imgly_button_shutter_animation_frame_00001.png │ │ ├── imgly_button_shutter_animation_frame_00002.png │ │ ├── imgly_button_shutter_animation_frame_00003.png │ │ ├── imgly_button_shutter_animation_frame_00004.png │ │ ├── imgly_button_shutter_animation_frame_00005.png │ │ ├── imgly_button_shutter_animation_frame_00006.png │ │ ├── imgly_button_shutter_animation_frame_00007.png │ │ ├── imgly_button_shutter_animation_frame_00008.png │ │ ├── imgly_button_shutter_animation_frame_00009.png │ │ ├── imgly_button_shutter_animation_frame_00010.png │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable │ │ ├── imgly_blend_mode_background_bottom.xml │ │ ├── imgly_blend_mode_background_top.xml │ │ ├── imgly_button.xml │ │ ├── imgly_button_click_overlay.xml │ │ ├── imgly_button_disabled.xml │ │ ├── imgly_button_normal.xml │ │ ├── imgly_button_pressed.xml │ │ ├── imgly_button_shutter_pressed_animation.xml │ │ ├── imgly_design_color_list_item.xml │ │ ├── imgly_design_color_list_item_active.xml │ │ ├── imgly_design_color_list_item_normal.xml │ │ ├── imgly_dialog_background.xml │ │ ├── imgly_icon_add.xml │ │ ├── imgly_icon_back.xml │ │ ├── imgly_icon_backward.xml │ │ ├── imgly_icon_camera.xml │ │ ├── imgly_icon_camera_flash.xml │ │ ├── imgly_icon_camera_switch.xml │ │ ├── imgly_icon_cancel.xml │ │ ├── imgly_icon_color_picker.xml │ │ ├── imgly_icon_color_selected.xml │ │ ├── imgly_icon_confirm.xml │ │ ├── imgly_icon_custom_crop.xml │ │ ├── imgly_icon_default_color_bg.xml │ │ ├── imgly_icon_default_color_fill.xml │ │ ├── imgly_icon_delete.xml │ │ ├── imgly_icon_edit.xml │ │ ├── imgly_icon_font.xml │ │ ├── imgly_icon_forward.xml │ │ ├── imgly_icon_go_back.xml │ │ ├── imgly_icon_horizontal_flip.xml │ │ ├── imgly_icon_horizontal_flip_transform.xml │ │ ├── imgly_icon_item_options.xml │ │ ├── imgly_icon_option_align_center.xml │ │ ├── imgly_icon_option_align_center_active.xml │ │ ├── imgly_icon_option_align_center_normal.xml │ │ ├── imgly_icon_option_align_fill.xml │ │ ├── imgly_icon_option_align_fill_active.xml │ │ ├── imgly_icon_option_align_fill_normal.xml │ │ ├── imgly_icon_option_align_left.xml │ │ ├── imgly_icon_option_align_left_active.xml │ │ ├── imgly_icon_option_align_left_normal.xml │ │ ├── imgly_icon_option_align_resize.xml │ │ ├── imgly_icon_option_align_resize_active.xml │ │ ├── imgly_icon_option_align_resize_normal.xml │ │ ├── imgly_icon_option_align_right.xml │ │ ├── imgly_icon_option_align_right_active.xml │ │ ├── imgly_icon_option_align_right_normal.xml │ │ ├── imgly_icon_option_blacks.xml │ │ ├── imgly_icon_option_blacks_active.xml │ │ ├── imgly_icon_option_blacks_normal.xml │ │ ├── imgly_icon_option_brightness.xml │ │ ├── imgly_icon_option_brightness_active.xml │ │ ├── imgly_icon_option_brightness_normal.xml │ │ ├── imgly_icon_option_bring_to_front.xml │ │ ├── imgly_icon_option_clarity.xml │ │ ├── imgly_icon_option_clarity_active.xml │ │ ├── imgly_icon_option_clarity_normal.xml │ │ ├── imgly_icon_option_color_pipette.xml │ │ ├── imgly_icon_option_contrast.xml │ │ ├── imgly_icon_option_contrast_active.xml │ │ ├── imgly_icon_option_contrast_normal.xml │ │ ├── imgly_icon_option_exposure.xml │ │ ├── imgly_icon_option_exposure_active.xml │ │ ├── imgly_icon_option_exposure_normal.xml │ │ ├── imgly_icon_option_flip_horizontal.xml │ │ ├── imgly_icon_option_flip_horizontal_active.xml │ │ ├── imgly_icon_option_flip_horizontal_normal.xml │ │ ├── imgly_icon_option_flip_vertical.xml │ │ ├── imgly_icon_option_flip_vertical_active.xml │ │ ├── imgly_icon_option_flip_vertical_normal.xml │ │ ├── imgly_icon_option_focus_gaussian.xml │ │ ├── imgly_icon_option_focus_gaussian_active.xml │ │ ├── imgly_icon_option_focus_gaussian_normal.xml │ │ ├── imgly_icon_option_focus_linear.xml │ │ ├── imgly_icon_option_focus_linear_active.xml │ │ ├── imgly_icon_option_focus_linear_normal.xml │ │ ├── imgly_icon_option_focus_mirrored.xml │ │ ├── imgly_icon_option_focus_mirrored_active.xml │ │ ├── imgly_icon_option_focus_mirrored_normal.xml │ │ ├── imgly_icon_option_focus_none.xml │ │ ├── imgly_icon_option_focus_none_active.xml │ │ ├── imgly_icon_option_focus_none_normal.xml │ │ ├── imgly_icon_option_focus_radial.xml │ │ ├── imgly_icon_option_focus_radial_active.xml │ │ ├── imgly_icon_option_focus_radial_normal.xml │ │ ├── imgly_icon_option_frame_none.xml │ │ ├── imgly_icon_option_frame_none_active.xml │ │ ├── imgly_icon_option_frame_none_normal.xml │ │ ├── imgly_icon_option_gamma.xml │ │ ├── imgly_icon_option_gamma_active.xml │ │ ├── imgly_icon_option_gamma_normal.xml │ │ ├── imgly_icon_option_hardness.xml │ │ ├── imgly_icon_option_hardness_active.xml │ │ ├── imgly_icon_option_hardness_normal.xml │ │ ├── imgly_icon_option_highlight.xml │ │ ├── imgly_icon_option_highlight_active.xml │ │ ├── imgly_icon_option_highlight_normal.xml │ │ ├── imgly_icon_option_magic.xml │ │ ├── imgly_icon_option_magic_active.xml │ │ ├── imgly_icon_option_magic_normal.xml │ │ ├── imgly_icon_option_opacity.xml │ │ ├── imgly_icon_option_opacity_active.xml │ │ ├── imgly_icon_option_opacity_normal.xml │ │ ├── imgly_icon_option_overlay_none.xml │ │ ├── imgly_icon_option_rotate_left.xml │ │ ├── imgly_icon_option_rotate_left_active.xml │ │ ├── imgly_icon_option_rotate_left_normal.xml │ │ ├── imgly_icon_option_rotate_right.xml │ │ ├── imgly_icon_option_rotate_right_active.xml │ │ ├── imgly_icon_option_rotate_right_normal.xml │ │ ├── imgly_icon_option_saturation.xml │ │ ├── imgly_icon_option_saturation_active.xml │ │ ├── imgly_icon_option_saturation_normal.xml │ │ ├── imgly_icon_option_shadow.xml │ │ ├── imgly_icon_option_shadow_active.xml │ │ ├── imgly_icon_option_shadow_normal.xml │ │ ├── imgly_icon_option_sharpness.xml │ │ ├── imgly_icon_option_sharpness_active.xml │ │ ├── imgly_icon_option_sharpness_normal.xml │ │ ├── imgly_icon_option_sticker_brightness.xml │ │ ├── imgly_icon_option_sticker_brightness_active.xml │ │ ├── imgly_icon_option_sticker_brightness_normal.xml │ │ ├── imgly_icon_option_sticker_contrast.xml │ │ ├── imgly_icon_option_sticker_contrast_active.xml │ │ ├── imgly_icon_option_sticker_contrast_normal.xml │ │ ├── imgly_icon_option_sticker_saturation.xml │ │ ├── imgly_icon_option_sticker_saturation_active.xml │ │ ├── imgly_icon_option_sticker_saturation_normal.xml │ │ ├── imgly_icon_option_tempature.xml │ │ ├── imgly_icon_option_temperature_active.xml │ │ ├── imgly_icon_option_temperature_normal.xml │ │ ├── imgly_icon_option_text_design_inverted_disabled.xml │ │ ├── imgly_icon_option_text_design_inverted_enabled.xml │ │ ├── imgly_icon_option_undo.xml │ │ ├── imgly_icon_option_whites.xml │ │ ├── imgly_icon_option_whites_active.xml │ │ ├── imgly_icon_option_whites_normal.xml │ │ ├── imgly_icon_photoroll.xml │ │ ├── imgly_icon_redo.xml │ │ ├── imgly_icon_redo_disabled.xml │ │ ├── imgly_icon_redo_enabled.xml │ │ ├── imgly_icon_replace.xml │ │ ├── imgly_icon_reset.xml │ │ ├── imgly_icon_rotate.xml │ │ ├── imgly_icon_save.xml │ │ ├── imgly_icon_shuffle.xml │ │ ├── imgly_icon_shuffle_active.xml │ │ ├── imgly_icon_shuffle_light.xml │ │ ├── imgly_icon_shuffle_light_active.xml │ │ ├── imgly_icon_shuffle_light_normal.xml │ │ ├── imgly_icon_shuffle_normal.xml │ │ ├── imgly_icon_straighten.xml │ │ ├── imgly_icon_swap.xml │ │ ├── imgly_icon_swap_active.xml │ │ ├── imgly_icon_swap_normal.xml │ │ ├── imgly_icon_to_front.xml │ │ ├── imgly_icon_tool_adjust.xml │ │ ├── imgly_icon_tool_brush.xml │ │ ├── imgly_icon_tool_filters.xml │ │ ├── imgly_icon_tool_focus.xml │ │ ├── imgly_icon_tool_frame.xml │ │ ├── imgly_icon_tool_overlay.xml │ │ ├── imgly_icon_tool_sticker.xml │ │ ├── imgly_icon_tool_text.xml │ │ ├── imgly_icon_tool_text_design.xml │ │ ├── imgly_icon_tool_transform.xml │ │ ├── imgly_icon_undo.xml │ │ ├── imgly_icon_undo_disabled.xml │ │ ├── imgly_icon_undo_enabled.xml │ │ ├── imgly_icon_vertical_flip.xml │ │ ├── imgly_icon_wait.xml │ │ ├── imgly_item_border.xml │ │ ├── imgly_item_color_overlay.xml │ │ ├── imgly_item_folder_overlay.xml │ │ ├── imgly_item_folder_overlay_active.xml │ │ ├── imgly_item_folder_overlay_normal.xml │ │ ├── imgly_item_select.xml │ │ ├── imgly_item_selected_overlay.xml │ │ ├── imgly_item_selected_overlay_active.xml │ │ ├── imgly_item_selected_overlay_dark.xml │ │ ├── imgly_item_selected_overlay_dark_active.xml │ │ ├── imgly_item_selected_overlay_dark_normal.xml │ │ ├── imgly_item_selected_overlay_normal.xml │ │ ├── imgly_list_item_label_background.xml │ │ ├── imgly_list_thumb.xml │ │ ├── imgly_list_thumb_handle.xml │ │ ├── imgly_list_thumb_normal.xml │ │ ├── imgly_list_thumb_pressed.xml │ │ ├── imgly_slider_background.xml │ │ ├── imgly_slider_progress.xml │ │ ├── imgly_slider_thumb.xml │ │ ├── imgly_slider_thumb_disabled.xml │ │ ├── imgly_slider_thumb_normal.xml │ │ ├── imgly_slider_thumb_pressed.xml │ │ └── imgly_transparent_identity_alpha_slider.xml │ │ ├── layout │ │ ├── imgly_activity_camera_preview.xml │ │ ├── imgly_activity_photo_editor.xml │ │ ├── imgly_design_color_item.xml │ │ ├── imgly_list_item_blend_mode.xml │ │ ├── imgly_list_item_color.xml │ │ ├── imgly_list_item_color_pipette.xml │ │ ├── imgly_list_item_crop.xml │ │ ├── imgly_list_item_crop_toggle.xml │ │ ├── imgly_list_item_filter.xml │ │ ├── imgly_list_item_filter_folder_subitem.xml │ │ ├── imgly_list_item_folder.xml │ │ ├── imgly_list_item_font.xml │ │ ├── imgly_list_item_font_big.xml │ │ ├── imgly_list_item_frame.xml │ │ ├── imgly_list_item_none_frame.xml │ │ ├── imgly_list_item_option.xml │ │ ├── imgly_list_item_overlay.xml │ │ ├── imgly_list_item_quick_option.xml │ │ ├── imgly_list_item_space.xml │ │ ├── imgly_list_item_sticker.xml │ │ ├── imgly_list_item_sticker_category.xml │ │ ├── imgly_list_item_text_design.xml │ │ ├── imgly_list_item_tool.xml │ │ ├── imgly_option_list.xml │ │ ├── imgly_panel_tool_adjust.xml │ │ ├── imgly_panel_tool_brush.xml │ │ ├── imgly_panel_tool_color.xml │ │ ├── imgly_panel_tool_filter.xml │ │ ├── imgly_panel_tool_focus.xml │ │ ├── imgly_panel_tool_font.xml │ │ ├── imgly_panel_tool_frame.xml │ │ ├── imgly_panel_tool_frame_options.xml │ │ ├── imgly_panel_tool_menu.xml │ │ ├── imgly_panel_tool_overlay.xml │ │ ├── imgly_panel_tool_sticker.xml │ │ ├── imgly_panel_tool_sticker_options.xml │ │ ├── imgly_panel_tool_text.xml │ │ ├── imgly_panel_tool_text_design.xml │ │ ├── imgly_panel_tool_text_design_option.xml │ │ ├── imgly_panel_tool_text_option.xml │ │ ├── imgly_panel_tool_transform.xml │ │ ├── imgly_popup_activity_spinner.xml │ │ ├── imgly_popup_brush_preview.xml │ │ ├── imgly_popup_confirm_dialog.xml │ │ ├── imgly_widget_actionbar.xml │ │ ├── imgly_widget_actionbar_title.xml │ │ ├── imgly_widget_color_picker.xml │ │ └── imgly_widget_slider.xml │ │ ├── values-v21 │ │ └── imgly_styles.xml │ │ └── values │ │ ├── imgly_attrs.xml │ │ ├── imgly_colors.xml │ │ ├── imgly_dimens.xml │ │ ├── imgly_dimens_camera.xml │ │ ├── imgly_dimens_filter.xml │ │ ├── imgly_dimens_frame.xml │ │ ├── imgly_dimens_overlay.xml │ │ ├── imgly_dimens_text_design.xml │ │ ├── imgly_dimens_transform.xml │ │ ├── imgly_drawable_alias.xml │ │ ├── imgly_strings_adjustment.xml │ │ ├── imgly_strings_brush.xml │ │ ├── imgly_strings_camera.xml │ │ ├── imgly_strings_color_filter.xml │ │ ├── imgly_strings_core.xml │ │ ├── imgly_strings_focus.xml │ │ ├── imgly_strings_frame.xml │ │ ├── imgly_strings_overlay.xml │ │ ├── imgly_strings_sticker.xml │ │ ├── imgly_strings_text.xml │ │ ├── imgly_strings_text_design.xml │ │ ├── imgly_strings_transformation.xml │ │ ├── imgly_style_activity.xml │ │ ├── imgly_style_adjust.xml │ │ ├── imgly_style_brush.xml │ │ ├── imgly_style_camera_preview.xml │ │ ├── imgly_style_color.xml │ │ ├── imgly_style_filter.xml │ │ ├── imgly_style_focus.xml │ │ ├── imgly_style_font.xml │ │ ├── imgly_style_frame.xml │ │ ├── imgly_style_overlay.xml │ │ ├── imgly_style_sticker.xml │ │ ├── imgly_style_text.xml │ │ ├── imgly_style_text_design.xml │ │ ├── imgly_style_transform.xml │ │ ├── imgly_styles_core.xml │ │ └── imgly_view_ids.xml ├── v_6_6 │ └── res │ │ ├── color │ │ ├── imgly_crop_item_color_states.xml │ │ ├── imgly_crop_item_fill_color_states.xml │ │ ├── imgly_crop_item_line_color_states.xml │ │ └── imgly_lable_color_states.xml │ │ ├── drawable-hdpi │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable-mdpi │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable-nodpi │ │ └── imgly_broken_or_missing_file.png │ │ ├── drawable-xhdpi │ │ ├── imgly_icon_show_filter.png │ │ ├── imgly_icon_text_design_blocks.png │ │ ├── imgly_icon_text_design_blocks_condensed.png │ │ ├── imgly_icon_text_design_blocks_light.png │ │ ├── imgly_icon_text_design_celebrate.png │ │ ├── imgly_icon_text_design_celebrate_simple.png │ │ ├── imgly_icon_text_design_equal_width.png │ │ ├── imgly_icon_text_design_equal_width_fat.png │ │ ├── imgly_icon_text_design_masked.png │ │ ├── imgly_icon_text_design_masked_badge.png │ │ ├── imgly_icon_text_design_masked_speech_bubble.png │ │ ├── imgly_icon_text_design_masked_speech_bubble_comic.png │ │ ├── imgly_icon_text_design_multiline.png │ │ ├── imgly_icon_text_design_particles.png │ │ ├── imgly_icon_text_design_rotated.png │ │ ├── imgly_icon_text_design_sunshine.png │ │ └── imgly_icon_text_design_watercolor.png │ │ ├── drawable-xxhdpi │ │ └── imgly_icon_camera_roll.png │ │ ├── drawable-xxxhdpi │ │ ├── imgly_button_shutter_animation_frame_00001.png │ │ ├── imgly_button_shutter_animation_frame_00002.png │ │ ├── imgly_button_shutter_animation_frame_00003.png │ │ ├── imgly_button_shutter_animation_frame_00004.png │ │ ├── imgly_button_shutter_animation_frame_00005.png │ │ ├── imgly_button_shutter_animation_frame_00006.png │ │ ├── imgly_button_shutter_animation_frame_00007.png │ │ ├── imgly_button_shutter_animation_frame_00008.png │ │ ├── imgly_button_shutter_animation_frame_00009.png │ │ ├── imgly_button_shutter_animation_frame_00010.png │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable │ │ ├── imgly_blend_mode_background_bottom.xml │ │ ├── imgly_blend_mode_background_top.xml │ │ ├── imgly_button.xml │ │ ├── imgly_button_click_overlay.xml │ │ ├── imgly_button_disabled.xml │ │ ├── imgly_button_normal.xml │ │ ├── imgly_button_pressed.xml │ │ ├── imgly_button_shutter_pressed_animation.xml │ │ ├── imgly_design_color_list_item.xml │ │ ├── imgly_design_color_list_item_active.xml │ │ ├── imgly_design_color_list_item_normal.xml │ │ ├── imgly_dialog_background.xml │ │ ├── imgly_icon_add.xml │ │ ├── imgly_icon_back.xml │ │ ├── imgly_icon_backward.xml │ │ ├── imgly_icon_camera.xml │ │ ├── imgly_icon_camera_flash.xml │ │ ├── imgly_icon_camera_switch.xml │ │ ├── imgly_icon_cancel.xml │ │ ├── imgly_icon_color_picker.xml │ │ ├── imgly_icon_color_selected.xml │ │ ├── imgly_icon_confirm.xml │ │ ├── imgly_icon_custom_crop.xml │ │ ├── imgly_icon_default_color_bg.xml │ │ ├── imgly_icon_default_color_fill.xml │ │ ├── imgly_icon_delete.xml │ │ ├── imgly_icon_edit.xml │ │ ├── imgly_icon_font.xml │ │ ├── imgly_icon_forward.xml │ │ ├── imgly_icon_go_back.xml │ │ ├── imgly_icon_horizontal_flip.xml │ │ ├── imgly_icon_horizontal_flip_transform.xml │ │ ├── imgly_icon_item_options.xml │ │ ├── imgly_icon_option_align_center.xml │ │ ├── imgly_icon_option_align_center_active.xml │ │ ├── imgly_icon_option_align_center_normal.xml │ │ ├── imgly_icon_option_align_fill.xml │ │ ├── imgly_icon_option_align_fill_active.xml │ │ ├── imgly_icon_option_align_fill_normal.xml │ │ ├── imgly_icon_option_align_left.xml │ │ ├── imgly_icon_option_align_left_active.xml │ │ ├── imgly_icon_option_align_left_normal.xml │ │ ├── imgly_icon_option_align_resize.xml │ │ ├── imgly_icon_option_align_resize_active.xml │ │ ├── imgly_icon_option_align_resize_normal.xml │ │ ├── imgly_icon_option_align_right.xml │ │ ├── imgly_icon_option_align_right_active.xml │ │ ├── imgly_icon_option_align_right_normal.xml │ │ ├── imgly_icon_option_blacks.xml │ │ ├── imgly_icon_option_blacks_active.xml │ │ ├── imgly_icon_option_blacks_normal.xml │ │ ├── imgly_icon_option_brightness.xml │ │ ├── imgly_icon_option_brightness_active.xml │ │ ├── imgly_icon_option_brightness_normal.xml │ │ ├── imgly_icon_option_bring_to_front.xml │ │ ├── imgly_icon_option_clarity.xml │ │ ├── imgly_icon_option_clarity_active.xml │ │ ├── imgly_icon_option_clarity_normal.xml │ │ ├── imgly_icon_option_color_pipette.xml │ │ ├── imgly_icon_option_contrast.xml │ │ ├── imgly_icon_option_contrast_active.xml │ │ ├── imgly_icon_option_contrast_normal.xml │ │ ├── imgly_icon_option_exposure.xml │ │ ├── imgly_icon_option_exposure_active.xml │ │ ├── imgly_icon_option_exposure_normal.xml │ │ ├── imgly_icon_option_flip_horizontal.xml │ │ ├── imgly_icon_option_flip_horizontal_active.xml │ │ ├── imgly_icon_option_flip_horizontal_normal.xml │ │ ├── imgly_icon_option_flip_vertical.xml │ │ ├── imgly_icon_option_flip_vertical_active.xml │ │ ├── imgly_icon_option_flip_vertical_normal.xml │ │ ├── imgly_icon_option_focus_gaussian.xml │ │ ├── imgly_icon_option_focus_gaussian_active.xml │ │ ├── imgly_icon_option_focus_gaussian_normal.xml │ │ ├── imgly_icon_option_focus_linear.xml │ │ ├── imgly_icon_option_focus_linear_active.xml │ │ ├── imgly_icon_option_focus_linear_normal.xml │ │ ├── imgly_icon_option_focus_mirrored.xml │ │ ├── imgly_icon_option_focus_mirrored_active.xml │ │ ├── imgly_icon_option_focus_mirrored_normal.xml │ │ ├── imgly_icon_option_focus_none.xml │ │ ├── imgly_icon_option_focus_none_active.xml │ │ ├── imgly_icon_option_focus_none_normal.xml │ │ ├── imgly_icon_option_focus_radial.xml │ │ ├── imgly_icon_option_focus_radial_active.xml │ │ ├── imgly_icon_option_focus_radial_normal.xml │ │ ├── imgly_icon_option_frame_none.xml │ │ ├── imgly_icon_option_frame_none_active.xml │ │ ├── imgly_icon_option_frame_none_normal.xml │ │ ├── imgly_icon_option_gamma.xml │ │ ├── imgly_icon_option_gamma_active.xml │ │ ├── imgly_icon_option_gamma_normal.xml │ │ ├── imgly_icon_option_hardness.xml │ │ ├── imgly_icon_option_hardness_active.xml │ │ ├── imgly_icon_option_hardness_normal.xml │ │ ├── imgly_icon_option_highlight.xml │ │ ├── imgly_icon_option_highlight_active.xml │ │ ├── imgly_icon_option_highlight_normal.xml │ │ ├── imgly_icon_option_magic.xml │ │ ├── imgly_icon_option_magic_active.xml │ │ ├── imgly_icon_option_magic_normal.xml │ │ ├── imgly_icon_option_opacity.xml │ │ ├── imgly_icon_option_opacity_active.xml │ │ ├── imgly_icon_option_opacity_normal.xml │ │ ├── imgly_icon_option_overlay_none.xml │ │ ├── imgly_icon_option_rotate_left.xml │ │ ├── imgly_icon_option_rotate_left_active.xml │ │ ├── imgly_icon_option_rotate_left_normal.xml │ │ ├── imgly_icon_option_rotate_right.xml │ │ ├── imgly_icon_option_rotate_right_active.xml │ │ ├── imgly_icon_option_rotate_right_normal.xml │ │ ├── imgly_icon_option_saturation.xml │ │ ├── imgly_icon_option_saturation_active.xml │ │ ├── imgly_icon_option_saturation_normal.xml │ │ ├── imgly_icon_option_shadow.xml │ │ ├── imgly_icon_option_shadow_active.xml │ │ ├── imgly_icon_option_shadow_normal.xml │ │ ├── imgly_icon_option_sharpness.xml │ │ ├── imgly_icon_option_sharpness_active.xml │ │ ├── imgly_icon_option_sharpness_normal.xml │ │ ├── imgly_icon_option_sticker_brightness.xml │ │ ├── imgly_icon_option_sticker_brightness_active.xml │ │ ├── imgly_icon_option_sticker_brightness_normal.xml │ │ ├── imgly_icon_option_sticker_contrast.xml │ │ ├── imgly_icon_option_sticker_contrast_active.xml │ │ ├── imgly_icon_option_sticker_contrast_normal.xml │ │ ├── imgly_icon_option_sticker_saturation.xml │ │ ├── imgly_icon_option_sticker_saturation_active.xml │ │ ├── imgly_icon_option_sticker_saturation_normal.xml │ │ ├── imgly_icon_option_tempature.xml │ │ ├── imgly_icon_option_temperature_active.xml │ │ ├── imgly_icon_option_temperature_normal.xml │ │ ├── imgly_icon_option_text_design_inverted_disabled.xml │ │ ├── imgly_icon_option_text_design_inverted_enabled.xml │ │ ├── imgly_icon_option_undo.xml │ │ ├── imgly_icon_option_whites.xml │ │ ├── imgly_icon_option_whites_active.xml │ │ ├── imgly_icon_option_whites_normal.xml │ │ ├── imgly_icon_photoroll.xml │ │ ├── imgly_icon_redo.xml │ │ ├── imgly_icon_redo_disabled.xml │ │ ├── imgly_icon_redo_enabled.xml │ │ ├── imgly_icon_replace.xml │ │ ├── imgly_icon_reset.xml │ │ ├── imgly_icon_rotate.xml │ │ ├── imgly_icon_save.xml │ │ ├── imgly_icon_shuffle.xml │ │ ├── imgly_icon_shuffle_active.xml │ │ ├── imgly_icon_shuffle_light.xml │ │ ├── imgly_icon_shuffle_light_active.xml │ │ ├── imgly_icon_shuffle_light_normal.xml │ │ ├── imgly_icon_shuffle_normal.xml │ │ ├── imgly_icon_straighten.xml │ │ ├── imgly_icon_swap.xml │ │ ├── imgly_icon_swap_active.xml │ │ ├── imgly_icon_swap_normal.xml │ │ ├── imgly_icon_to_front.xml │ │ ├── imgly_icon_tool_adjust.xml │ │ ├── imgly_icon_tool_brush.xml │ │ ├── imgly_icon_tool_filters.xml │ │ ├── imgly_icon_tool_focus.xml │ │ ├── imgly_icon_tool_frame.xml │ │ ├── imgly_icon_tool_overlay.xml │ │ ├── imgly_icon_tool_sticker.xml │ │ ├── imgly_icon_tool_text.xml │ │ ├── imgly_icon_tool_text_design.xml │ │ ├── imgly_icon_tool_transform.xml │ │ ├── imgly_icon_undo.xml │ │ ├── imgly_icon_undo_disabled.xml │ │ ├── imgly_icon_undo_enabled.xml │ │ ├── imgly_icon_vertical_flip.xml │ │ ├── imgly_icon_wait.xml │ │ ├── imgly_item_border.xml │ │ ├── imgly_item_color_overlay.xml │ │ ├── imgly_item_folder_overlay.xml │ │ ├── imgly_item_folder_overlay_active.xml │ │ ├── imgly_item_folder_overlay_normal.xml │ │ ├── imgly_item_select.xml │ │ ├── imgly_item_selected_overlay.xml │ │ ├── imgly_item_selected_overlay_active.xml │ │ ├── imgly_item_selected_overlay_dark.xml │ │ ├── imgly_item_selected_overlay_dark_active.xml │ │ ├── imgly_item_selected_overlay_dark_normal.xml │ │ ├── imgly_item_selected_overlay_normal.xml │ │ ├── imgly_list_item_label_background.xml │ │ ├── imgly_list_thumb.xml │ │ ├── imgly_list_thumb_handle.xml │ │ ├── imgly_list_thumb_normal.xml │ │ ├── imgly_list_thumb_pressed.xml │ │ ├── imgly_slider_background.xml │ │ ├── imgly_slider_progress.xml │ │ ├── imgly_slider_thumb.xml │ │ ├── imgly_slider_thumb_disabled.xml │ │ ├── imgly_slider_thumb_normal.xml │ │ ├── imgly_slider_thumb_pressed.xml │ │ └── imgly_transparent_identity_alpha_slider.xml │ │ ├── layout │ │ ├── imgly_activity_camera_preview.xml │ │ ├── imgly_activity_photo_editor.xml │ │ ├── imgly_design_color_item.xml │ │ ├── imgly_list_item_blend_mode.xml │ │ ├── imgly_list_item_color.xml │ │ ├── imgly_list_item_color_pipette.xml │ │ ├── imgly_list_item_crop.xml │ │ ├── imgly_list_item_crop_toggle.xml │ │ ├── imgly_list_item_filter.xml │ │ ├── imgly_list_item_filter_folder_subitem.xml │ │ ├── imgly_list_item_folder.xml │ │ ├── imgly_list_item_font.xml │ │ ├── imgly_list_item_font_big.xml │ │ ├── imgly_list_item_frame.xml │ │ ├── imgly_list_item_none_frame.xml │ │ ├── imgly_list_item_option.xml │ │ ├── imgly_list_item_overlay.xml │ │ ├── imgly_list_item_quick_option.xml │ │ ├── imgly_list_item_space.xml │ │ ├── imgly_list_item_sticker.xml │ │ ├── imgly_list_item_sticker_category.xml │ │ ├── imgly_list_item_text_design.xml │ │ ├── imgly_list_item_tool.xml │ │ ├── imgly_option_list.xml │ │ ├── imgly_panel_tool_adjust.xml │ │ ├── imgly_panel_tool_brush.xml │ │ ├── imgly_panel_tool_color.xml │ │ ├── imgly_panel_tool_filter.xml │ │ ├── imgly_panel_tool_focus.xml │ │ ├── imgly_panel_tool_font.xml │ │ ├── imgly_panel_tool_frame.xml │ │ ├── imgly_panel_tool_frame_options.xml │ │ ├── imgly_panel_tool_menu.xml │ │ ├── imgly_panel_tool_overlay.xml │ │ ├── imgly_panel_tool_sticker.xml │ │ ├── imgly_panel_tool_sticker_options.xml │ │ ├── imgly_panel_tool_text.xml │ │ ├── imgly_panel_tool_text_design.xml │ │ ├── imgly_panel_tool_text_design_option.xml │ │ ├── imgly_panel_tool_text_option.xml │ │ ├── imgly_panel_tool_transform.xml │ │ ├── imgly_popup_activity_spinner.xml │ │ ├── imgly_popup_brush_preview.xml │ │ ├── imgly_popup_confirm_dialog.xml │ │ ├── imgly_widget_actionbar.xml │ │ ├── imgly_widget_actionbar_title.xml │ │ ├── imgly_widget_color_picker.xml │ │ └── imgly_widget_slider.xml │ │ ├── values-v21 │ │ └── imgly_styles.xml │ │ └── values │ │ ├── imgly_attrs.xml │ │ ├── imgly_colors.xml │ │ ├── imgly_dimens.xml │ │ ├── imgly_dimens_camera.xml │ │ ├── imgly_dimens_filter.xml │ │ ├── imgly_dimens_frame.xml │ │ ├── imgly_dimens_overlay.xml │ │ ├── imgly_dimens_text_design.xml │ │ ├── imgly_dimens_transform.xml │ │ ├── imgly_drawable_alias.xml │ │ ├── imgly_strings_adjustment.xml │ │ ├── imgly_strings_brush.xml │ │ ├── imgly_strings_camera.xml │ │ ├── imgly_strings_color_filter.xml │ │ ├── imgly_strings_core.xml │ │ ├── imgly_strings_focus.xml │ │ ├── imgly_strings_frame.xml │ │ ├── imgly_strings_overlay.xml │ │ ├── imgly_strings_sticker.xml │ │ ├── imgly_strings_text.xml │ │ ├── imgly_strings_text_design.xml │ │ ├── imgly_strings_transformation.xml │ │ ├── imgly_style_activity.xml │ │ ├── imgly_style_adjust.xml │ │ ├── imgly_style_brush.xml │ │ ├── imgly_style_camera_preview.xml │ │ ├── imgly_style_color.xml │ │ ├── imgly_style_filter.xml │ │ ├── imgly_style_focus.xml │ │ ├── imgly_style_font.xml │ │ ├── imgly_style_frame.xml │ │ ├── imgly_style_overlay.xml │ │ ├── imgly_style_sticker.xml │ │ ├── imgly_style_text.xml │ │ ├── imgly_style_text_design.xml │ │ ├── imgly_style_transform.xml │ │ ├── imgly_styles_core.xml │ │ └── imgly_view_ids.xml ├── v_7_0 │ └── res │ │ ├── color │ │ ├── imgly_crop_item_color_states.xml │ │ ├── imgly_crop_item_fill_color_states.xml │ │ ├── imgly_crop_item_line_color_states.xml │ │ └── imgly_lable_color_states.xml │ │ ├── drawable-hdpi │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable-mdpi │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable-nodpi │ │ └── imgly_broken_or_missing_file.png │ │ ├── drawable-xhdpi │ │ ├── imgly_icon_show_filter.png │ │ ├── imgly_icon_text_design_blocks.png │ │ ├── imgly_icon_text_design_blocks_condensed.png │ │ ├── imgly_icon_text_design_blocks_light.png │ │ ├── imgly_icon_text_design_celebrate.png │ │ ├── imgly_icon_text_design_celebrate_simple.png │ │ ├── imgly_icon_text_design_equal_width.png │ │ ├── imgly_icon_text_design_equal_width_fat.png │ │ ├── imgly_icon_text_design_masked.png │ │ ├── imgly_icon_text_design_masked_badge.png │ │ ├── imgly_icon_text_design_masked_speech_bubble.png │ │ ├── imgly_icon_text_design_masked_speech_bubble_comic.png │ │ ├── imgly_icon_text_design_multiline.png │ │ ├── imgly_icon_text_design_particles.png │ │ ├── imgly_icon_text_design_rotated.png │ │ ├── imgly_icon_text_design_sunshine.png │ │ └── imgly_icon_text_design_watercolor.png │ │ ├── drawable-xxhdpi │ │ └── imgly_icon_camera_roll.png │ │ ├── drawable-xxxhdpi │ │ ├── imgly_button_shutter_animation_frame_00001.png │ │ ├── imgly_button_shutter_animation_frame_00002.png │ │ ├── imgly_button_shutter_animation_frame_00003.png │ │ ├── imgly_button_shutter_animation_frame_00004.png │ │ ├── imgly_button_shutter_animation_frame_00005.png │ │ ├── imgly_button_shutter_animation_frame_00006.png │ │ ├── imgly_button_shutter_animation_frame_00007.png │ │ ├── imgly_button_shutter_animation_frame_00008.png │ │ ├── imgly_button_shutter_animation_frame_00009.png │ │ ├── imgly_button_shutter_animation_frame_00010.png │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable │ │ ├── imgly_blend_mode_background_bottom.xml │ │ ├── imgly_blend_mode_background_top.xml │ │ ├── imgly_button.xml │ │ ├── imgly_button_click_overlay.xml │ │ ├── imgly_button_disabled.xml │ │ ├── imgly_button_normal.xml │ │ ├── imgly_button_pressed.xml │ │ ├── imgly_button_shutter_pressed_animation.xml │ │ ├── imgly_design_color_list_item.xml │ │ ├── imgly_design_color_list_item_active.xml │ │ ├── imgly_design_color_list_item_normal.xml │ │ ├── imgly_dialog_background.xml │ │ ├── imgly_icon_add.xml │ │ ├── imgly_icon_back.xml │ │ ├── imgly_icon_backward.xml │ │ ├── imgly_icon_camera.xml │ │ ├── imgly_icon_camera_flash.xml │ │ ├── imgly_icon_camera_switch.xml │ │ ├── imgly_icon_cancel.xml │ │ ├── imgly_icon_color_picker.xml │ │ ├── imgly_icon_color_selected.xml │ │ ├── imgly_icon_confirm.xml │ │ ├── imgly_icon_custom_crop.xml │ │ ├── imgly_icon_default_color_bg.xml │ │ ├── imgly_icon_default_color_fill.xml │ │ ├── imgly_icon_delete.xml │ │ ├── imgly_icon_edit.xml │ │ ├── imgly_icon_font.xml │ │ ├── imgly_icon_forward.xml │ │ ├── imgly_icon_go_back.xml │ │ ├── imgly_icon_horizontal_flip.xml │ │ ├── imgly_icon_horizontal_flip_transform.xml │ │ ├── imgly_icon_item_options.xml │ │ ├── imgly_icon_option_align_center.xml │ │ ├── imgly_icon_option_align_center_active.xml │ │ ├── imgly_icon_option_align_center_normal.xml │ │ ├── imgly_icon_option_align_fill.xml │ │ ├── imgly_icon_option_align_fill_active.xml │ │ ├── imgly_icon_option_align_fill_normal.xml │ │ ├── imgly_icon_option_align_left.xml │ │ ├── imgly_icon_option_align_left_active.xml │ │ ├── imgly_icon_option_align_left_normal.xml │ │ ├── imgly_icon_option_align_resize.xml │ │ ├── imgly_icon_option_align_resize_active.xml │ │ ├── imgly_icon_option_align_resize_normal.xml │ │ ├── imgly_icon_option_align_right.xml │ │ ├── imgly_icon_option_align_right_active.xml │ │ ├── imgly_icon_option_align_right_normal.xml │ │ ├── imgly_icon_option_blacks.xml │ │ ├── imgly_icon_option_blacks_active.xml │ │ ├── imgly_icon_option_blacks_normal.xml │ │ ├── imgly_icon_option_brightness.xml │ │ ├── imgly_icon_option_brightness_active.xml │ │ ├── imgly_icon_option_brightness_normal.xml │ │ ├── imgly_icon_option_bring_to_front.xml │ │ ├── imgly_icon_option_clarity.xml │ │ ├── imgly_icon_option_clarity_active.xml │ │ ├── imgly_icon_option_clarity_normal.xml │ │ ├── imgly_icon_option_color_pipette.xml │ │ ├── imgly_icon_option_contrast.xml │ │ ├── imgly_icon_option_contrast_active.xml │ │ ├── imgly_icon_option_contrast_normal.xml │ │ ├── imgly_icon_option_exposure.xml │ │ ├── imgly_icon_option_exposure_active.xml │ │ ├── imgly_icon_option_exposure_normal.xml │ │ ├── imgly_icon_option_flip_horizontal.xml │ │ ├── imgly_icon_option_flip_horizontal_active.xml │ │ ├── imgly_icon_option_flip_horizontal_normal.xml │ │ ├── imgly_icon_option_flip_vertical.xml │ │ ├── imgly_icon_option_flip_vertical_active.xml │ │ ├── imgly_icon_option_flip_vertical_normal.xml │ │ ├── imgly_icon_option_focus_gaussian.xml │ │ ├── imgly_icon_option_focus_gaussian_active.xml │ │ ├── imgly_icon_option_focus_gaussian_normal.xml │ │ ├── imgly_icon_option_focus_linear.xml │ │ ├── imgly_icon_option_focus_linear_active.xml │ │ ├── imgly_icon_option_focus_linear_normal.xml │ │ ├── imgly_icon_option_focus_mirrored.xml │ │ ├── imgly_icon_option_focus_mirrored_active.xml │ │ ├── imgly_icon_option_focus_mirrored_normal.xml │ │ ├── imgly_icon_option_focus_none.xml │ │ ├── imgly_icon_option_focus_none_active.xml │ │ ├── imgly_icon_option_focus_none_normal.xml │ │ ├── imgly_icon_option_focus_radial.xml │ │ ├── imgly_icon_option_focus_radial_active.xml │ │ ├── imgly_icon_option_focus_radial_normal.xml │ │ ├── imgly_icon_option_frame_none.xml │ │ ├── imgly_icon_option_frame_none_active.xml │ │ ├── imgly_icon_option_frame_none_normal.xml │ │ ├── imgly_icon_option_gamma.xml │ │ ├── imgly_icon_option_gamma_active.xml │ │ ├── imgly_icon_option_gamma_normal.xml │ │ ├── imgly_icon_option_hardness.xml │ │ ├── imgly_icon_option_hardness_active.xml │ │ ├── imgly_icon_option_hardness_normal.xml │ │ ├── imgly_icon_option_highlight.xml │ │ ├── imgly_icon_option_highlight_active.xml │ │ ├── imgly_icon_option_highlight_normal.xml │ │ ├── imgly_icon_option_magic.xml │ │ ├── imgly_icon_option_magic_active.xml │ │ ├── imgly_icon_option_magic_normal.xml │ │ ├── imgly_icon_option_opacity.xml │ │ ├── imgly_icon_option_opacity_active.xml │ │ ├── imgly_icon_option_opacity_normal.xml │ │ ├── imgly_icon_option_overlay_none.xml │ │ ├── imgly_icon_option_rotate_left.xml │ │ ├── imgly_icon_option_rotate_left_active.xml │ │ ├── imgly_icon_option_rotate_left_normal.xml │ │ ├── imgly_icon_option_rotate_right.xml │ │ ├── imgly_icon_option_rotate_right_active.xml │ │ ├── imgly_icon_option_rotate_right_normal.xml │ │ ├── imgly_icon_option_saturation.xml │ │ ├── imgly_icon_option_saturation_active.xml │ │ ├── imgly_icon_option_saturation_normal.xml │ │ ├── imgly_icon_option_shadow.xml │ │ ├── imgly_icon_option_shadow_active.xml │ │ ├── imgly_icon_option_shadow_normal.xml │ │ ├── imgly_icon_option_sharpness.xml │ │ ├── imgly_icon_option_sharpness_active.xml │ │ ├── imgly_icon_option_sharpness_normal.xml │ │ ├── imgly_icon_option_sticker_brightness.xml │ │ ├── imgly_icon_option_sticker_brightness_active.xml │ │ ├── imgly_icon_option_sticker_brightness_normal.xml │ │ ├── imgly_icon_option_sticker_contrast.xml │ │ ├── imgly_icon_option_sticker_contrast_active.xml │ │ ├── imgly_icon_option_sticker_contrast_normal.xml │ │ ├── imgly_icon_option_sticker_saturation.xml │ │ ├── imgly_icon_option_sticker_saturation_active.xml │ │ ├── imgly_icon_option_sticker_saturation_normal.xml │ │ ├── imgly_icon_option_tempature.xml │ │ ├── imgly_icon_option_temperature_active.xml │ │ ├── imgly_icon_option_temperature_normal.xml │ │ ├── imgly_icon_option_text_design_inverted_disabled.xml │ │ ├── imgly_icon_option_text_design_inverted_enabled.xml │ │ ├── imgly_icon_option_undo.xml │ │ ├── imgly_icon_option_whites.xml │ │ ├── imgly_icon_option_whites_active.xml │ │ ├── imgly_icon_option_whites_normal.xml │ │ ├── imgly_icon_pause.xml │ │ ├── imgly_icon_photoroll.xml │ │ ├── imgly_icon_play.xml │ │ ├── imgly_icon_play_pause.xml │ │ ├── imgly_icon_redo.xml │ │ ├── imgly_icon_redo_disabled.xml │ │ ├── imgly_icon_redo_enabled.xml │ │ ├── imgly_icon_replace.xml │ │ ├── imgly_icon_reset.xml │ │ ├── imgly_icon_rotate.xml │ │ ├── imgly_icon_save.xml │ │ ├── imgly_icon_shuffle.xml │ │ ├── imgly_icon_shuffle_active.xml │ │ ├── imgly_icon_shuffle_light.xml │ │ ├── imgly_icon_shuffle_light_active.xml │ │ ├── imgly_icon_shuffle_light_normal.xml │ │ ├── imgly_icon_shuffle_normal.xml │ │ ├── imgly_icon_straighten.xml │ │ ├── imgly_icon_swap.xml │ │ ├── imgly_icon_swap_active.xml │ │ ├── imgly_icon_swap_normal.xml │ │ ├── imgly_icon_to_front.xml │ │ ├── imgly_icon_tool_adjust.xml │ │ ├── imgly_icon_tool_brush.xml │ │ ├── imgly_icon_tool_filters.xml │ │ ├── imgly_icon_tool_focus.xml │ │ ├── imgly_icon_tool_frame.xml │ │ ├── imgly_icon_tool_overlay.xml │ │ ├── imgly_icon_tool_sticker.xml │ │ ├── imgly_icon_tool_text.xml │ │ ├── imgly_icon_tool_text_design.xml │ │ ├── imgly_icon_tool_transform.xml │ │ ├── imgly_icon_tool_trim.xml │ │ ├── imgly_icon_undo.xml │ │ ├── imgly_icon_undo_disabled.xml │ │ ├── imgly_icon_undo_enabled.xml │ │ ├── imgly_icon_vertical_flip.xml │ │ ├── imgly_icon_wait.xml │ │ ├── imgly_item_border.xml │ │ ├── imgly_item_color_overlay.xml │ │ ├── imgly_item_folder_overlay.xml │ │ ├── imgly_item_folder_overlay_active.xml │ │ ├── imgly_item_folder_overlay_normal.xml │ │ ├── imgly_item_select.xml │ │ ├── imgly_item_selected_overlay.xml │ │ ├── imgly_item_selected_overlay_active.xml │ │ ├── imgly_item_selected_overlay_dark.xml │ │ ├── imgly_item_selected_overlay_dark_active.xml │ │ ├── imgly_item_selected_overlay_dark_normal.xml │ │ ├── imgly_item_selected_overlay_normal.xml │ │ ├── imgly_list_item_label_background.xml │ │ ├── imgly_list_thumb.xml │ │ ├── imgly_list_thumb_handle.xml │ │ ├── imgly_list_thumb_normal.xml │ │ ├── imgly_list_thumb_pressed.xml │ │ ├── imgly_slider_background.xml │ │ ├── imgly_slider_progress.xml │ │ ├── imgly_slider_thumb.xml │ │ ├── imgly_slider_thumb_disabled.xml │ │ ├── imgly_slider_thumb_normal.xml │ │ ├── imgly_slider_thumb_pressed.xml │ │ └── imgly_transparent_identity_alpha_slider.xml │ │ ├── layout │ │ ├── imgly_activity_camera_preview.xml │ │ ├── imgly_activity_photo_editor.xml │ │ ├── imgly_design_color_item.xml │ │ ├── imgly_list_item_blend_mode.xml │ │ ├── imgly_list_item_color.xml │ │ ├── imgly_list_item_color_pipette.xml │ │ ├── imgly_list_item_crop.xml │ │ ├── imgly_list_item_crop_toggle.xml │ │ ├── imgly_list_item_filter.xml │ │ ├── imgly_list_item_filter_folder_subitem.xml │ │ ├── imgly_list_item_folder.xml │ │ ├── imgly_list_item_font.xml │ │ ├── imgly_list_item_font_big.xml │ │ ├── imgly_list_item_frame.xml │ │ ├── imgly_list_item_none_frame.xml │ │ ├── imgly_list_item_option.xml │ │ ├── imgly_list_item_overlay.xml │ │ ├── imgly_list_item_quick_option.xml │ │ ├── imgly_list_item_space.xml │ │ ├── imgly_list_item_sticker.xml │ │ ├── imgly_list_item_sticker_category.xml │ │ ├── imgly_list_item_text_design.xml │ │ ├── imgly_list_item_tool.xml │ │ ├── imgly_option_list.xml │ │ ├── imgly_panel_tool_adjust.xml │ │ ├── imgly_panel_tool_brush.xml │ │ ├── imgly_panel_tool_color.xml │ │ ├── imgly_panel_tool_filter.xml │ │ ├── imgly_panel_tool_focus.xml │ │ ├── imgly_panel_tool_font.xml │ │ ├── imgly_panel_tool_frame.xml │ │ ├── imgly_panel_tool_frame_options.xml │ │ ├── imgly_panel_tool_menu.xml │ │ ├── imgly_panel_tool_overlay.xml │ │ ├── imgly_panel_tool_sticker.xml │ │ ├── imgly_panel_tool_sticker_options.xml │ │ ├── imgly_panel_tool_text.xml │ │ ├── imgly_panel_tool_text_design.xml │ │ ├── imgly_panel_tool_text_design_option.xml │ │ ├── imgly_panel_tool_text_option.xml │ │ ├── imgly_panel_tool_transform.xml │ │ ├── imgly_panel_tool_video_trim.xml │ │ ├── imgly_popup_activity_spinner.xml │ │ ├── imgly_popup_brush_preview.xml │ │ ├── imgly_popup_confirm_dialog.xml │ │ ├── imgly_widget_actionbar.xml │ │ ├── imgly_widget_actionbar_title.xml │ │ ├── imgly_widget_color_picker.xml │ │ └── imgly_widget_slider.xml │ │ ├── values-v21 │ │ └── imgly_styles.xml │ │ └── values │ │ ├── imgly_attrs.xml │ │ ├── imgly_colors.xml │ │ ├── imgly_dimens.xml │ │ ├── imgly_dimens_camera.xml │ │ ├── imgly_dimens_filter.xml │ │ ├── imgly_dimens_frame.xml │ │ ├── imgly_dimens_overlay.xml │ │ ├── imgly_dimens_text_design.xml │ │ ├── imgly_dimens_transform.xml │ │ ├── imgly_drawable_alias.xml │ │ ├── imgly_strings_adjustment.xml │ │ ├── imgly_strings_brush.xml │ │ ├── imgly_strings_camera.xml │ │ ├── imgly_strings_color_filter.xml │ │ ├── imgly_strings_core.xml │ │ ├── imgly_strings_focus.xml │ │ ├── imgly_strings_frame.xml │ │ ├── imgly_strings_overlay.xml │ │ ├── imgly_strings_sticker.xml │ │ ├── imgly_strings_text.xml │ │ ├── imgly_strings_text_design.xml │ │ ├── imgly_strings_transformation.xml │ │ ├── imgly_strings_trim_tool.xml │ │ ├── imgly_style_activity.xml │ │ ├── imgly_style_adjust.xml │ │ ├── imgly_style_brush.xml │ │ ├── imgly_style_camera_preview.xml │ │ ├── imgly_style_color.xml │ │ ├── imgly_style_filter.xml │ │ ├── imgly_style_focus.xml │ │ ├── imgly_style_font.xml │ │ ├── imgly_style_frame.xml │ │ ├── imgly_style_overlay.xml │ │ ├── imgly_style_sticker.xml │ │ ├── imgly_style_text.xml │ │ ├── imgly_style_text_design.xml │ │ ├── imgly_style_transform.xml │ │ ├── imgly_style_trim.xml │ │ ├── imgly_styles_core.xml │ │ └── imgly_view_ids.xml ├── v_7_1 │ └── res │ │ ├── color │ │ ├── imgly_crop_item_color_states.xml │ │ ├── imgly_crop_item_fill_color_states.xml │ │ ├── imgly_crop_item_line_color_states.xml │ │ └── imgly_lable_color_states.xml │ │ ├── drawable-hdpi │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable-mdpi │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable-nodpi │ │ └── imgly_broken_or_missing_file.png │ │ ├── drawable-xhdpi │ │ ├── imgly_icon_show_filter.png │ │ ├── imgly_icon_text_design_blocks.png │ │ ├── imgly_icon_text_design_blocks_condensed.png │ │ ├── imgly_icon_text_design_blocks_light.png │ │ ├── imgly_icon_text_design_celebrate.png │ │ ├── imgly_icon_text_design_celebrate_simple.png │ │ ├── imgly_icon_text_design_equal_width.png │ │ ├── imgly_icon_text_design_equal_width_fat.png │ │ ├── imgly_icon_text_design_masked.png │ │ ├── imgly_icon_text_design_masked_badge.png │ │ ├── imgly_icon_text_design_masked_speech_bubble.png │ │ ├── imgly_icon_text_design_masked_speech_bubble_comic.png │ │ ├── imgly_icon_text_design_multiline.png │ │ ├── imgly_icon_text_design_particles.png │ │ ├── imgly_icon_text_design_rotated.png │ │ ├── imgly_icon_text_design_sunshine.png │ │ └── imgly_icon_text_design_watercolor.png │ │ ├── drawable-xxhdpi │ │ └── imgly_icon_camera_roll.png │ │ ├── drawable-xxxhdpi │ │ ├── imgly_button_shutter_animation_frame_00001.png │ │ ├── imgly_button_shutter_animation_frame_00002.png │ │ ├── imgly_button_shutter_animation_frame_00003.png │ │ ├── imgly_button_shutter_animation_frame_00004.png │ │ ├── imgly_button_shutter_animation_frame_00005.png │ │ ├── imgly_button_shutter_animation_frame_00006.png │ │ ├── imgly_button_shutter_animation_frame_00007.png │ │ ├── imgly_button_shutter_animation_frame_00008.png │ │ ├── imgly_button_shutter_animation_frame_00009.png │ │ ├── imgly_button_shutter_animation_frame_00010.png │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable │ │ ├── imgly_blend_mode_background_bottom.xml │ │ ├── imgly_blend_mode_background_top.xml │ │ ├── imgly_button.xml │ │ ├── imgly_button_click_overlay.xml │ │ ├── imgly_button_disabled.xml │ │ ├── imgly_button_normal.xml │ │ ├── imgly_button_pressed.xml │ │ ├── imgly_button_shutter_pressed_animation.xml │ │ ├── imgly_design_color_list_item.xml │ │ ├── imgly_design_color_list_item_active.xml │ │ ├── imgly_design_color_list_item_normal.xml │ │ ├── imgly_dialog_background.xml │ │ ├── imgly_icon_add.xml │ │ ├── imgly_icon_back.xml │ │ ├── imgly_icon_backward.xml │ │ ├── imgly_icon_camera.xml │ │ ├── imgly_icon_camera_flash.xml │ │ ├── imgly_icon_camera_switch.xml │ │ ├── imgly_icon_cancel.xml │ │ ├── imgly_icon_color_picker.xml │ │ ├── imgly_icon_color_selected.xml │ │ ├── imgly_icon_confirm.xml │ │ ├── imgly_icon_custom_crop.xml │ │ ├── imgly_icon_default_color_bg.xml │ │ ├── imgly_icon_default_color_fill.xml │ │ ├── imgly_icon_delete.xml │ │ ├── imgly_icon_edit.xml │ │ ├── imgly_icon_font.xml │ │ ├── imgly_icon_forward.xml │ │ ├── imgly_icon_go_back.xml │ │ ├── imgly_icon_horizontal_flip.xml │ │ ├── imgly_icon_horizontal_flip_transform.xml │ │ ├── imgly_icon_item_options.xml │ │ ├── imgly_icon_option_align_center.xml │ │ ├── imgly_icon_option_align_center_active.xml │ │ ├── imgly_icon_option_align_center_normal.xml │ │ ├── imgly_icon_option_align_fill.xml │ │ ├── imgly_icon_option_align_fill_active.xml │ │ ├── imgly_icon_option_align_fill_normal.xml │ │ ├── imgly_icon_option_align_left.xml │ │ ├── imgly_icon_option_align_left_active.xml │ │ ├── imgly_icon_option_align_left_normal.xml │ │ ├── imgly_icon_option_align_resize.xml │ │ ├── imgly_icon_option_align_resize_active.xml │ │ ├── imgly_icon_option_align_resize_normal.xml │ │ ├── imgly_icon_option_align_right.xml │ │ ├── imgly_icon_option_align_right_active.xml │ │ ├── imgly_icon_option_align_right_normal.xml │ │ ├── imgly_icon_option_blacks.xml │ │ ├── imgly_icon_option_blacks_active.xml │ │ ├── imgly_icon_option_blacks_normal.xml │ │ ├── imgly_icon_option_brightness.xml │ │ ├── imgly_icon_option_brightness_active.xml │ │ ├── imgly_icon_option_brightness_normal.xml │ │ ├── imgly_icon_option_bring_to_front.xml │ │ ├── imgly_icon_option_clarity.xml │ │ ├── imgly_icon_option_clarity_active.xml │ │ ├── imgly_icon_option_clarity_normal.xml │ │ ├── imgly_icon_option_color_pipette.xml │ │ ├── imgly_icon_option_contrast.xml │ │ ├── imgly_icon_option_contrast_active.xml │ │ ├── imgly_icon_option_contrast_normal.xml │ │ ├── imgly_icon_option_exposure.xml │ │ ├── imgly_icon_option_exposure_active.xml │ │ ├── imgly_icon_option_exposure_normal.xml │ │ ├── imgly_icon_option_flip_horizontal.xml │ │ ├── imgly_icon_option_flip_horizontal_active.xml │ │ ├── imgly_icon_option_flip_horizontal_normal.xml │ │ ├── imgly_icon_option_flip_vertical.xml │ │ ├── imgly_icon_option_flip_vertical_active.xml │ │ ├── imgly_icon_option_flip_vertical_normal.xml │ │ ├── imgly_icon_option_focus_gaussian.xml │ │ ├── imgly_icon_option_focus_gaussian_active.xml │ │ ├── imgly_icon_option_focus_gaussian_normal.xml │ │ ├── imgly_icon_option_focus_linear.xml │ │ ├── imgly_icon_option_focus_linear_active.xml │ │ ├── imgly_icon_option_focus_linear_normal.xml │ │ ├── imgly_icon_option_focus_mirrored.xml │ │ ├── imgly_icon_option_focus_mirrored_active.xml │ │ ├── imgly_icon_option_focus_mirrored_normal.xml │ │ ├── imgly_icon_option_focus_none.xml │ │ ├── imgly_icon_option_focus_none_active.xml │ │ ├── imgly_icon_option_focus_none_normal.xml │ │ ├── imgly_icon_option_focus_radial.xml │ │ ├── imgly_icon_option_focus_radial_active.xml │ │ ├── imgly_icon_option_focus_radial_normal.xml │ │ ├── imgly_icon_option_frame_none.xml │ │ ├── imgly_icon_option_frame_none_active.xml │ │ ├── imgly_icon_option_frame_none_normal.xml │ │ ├── imgly_icon_option_gamma.xml │ │ ├── imgly_icon_option_gamma_active.xml │ │ ├── imgly_icon_option_gamma_normal.xml │ │ ├── imgly_icon_option_hardness.xml │ │ ├── imgly_icon_option_hardness_active.xml │ │ ├── imgly_icon_option_hardness_normal.xml │ │ ├── imgly_icon_option_highlight.xml │ │ ├── imgly_icon_option_highlight_active.xml │ │ ├── imgly_icon_option_highlight_normal.xml │ │ ├── imgly_icon_option_magic.xml │ │ ├── imgly_icon_option_magic_active.xml │ │ ├── imgly_icon_option_magic_normal.xml │ │ ├── imgly_icon_option_opacity.xml │ │ ├── imgly_icon_option_opacity_active.xml │ │ ├── imgly_icon_option_opacity_normal.xml │ │ ├── imgly_icon_option_overlay_none.xml │ │ ├── imgly_icon_option_rotate_left.xml │ │ ├── imgly_icon_option_rotate_left_active.xml │ │ ├── imgly_icon_option_rotate_left_normal.xml │ │ ├── imgly_icon_option_rotate_right.xml │ │ ├── imgly_icon_option_rotate_right_active.xml │ │ ├── imgly_icon_option_rotate_right_normal.xml │ │ ├── imgly_icon_option_saturation.xml │ │ ├── imgly_icon_option_saturation_active.xml │ │ ├── imgly_icon_option_saturation_normal.xml │ │ ├── imgly_icon_option_shadow.xml │ │ ├── imgly_icon_option_shadow_active.xml │ │ ├── imgly_icon_option_shadow_normal.xml │ │ ├── imgly_icon_option_sharpness.xml │ │ ├── imgly_icon_option_sharpness_active.xml │ │ ├── imgly_icon_option_sharpness_normal.xml │ │ ├── imgly_icon_option_sticker_brightness.xml │ │ ├── imgly_icon_option_sticker_brightness_active.xml │ │ ├── imgly_icon_option_sticker_brightness_normal.xml │ │ ├── imgly_icon_option_sticker_contrast.xml │ │ ├── imgly_icon_option_sticker_contrast_active.xml │ │ ├── imgly_icon_option_sticker_contrast_normal.xml │ │ ├── imgly_icon_option_sticker_saturation.xml │ │ ├── imgly_icon_option_sticker_saturation_active.xml │ │ ├── imgly_icon_option_sticker_saturation_normal.xml │ │ ├── imgly_icon_option_tempature.xml │ │ ├── imgly_icon_option_temperature_active.xml │ │ ├── imgly_icon_option_temperature_normal.xml │ │ ├── imgly_icon_option_text_design_inverted_disabled.xml │ │ ├── imgly_icon_option_text_design_inverted_enabled.xml │ │ ├── imgly_icon_option_undo.xml │ │ ├── imgly_icon_option_whites.xml │ │ ├── imgly_icon_option_whites_active.xml │ │ ├── imgly_icon_option_whites_normal.xml │ │ ├── imgly_icon_pause.xml │ │ ├── imgly_icon_photoroll.xml │ │ ├── imgly_icon_play.xml │ │ ├── imgly_icon_play_pause.xml │ │ ├── imgly_icon_redo.xml │ │ ├── imgly_icon_redo_disabled.xml │ │ ├── imgly_icon_redo_enabled.xml │ │ ├── imgly_icon_replace.xml │ │ ├── imgly_icon_reset.xml │ │ ├── imgly_icon_rotate.xml │ │ ├── imgly_icon_save.xml │ │ ├── imgly_icon_shuffle.xml │ │ ├── imgly_icon_shuffle_active.xml │ │ ├── imgly_icon_shuffle_light.xml │ │ ├── imgly_icon_shuffle_light_active.xml │ │ ├── imgly_icon_shuffle_light_normal.xml │ │ ├── imgly_icon_shuffle_normal.xml │ │ ├── imgly_icon_straighten.xml │ │ ├── imgly_icon_swap.xml │ │ ├── imgly_icon_swap_active.xml │ │ ├── imgly_icon_swap_normal.xml │ │ ├── imgly_icon_to_front.xml │ │ ├── imgly_icon_tool_adjust.xml │ │ ├── imgly_icon_tool_brush.xml │ │ ├── imgly_icon_tool_filters.xml │ │ ├── imgly_icon_tool_focus.xml │ │ ├── imgly_icon_tool_frame.xml │ │ ├── imgly_icon_tool_overlay.xml │ │ ├── imgly_icon_tool_sticker.xml │ │ ├── imgly_icon_tool_text.xml │ │ ├── imgly_icon_tool_text_design.xml │ │ ├── imgly_icon_tool_transform.xml │ │ ├── imgly_icon_tool_trim.xml │ │ ├── imgly_icon_undo.xml │ │ ├── imgly_icon_undo_disabled.xml │ │ ├── imgly_icon_undo_enabled.xml │ │ ├── imgly_icon_vertical_flip.xml │ │ ├── imgly_icon_wait.xml │ │ ├── imgly_item_border.xml │ │ ├── imgly_item_color_overlay.xml │ │ ├── imgly_item_folder_overlay.xml │ │ ├── imgly_item_folder_overlay_active.xml │ │ ├── imgly_item_folder_overlay_normal.xml │ │ ├── imgly_item_select.xml │ │ ├── imgly_item_selected_overlay.xml │ │ ├── imgly_item_selected_overlay_active.xml │ │ ├── imgly_item_selected_overlay_dark.xml │ │ ├── imgly_item_selected_overlay_dark_active.xml │ │ ├── imgly_item_selected_overlay_dark_normal.xml │ │ ├── imgly_item_selected_overlay_normal.xml │ │ ├── imgly_list_item_label_background.xml │ │ ├── imgly_list_thumb.xml │ │ ├── imgly_list_thumb_handle.xml │ │ ├── imgly_list_thumb_normal.xml │ │ ├── imgly_list_thumb_pressed.xml │ │ ├── imgly_slider_background.xml │ │ ├── imgly_slider_progress.xml │ │ ├── imgly_slider_thumb.xml │ │ ├── imgly_slider_thumb_disabled.xml │ │ ├── imgly_slider_thumb_normal.xml │ │ ├── imgly_slider_thumb_pressed.xml │ │ └── imgly_transparent_identity_alpha_slider.xml │ │ ├── layout │ │ ├── imgly_activity_camera_preview.xml │ │ ├── imgly_activity_photo_editor.xml │ │ ├── imgly_design_color_item.xml │ │ ├── imgly_list_item_blend_mode.xml │ │ ├── imgly_list_item_color.xml │ │ ├── imgly_list_item_color_pipette.xml │ │ ├── imgly_list_item_crop.xml │ │ ├── imgly_list_item_crop_mask.xml │ │ ├── imgly_list_item_crop_toggle.xml │ │ ├── imgly_list_item_filter.xml │ │ ├── imgly_list_item_filter_folder_subitem.xml │ │ ├── imgly_list_item_folder.xml │ │ ├── imgly_list_item_font.xml │ │ ├── imgly_list_item_font_big.xml │ │ ├── imgly_list_item_frame.xml │ │ ├── imgly_list_item_none_frame.xml │ │ ├── imgly_list_item_option.xml │ │ ├── imgly_list_item_overlay.xml │ │ ├── imgly_list_item_overlay_thumbnail.xml │ │ ├── imgly_list_item_quick_option.xml │ │ ├── imgly_list_item_space.xml │ │ ├── imgly_list_item_sticker.xml │ │ ├── imgly_list_item_sticker_category.xml │ │ ├── imgly_list_item_sticker_upload.xml │ │ ├── imgly_list_item_text_design.xml │ │ ├── imgly_list_item_tool.xml │ │ ├── imgly_option_list.xml │ │ ├── imgly_panel_tool_adjust.xml │ │ ├── imgly_panel_tool_brush.xml │ │ ├── imgly_panel_tool_color.xml │ │ ├── imgly_panel_tool_filter.xml │ │ ├── imgly_panel_tool_focus.xml │ │ ├── imgly_panel_tool_font.xml │ │ ├── imgly_panel_tool_frame.xml │ │ ├── imgly_panel_tool_frame_options.xml │ │ ├── imgly_panel_tool_menu.xml │ │ ├── imgly_panel_tool_overlay.xml │ │ ├── imgly_panel_tool_sticker.xml │ │ ├── imgly_panel_tool_sticker_options.xml │ │ ├── imgly_panel_tool_text.xml │ │ ├── imgly_panel_tool_text_design.xml │ │ ├── imgly_panel_tool_text_design_option.xml │ │ ├── imgly_panel_tool_text_option.xml │ │ ├── imgly_panel_tool_transform.xml │ │ ├── imgly_panel_tool_video_trim.xml │ │ ├── imgly_popup_activity_spinner.xml │ │ ├── imgly_popup_brush_preview.xml │ │ ├── imgly_popup_confirm_dialog.xml │ │ ├── imgly_widget_actionbar.xml │ │ ├── imgly_widget_actionbar_title.xml │ │ ├── imgly_widget_color_picker.xml │ │ └── imgly_widget_slider.xml │ │ ├── values-v21 │ │ └── imgly_styles.xml │ │ └── values │ │ ├── imgly_attrs.xml │ │ ├── imgly_colors.xml │ │ ├── imgly_dimens.xml │ │ ├── imgly_dimens_camera.xml │ │ ├── imgly_dimens_filter.xml │ │ ├── imgly_dimens_frame.xml │ │ ├── imgly_dimens_overlay.xml │ │ ├── imgly_dimens_text_design.xml │ │ ├── imgly_dimens_transform.xml │ │ ├── imgly_drawable_alias.xml │ │ ├── imgly_strings_adjustment.xml │ │ ├── imgly_strings_brush.xml │ │ ├── imgly_strings_camera.xml │ │ ├── imgly_strings_color_filter.xml │ │ ├── imgly_strings_core.xml │ │ ├── imgly_strings_focus.xml │ │ ├── imgly_strings_frame.xml │ │ ├── imgly_strings_overlay.xml │ │ ├── imgly_strings_sticker.xml │ │ ├── imgly_strings_text.xml │ │ ├── imgly_strings_text_design.xml │ │ ├── imgly_strings_transformation.xml │ │ ├── imgly_strings_trim_tool.xml │ │ ├── imgly_style_activity.xml │ │ ├── imgly_style_adjust.xml │ │ ├── imgly_style_brush.xml │ │ ├── imgly_style_camera_preview.xml │ │ ├── imgly_style_color.xml │ │ ├── imgly_style_filter.xml │ │ ├── imgly_style_focus.xml │ │ ├── imgly_style_font.xml │ │ ├── imgly_style_frame.xml │ │ ├── imgly_style_overlay.xml │ │ ├── imgly_style_sticker.xml │ │ ├── imgly_style_text.xml │ │ ├── imgly_style_text_design.xml │ │ ├── imgly_style_transform.xml │ │ ├── imgly_style_trim.xml │ │ ├── imgly_styles_core.xml │ │ └── imgly_view_ids.xml ├── v_7_2 │ └── res │ │ ├── color │ │ ├── imgly_crop_item_color_states.xml │ │ ├── imgly_crop_item_fill_color_states.xml │ │ ├── imgly_crop_item_line_color_states.xml │ │ └── imgly_lable_color_states.xml │ │ ├── drawable-hdpi │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable-mdpi │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable-nodpi │ │ └── imgly_broken_or_missing_file.png │ │ ├── drawable-xhdpi │ │ ├── imgly_icon_show_filter.png │ │ ├── imgly_icon_text_design_blocks.png │ │ ├── imgly_icon_text_design_blocks_condensed.png │ │ ├── imgly_icon_text_design_blocks_light.png │ │ ├── imgly_icon_text_design_celebrate.png │ │ ├── imgly_icon_text_design_celebrate_simple.png │ │ ├── imgly_icon_text_design_equal_width.png │ │ ├── imgly_icon_text_design_equal_width_fat.png │ │ ├── imgly_icon_text_design_masked.png │ │ ├── imgly_icon_text_design_masked_badge.png │ │ ├── imgly_icon_text_design_masked_speech_bubble.png │ │ ├── imgly_icon_text_design_masked_speech_bubble_comic.png │ │ ├── imgly_icon_text_design_multiline.png │ │ ├── imgly_icon_text_design_particles.png │ │ ├── imgly_icon_text_design_rotated.png │ │ ├── imgly_icon_text_design_sunshine.png │ │ └── imgly_icon_text_design_watercolor.png │ │ ├── drawable-xxhdpi │ │ └── imgly_icon_camera_roll.png │ │ ├── drawable-xxxhdpi │ │ ├── imgly_button_shutter_animation_frame_00001.png │ │ ├── imgly_button_shutter_animation_frame_00002.png │ │ ├── imgly_button_shutter_animation_frame_00003.png │ │ ├── imgly_button_shutter_animation_frame_00004.png │ │ ├── imgly_button_shutter_animation_frame_00005.png │ │ ├── imgly_button_shutter_animation_frame_00006.png │ │ ├── imgly_button_shutter_animation_frame_00007.png │ │ ├── imgly_button_shutter_animation_frame_00008.png │ │ ├── imgly_button_shutter_animation_frame_00009.png │ │ ├── imgly_button_shutter_animation_frame_00010.png │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable │ │ ├── imgly_blend_mode_background_bottom.xml │ │ ├── imgly_blend_mode_background_top.xml │ │ ├── imgly_button.xml │ │ ├── imgly_button_click_overlay.xml │ │ ├── imgly_button_disabled.xml │ │ ├── imgly_button_normal.xml │ │ ├── imgly_button_pressed.xml │ │ ├── imgly_button_shutter_pressed_animation.xml │ │ ├── imgly_design_color_list_item.xml │ │ ├── imgly_design_color_list_item_active.xml │ │ ├── imgly_design_color_list_item_normal.xml │ │ ├── imgly_dialog_background.xml │ │ ├── imgly_icon_add.xml │ │ ├── imgly_icon_back.xml │ │ ├── imgly_icon_backward.xml │ │ ├── imgly_icon_camera.xml │ │ ├── imgly_icon_camera_flash.xml │ │ ├── imgly_icon_camera_switch.xml │ │ ├── imgly_icon_cancel.xml │ │ ├── imgly_icon_color_picker.xml │ │ ├── imgly_icon_color_selected.xml │ │ ├── imgly_icon_confirm.xml │ │ ├── imgly_icon_custom_crop.xml │ │ ├── imgly_icon_default_color_bg.xml │ │ ├── imgly_icon_default_color_fill.xml │ │ ├── imgly_icon_delete.xml │ │ ├── imgly_icon_edit.xml │ │ ├── imgly_icon_font.xml │ │ ├── imgly_icon_forward.xml │ │ ├── imgly_icon_go_back.xml │ │ ├── imgly_icon_horizontal_flip.xml │ │ ├── imgly_icon_horizontal_flip_transform.xml │ │ ├── imgly_icon_item_options.xml │ │ ├── imgly_icon_option_align_center.xml │ │ ├── imgly_icon_option_align_center_active.xml │ │ ├── imgly_icon_option_align_center_normal.xml │ │ ├── imgly_icon_option_align_fill.xml │ │ ├── imgly_icon_option_align_fill_active.xml │ │ ├── imgly_icon_option_align_fill_normal.xml │ │ ├── imgly_icon_option_align_left.xml │ │ ├── imgly_icon_option_align_left_active.xml │ │ ├── imgly_icon_option_align_left_normal.xml │ │ ├── imgly_icon_option_align_resize.xml │ │ ├── imgly_icon_option_align_resize_active.xml │ │ ├── imgly_icon_option_align_resize_normal.xml │ │ ├── imgly_icon_option_align_right.xml │ │ ├── imgly_icon_option_align_right_active.xml │ │ ├── imgly_icon_option_align_right_normal.xml │ │ ├── imgly_icon_option_blacks.xml │ │ ├── imgly_icon_option_blacks_active.xml │ │ ├── imgly_icon_option_blacks_normal.xml │ │ ├── imgly_icon_option_brightness.xml │ │ ├── imgly_icon_option_brightness_active.xml │ │ ├── imgly_icon_option_brightness_normal.xml │ │ ├── imgly_icon_option_bring_to_front.xml │ │ ├── imgly_icon_option_clarity.xml │ │ ├── imgly_icon_option_clarity_active.xml │ │ ├── imgly_icon_option_clarity_normal.xml │ │ ├── imgly_icon_option_color_pipette.xml │ │ ├── imgly_icon_option_contrast.xml │ │ ├── imgly_icon_option_contrast_active.xml │ │ ├── imgly_icon_option_contrast_normal.xml │ │ ├── imgly_icon_option_exposure.xml │ │ ├── imgly_icon_option_exposure_active.xml │ │ ├── imgly_icon_option_exposure_normal.xml │ │ ├── imgly_icon_option_flip_horizontal.xml │ │ ├── imgly_icon_option_flip_horizontal_active.xml │ │ ├── imgly_icon_option_flip_horizontal_normal.xml │ │ ├── imgly_icon_option_flip_vertical.xml │ │ ├── imgly_icon_option_flip_vertical_active.xml │ │ ├── imgly_icon_option_flip_vertical_normal.xml │ │ ├── imgly_icon_option_focus_gaussian.xml │ │ ├── imgly_icon_option_focus_gaussian_active.xml │ │ ├── imgly_icon_option_focus_gaussian_normal.xml │ │ ├── imgly_icon_option_focus_linear.xml │ │ ├── imgly_icon_option_focus_linear_active.xml │ │ ├── imgly_icon_option_focus_linear_normal.xml │ │ ├── imgly_icon_option_focus_mirrored.xml │ │ ├── imgly_icon_option_focus_mirrored_active.xml │ │ ├── imgly_icon_option_focus_mirrored_normal.xml │ │ ├── imgly_icon_option_focus_none.xml │ │ ├── imgly_icon_option_focus_none_active.xml │ │ ├── imgly_icon_option_focus_none_normal.xml │ │ ├── imgly_icon_option_focus_radial.xml │ │ ├── imgly_icon_option_focus_radial_active.xml │ │ ├── imgly_icon_option_focus_radial_normal.xml │ │ ├── imgly_icon_option_frame_none.xml │ │ ├── imgly_icon_option_frame_none_active.xml │ │ ├── imgly_icon_option_frame_none_normal.xml │ │ ├── imgly_icon_option_gamma.xml │ │ ├── imgly_icon_option_gamma_active.xml │ │ ├── imgly_icon_option_gamma_normal.xml │ │ ├── imgly_icon_option_hardness.xml │ │ ├── imgly_icon_option_hardness_active.xml │ │ ├── imgly_icon_option_hardness_normal.xml │ │ ├── imgly_icon_option_highlight.xml │ │ ├── imgly_icon_option_highlight_active.xml │ │ ├── imgly_icon_option_highlight_normal.xml │ │ ├── imgly_icon_option_magic.xml │ │ ├── imgly_icon_option_magic_active.xml │ │ ├── imgly_icon_option_magic_normal.xml │ │ ├── imgly_icon_option_opacity.xml │ │ ├── imgly_icon_option_opacity_active.xml │ │ ├── imgly_icon_option_opacity_normal.xml │ │ ├── imgly_icon_option_overlay_none.xml │ │ ├── imgly_icon_option_rotate_left.xml │ │ ├── imgly_icon_option_rotate_left_active.xml │ │ ├── imgly_icon_option_rotate_left_normal.xml │ │ ├── imgly_icon_option_rotate_right.xml │ │ ├── imgly_icon_option_rotate_right_active.xml │ │ ├── imgly_icon_option_rotate_right_normal.xml │ │ ├── imgly_icon_option_saturation.xml │ │ ├── imgly_icon_option_saturation_active.xml │ │ ├── imgly_icon_option_saturation_normal.xml │ │ ├── imgly_icon_option_shadow.xml │ │ ├── imgly_icon_option_shadow_active.xml │ │ ├── imgly_icon_option_shadow_normal.xml │ │ ├── imgly_icon_option_sharpness.xml │ │ ├── imgly_icon_option_sharpness_active.xml │ │ ├── imgly_icon_option_sharpness_normal.xml │ │ ├── imgly_icon_option_sticker_brightness.xml │ │ ├── imgly_icon_option_sticker_brightness_active.xml │ │ ├── imgly_icon_option_sticker_brightness_normal.xml │ │ ├── imgly_icon_option_sticker_contrast.xml │ │ ├── imgly_icon_option_sticker_contrast_active.xml │ │ ├── imgly_icon_option_sticker_contrast_normal.xml │ │ ├── imgly_icon_option_sticker_saturation.xml │ │ ├── imgly_icon_option_sticker_saturation_active.xml │ │ ├── imgly_icon_option_sticker_saturation_normal.xml │ │ ├── imgly_icon_option_tempature.xml │ │ ├── imgly_icon_option_temperature_active.xml │ │ ├── imgly_icon_option_temperature_normal.xml │ │ ├── imgly_icon_option_text_design_inverted_disabled.xml │ │ ├── imgly_icon_option_text_design_inverted_enabled.xml │ │ ├── imgly_icon_option_undo.xml │ │ ├── imgly_icon_option_whites.xml │ │ ├── imgly_icon_option_whites_active.xml │ │ ├── imgly_icon_option_whites_normal.xml │ │ ├── imgly_icon_pause.xml │ │ ├── imgly_icon_photoroll.xml │ │ ├── imgly_icon_play.xml │ │ ├── imgly_icon_play_pause.xml │ │ ├── imgly_icon_redo.xml │ │ ├── imgly_icon_redo_disabled.xml │ │ ├── imgly_icon_redo_enabled.xml │ │ ├── imgly_icon_replace.xml │ │ ├── imgly_icon_reset.xml │ │ ├── imgly_icon_rotate.xml │ │ ├── imgly_icon_save.xml │ │ ├── imgly_icon_shuffle.xml │ │ ├── imgly_icon_shuffle_active.xml │ │ ├── imgly_icon_shuffle_light.xml │ │ ├── imgly_icon_shuffle_light_active.xml │ │ ├── imgly_icon_shuffle_light_normal.xml │ │ ├── imgly_icon_shuffle_normal.xml │ │ ├── imgly_icon_straighten.xml │ │ ├── imgly_icon_swap.xml │ │ ├── imgly_icon_swap_active.xml │ │ ├── imgly_icon_swap_normal.xml │ │ ├── imgly_icon_to_front.xml │ │ ├── imgly_icon_tool_adjust.xml │ │ ├── imgly_icon_tool_brush.xml │ │ ├── imgly_icon_tool_filters.xml │ │ ├── imgly_icon_tool_focus.xml │ │ ├── imgly_icon_tool_frame.xml │ │ ├── imgly_icon_tool_overlay.xml │ │ ├── imgly_icon_tool_sticker.xml │ │ ├── imgly_icon_tool_text.xml │ │ ├── imgly_icon_tool_text_design.xml │ │ ├── imgly_icon_tool_transform.xml │ │ ├── imgly_icon_tool_trim.xml │ │ ├── imgly_icon_undo.xml │ │ ├── imgly_icon_undo_disabled.xml │ │ ├── imgly_icon_undo_enabled.xml │ │ ├── imgly_icon_vertical_flip.xml │ │ ├── imgly_icon_wait.xml │ │ ├── imgly_item_border.xml │ │ ├── imgly_item_color_overlay.xml │ │ ├── imgly_item_folder_overlay.xml │ │ ├── imgly_item_folder_overlay_active.xml │ │ ├── imgly_item_folder_overlay_normal.xml │ │ ├── imgly_item_select.xml │ │ ├── imgly_item_selected_overlay.xml │ │ ├── imgly_item_selected_overlay_active.xml │ │ ├── imgly_item_selected_overlay_dark.xml │ │ ├── imgly_item_selected_overlay_dark_active.xml │ │ ├── imgly_item_selected_overlay_dark_normal.xml │ │ ├── imgly_item_selected_overlay_normal.xml │ │ ├── imgly_list_item_label_background.xml │ │ ├── imgly_list_thumb.xml │ │ ├── imgly_list_thumb_handle.xml │ │ ├── imgly_list_thumb_normal.xml │ │ ├── imgly_list_thumb_pressed.xml │ │ ├── imgly_slider_background.xml │ │ ├── imgly_slider_progress.xml │ │ ├── imgly_slider_thumb.xml │ │ ├── imgly_slider_thumb_disabled.xml │ │ ├── imgly_slider_thumb_normal.xml │ │ ├── imgly_slider_thumb_pressed.xml │ │ └── imgly_transparent_identity_alpha_slider.xml │ │ ├── layout │ │ ├── imgly_activity_camera_preview.xml │ │ ├── imgly_activity_photo_editor.xml │ │ ├── imgly_design_color_item.xml │ │ ├── imgly_list_item_blend_mode.xml │ │ ├── imgly_list_item_color.xml │ │ ├── imgly_list_item_color_pipette.xml │ │ ├── imgly_list_item_crop.xml │ │ ├── imgly_list_item_crop_mask.xml │ │ ├── imgly_list_item_crop_toggle.xml │ │ ├── imgly_list_item_filter.xml │ │ ├── imgly_list_item_filter_folder_subitem.xml │ │ ├── imgly_list_item_folder.xml │ │ ├── imgly_list_item_font.xml │ │ ├── imgly_list_item_font_big.xml │ │ ├── imgly_list_item_frame.xml │ │ ├── imgly_list_item_none_frame.xml │ │ ├── imgly_list_item_option.xml │ │ ├── imgly_list_item_overlay.xml │ │ ├── imgly_list_item_overlay_thumbnail.xml │ │ ├── imgly_list_item_quick_option.xml │ │ ├── imgly_list_item_space.xml │ │ ├── imgly_list_item_sticker.xml │ │ ├── imgly_list_item_sticker_category.xml │ │ ├── imgly_list_item_sticker_upload.xml │ │ ├── imgly_list_item_text_design.xml │ │ ├── imgly_list_item_tool.xml │ │ ├── imgly_option_list.xml │ │ ├── imgly_panel_tool_adjust.xml │ │ ├── imgly_panel_tool_brush.xml │ │ ├── imgly_panel_tool_color.xml │ │ ├── imgly_panel_tool_filter.xml │ │ ├── imgly_panel_tool_focus.xml │ │ ├── imgly_panel_tool_font.xml │ │ ├── imgly_panel_tool_frame.xml │ │ ├── imgly_panel_tool_frame_options.xml │ │ ├── imgly_panel_tool_menu.xml │ │ ├── imgly_panel_tool_overlay.xml │ │ ├── imgly_panel_tool_sticker.xml │ │ ├── imgly_panel_tool_sticker_options.xml │ │ ├── imgly_panel_tool_text.xml │ │ ├── imgly_panel_tool_text_design.xml │ │ ├── imgly_panel_tool_text_design_option.xml │ │ ├── imgly_panel_tool_text_option.xml │ │ ├── imgly_panel_tool_transform.xml │ │ ├── imgly_panel_tool_video_trim.xml │ │ ├── imgly_popup_activity_spinner.xml │ │ ├── imgly_popup_brush_preview.xml │ │ ├── imgly_popup_confirm_dialog.xml │ │ ├── imgly_widget_actionbar.xml │ │ ├── imgly_widget_actionbar_title.xml │ │ ├── imgly_widget_color_picker.xml │ │ └── imgly_widget_slider.xml │ │ ├── values-v21 │ │ └── imgly_styles.xml │ │ └── values │ │ ├── imgly_attrs.xml │ │ ├── imgly_colors.xml │ │ ├── imgly_dimens.xml │ │ ├── imgly_dimens_camera.xml │ │ ├── imgly_dimens_filter.xml │ │ ├── imgly_dimens_frame.xml │ │ ├── imgly_dimens_overlay.xml │ │ ├── imgly_dimens_text_design.xml │ │ ├── imgly_dimens_transform.xml │ │ ├── imgly_drawable_alias.xml │ │ ├── imgly_strings_adjustment.xml │ │ ├── imgly_strings_brush.xml │ │ ├── imgly_strings_camera.xml │ │ ├── imgly_strings_color_filter.xml │ │ ├── imgly_strings_core.xml │ │ ├── imgly_strings_focus.xml │ │ ├── imgly_strings_frame.xml │ │ ├── imgly_strings_overlay.xml │ │ ├── imgly_strings_sticker.xml │ │ ├── imgly_strings_text.xml │ │ ├── imgly_strings_text_design.xml │ │ ├── imgly_strings_transformation.xml │ │ ├── imgly_strings_trim_tool.xml │ │ ├── imgly_style_activity.xml │ │ ├── imgly_style_adjust.xml │ │ ├── imgly_style_brush.xml │ │ ├── imgly_style_camera_preview.xml │ │ ├── imgly_style_color.xml │ │ ├── imgly_style_filter.xml │ │ ├── imgly_style_focus.xml │ │ ├── imgly_style_font.xml │ │ ├── imgly_style_frame.xml │ │ ├── imgly_style_overlay.xml │ │ ├── imgly_style_sticker.xml │ │ ├── imgly_style_text.xml │ │ ├── imgly_style_text_design.xml │ │ ├── imgly_style_transform.xml │ │ ├── imgly_style_trim.xml │ │ ├── imgly_styles_core.xml │ │ └── imgly_view_ids.xml ├── v_7_3 │ └── res │ │ ├── color │ │ ├── imgly_crop_item_color_states.xml │ │ ├── imgly_crop_item_fill_color_states.xml │ │ ├── imgly_crop_item_line_color_states.xml │ │ └── imgly_lable_color_states.xml │ │ ├── drawable-hdpi │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable-mdpi │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable-nodpi │ │ └── imgly_broken_or_missing_file.png │ │ ├── drawable-xhdpi │ │ ├── imgly_icon_show_filter.png │ │ ├── imgly_icon_text_design_blocks.png │ │ ├── imgly_icon_text_design_blocks_condensed.png │ │ ├── imgly_icon_text_design_blocks_light.png │ │ ├── imgly_icon_text_design_celebrate.png │ │ ├── imgly_icon_text_design_celebrate_simple.png │ │ ├── imgly_icon_text_design_equal_width.png │ │ ├── imgly_icon_text_design_equal_width_fat.png │ │ ├── imgly_icon_text_design_masked.png │ │ ├── imgly_icon_text_design_masked_badge.png │ │ ├── imgly_icon_text_design_masked_speech_bubble.png │ │ ├── imgly_icon_text_design_masked_speech_bubble_comic.png │ │ ├── imgly_icon_text_design_multiline.png │ │ ├── imgly_icon_text_design_particles.png │ │ ├── imgly_icon_text_design_rotated.png │ │ ├── imgly_icon_text_design_sunshine.png │ │ └── imgly_icon_text_design_watercolor.png │ │ ├── drawable-xxhdpi │ │ └── imgly_icon_camera_roll.png │ │ ├── drawable-xxxhdpi │ │ ├── imgly_button_shutter_animation_frame_00001.png │ │ ├── imgly_button_shutter_animation_frame_00002.png │ │ ├── imgly_button_shutter_animation_frame_00003.png │ │ ├── imgly_button_shutter_animation_frame_00004.png │ │ ├── imgly_button_shutter_animation_frame_00005.png │ │ ├── imgly_button_shutter_animation_frame_00006.png │ │ ├── imgly_button_shutter_animation_frame_00007.png │ │ ├── imgly_button_shutter_animation_frame_00008.png │ │ ├── imgly_button_shutter_animation_frame_00009.png │ │ ├── imgly_button_shutter_animation_frame_00010.png │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable │ │ ├── imgly_blend_mode_background_bottom.xml │ │ ├── imgly_blend_mode_background_top.xml │ │ ├── imgly_button.xml │ │ ├── imgly_button_click_overlay.xml │ │ ├── imgly_button_disabled.xml │ │ ├── imgly_button_normal.xml │ │ ├── imgly_button_pressed.xml │ │ ├── imgly_button_shutter_pressed_animation.xml │ │ ├── imgly_design_color_list_item.xml │ │ ├── imgly_design_color_list_item_active.xml │ │ ├── imgly_design_color_list_item_normal.xml │ │ ├── imgly_dialog_background.xml │ │ ├── imgly_icon_add.xml │ │ ├── imgly_icon_back.xml │ │ ├── imgly_icon_backward.xml │ │ ├── imgly_icon_camera.xml │ │ ├── imgly_icon_camera_flash.xml │ │ ├── imgly_icon_camera_switch.xml │ │ ├── imgly_icon_cancel.xml │ │ ├── imgly_icon_color_picker.xml │ │ ├── imgly_icon_color_selected.xml │ │ ├── imgly_icon_confirm.xml │ │ ├── imgly_icon_custom_crop.xml │ │ ├── imgly_icon_default_color_bg.xml │ │ ├── imgly_icon_default_color_fill.xml │ │ ├── imgly_icon_delete.xml │ │ ├── imgly_icon_edit.xml │ │ ├── imgly_icon_font.xml │ │ ├── imgly_icon_forward.xml │ │ ├── imgly_icon_go_back.xml │ │ ├── imgly_icon_horizontal_flip.xml │ │ ├── imgly_icon_horizontal_flip_transform.xml │ │ ├── imgly_icon_item_options.xml │ │ ├── imgly_icon_option_align_center.xml │ │ ├── imgly_icon_option_align_center_active.xml │ │ ├── imgly_icon_option_align_center_normal.xml │ │ ├── imgly_icon_option_align_fill.xml │ │ ├── imgly_icon_option_align_fill_active.xml │ │ ├── imgly_icon_option_align_fill_normal.xml │ │ ├── imgly_icon_option_align_left.xml │ │ ├── imgly_icon_option_align_left_active.xml │ │ ├── imgly_icon_option_align_left_normal.xml │ │ ├── imgly_icon_option_align_resize.xml │ │ ├── imgly_icon_option_align_resize_active.xml │ │ ├── imgly_icon_option_align_resize_normal.xml │ │ ├── imgly_icon_option_align_right.xml │ │ ├── imgly_icon_option_align_right_active.xml │ │ ├── imgly_icon_option_align_right_normal.xml │ │ ├── imgly_icon_option_blacks.xml │ │ ├── imgly_icon_option_blacks_active.xml │ │ ├── imgly_icon_option_blacks_normal.xml │ │ ├── imgly_icon_option_brightness.xml │ │ ├── imgly_icon_option_brightness_active.xml │ │ ├── imgly_icon_option_brightness_normal.xml │ │ ├── imgly_icon_option_bring_to_front.xml │ │ ├── imgly_icon_option_clarity.xml │ │ ├── imgly_icon_option_clarity_active.xml │ │ ├── imgly_icon_option_clarity_normal.xml │ │ ├── imgly_icon_option_color_pipette.xml │ │ ├── imgly_icon_option_contrast.xml │ │ ├── imgly_icon_option_contrast_active.xml │ │ ├── imgly_icon_option_contrast_normal.xml │ │ ├── imgly_icon_option_exposure.xml │ │ ├── imgly_icon_option_exposure_active.xml │ │ ├── imgly_icon_option_exposure_normal.xml │ │ ├── imgly_icon_option_flip_horizontal.xml │ │ ├── imgly_icon_option_flip_horizontal_active.xml │ │ ├── imgly_icon_option_flip_horizontal_normal.xml │ │ ├── imgly_icon_option_flip_vertical.xml │ │ ├── imgly_icon_option_flip_vertical_active.xml │ │ ├── imgly_icon_option_flip_vertical_normal.xml │ │ ├── imgly_icon_option_focus_gaussian.xml │ │ ├── imgly_icon_option_focus_gaussian_active.xml │ │ ├── imgly_icon_option_focus_gaussian_normal.xml │ │ ├── imgly_icon_option_focus_linear.xml │ │ ├── imgly_icon_option_focus_linear_active.xml │ │ ├── imgly_icon_option_focus_linear_normal.xml │ │ ├── imgly_icon_option_focus_mirrored.xml │ │ ├── imgly_icon_option_focus_mirrored_active.xml │ │ ├── imgly_icon_option_focus_mirrored_normal.xml │ │ ├── imgly_icon_option_focus_none.xml │ │ ├── imgly_icon_option_focus_none_active.xml │ │ ├── imgly_icon_option_focus_none_normal.xml │ │ ├── imgly_icon_option_focus_radial.xml │ │ ├── imgly_icon_option_focus_radial_active.xml │ │ ├── imgly_icon_option_focus_radial_normal.xml │ │ ├── imgly_icon_option_frame_none.xml │ │ ├── imgly_icon_option_frame_none_active.xml │ │ ├── imgly_icon_option_frame_none_normal.xml │ │ ├── imgly_icon_option_gamma.xml │ │ ├── imgly_icon_option_gamma_active.xml │ │ ├── imgly_icon_option_gamma_normal.xml │ │ ├── imgly_icon_option_hardness.xml │ │ ├── imgly_icon_option_hardness_active.xml │ │ ├── imgly_icon_option_hardness_normal.xml │ │ ├── imgly_icon_option_highlight.xml │ │ ├── imgly_icon_option_highlight_active.xml │ │ ├── imgly_icon_option_highlight_normal.xml │ │ ├── imgly_icon_option_magic.xml │ │ ├── imgly_icon_option_magic_active.xml │ │ ├── imgly_icon_option_magic_normal.xml │ │ ├── imgly_icon_option_opacity.xml │ │ ├── imgly_icon_option_opacity_active.xml │ │ ├── imgly_icon_option_opacity_normal.xml │ │ ├── imgly_icon_option_overlay_none.xml │ │ ├── imgly_icon_option_rotate_left.xml │ │ ├── imgly_icon_option_rotate_left_active.xml │ │ ├── imgly_icon_option_rotate_left_normal.xml │ │ ├── imgly_icon_option_rotate_right.xml │ │ ├── imgly_icon_option_rotate_right_active.xml │ │ ├── imgly_icon_option_rotate_right_normal.xml │ │ ├── imgly_icon_option_saturation.xml │ │ ├── imgly_icon_option_saturation_active.xml │ │ ├── imgly_icon_option_saturation_normal.xml │ │ ├── imgly_icon_option_shadow.xml │ │ ├── imgly_icon_option_shadow_active.xml │ │ ├── imgly_icon_option_shadow_normal.xml │ │ ├── imgly_icon_option_sharpness.xml │ │ ├── imgly_icon_option_sharpness_active.xml │ │ ├── imgly_icon_option_sharpness_normal.xml │ │ ├── imgly_icon_option_sticker_brightness.xml │ │ ├── imgly_icon_option_sticker_brightness_active.xml │ │ ├── imgly_icon_option_sticker_brightness_normal.xml │ │ ├── imgly_icon_option_sticker_contrast.xml │ │ ├── imgly_icon_option_sticker_contrast_active.xml │ │ ├── imgly_icon_option_sticker_contrast_normal.xml │ │ ├── imgly_icon_option_sticker_saturation.xml │ │ ├── imgly_icon_option_sticker_saturation_active.xml │ │ ├── imgly_icon_option_sticker_saturation_normal.xml │ │ ├── imgly_icon_option_tempature.xml │ │ ├── imgly_icon_option_temperature_active.xml │ │ ├── imgly_icon_option_temperature_normal.xml │ │ ├── imgly_icon_option_text_design_inverted_disabled.xml │ │ ├── imgly_icon_option_text_design_inverted_enabled.xml │ │ ├── imgly_icon_option_undo.xml │ │ ├── imgly_icon_option_whites.xml │ │ ├── imgly_icon_option_whites_active.xml │ │ ├── imgly_icon_option_whites_normal.xml │ │ ├── imgly_icon_pause.xml │ │ ├── imgly_icon_photoroll.xml │ │ ├── imgly_icon_play.xml │ │ ├── imgly_icon_play_pause.xml │ │ ├── imgly_icon_redo.xml │ │ ├── imgly_icon_redo_disabled.xml │ │ ├── imgly_icon_redo_enabled.xml │ │ ├── imgly_icon_replace.xml │ │ ├── imgly_icon_reset.xml │ │ ├── imgly_icon_rotate.xml │ │ ├── imgly_icon_save.xml │ │ ├── imgly_icon_shuffle.xml │ │ ├── imgly_icon_shuffle_active.xml │ │ ├── imgly_icon_shuffle_light.xml │ │ ├── imgly_icon_shuffle_light_active.xml │ │ ├── imgly_icon_shuffle_light_normal.xml │ │ ├── imgly_icon_shuffle_normal.xml │ │ ├── imgly_icon_straighten.xml │ │ ├── imgly_icon_swap.xml │ │ ├── imgly_icon_swap_active.xml │ │ ├── imgly_icon_swap_normal.xml │ │ ├── imgly_icon_to_front.xml │ │ ├── imgly_icon_tool_adjust.xml │ │ ├── imgly_icon_tool_brush.xml │ │ ├── imgly_icon_tool_filters.xml │ │ ├── imgly_icon_tool_focus.xml │ │ ├── imgly_icon_tool_frame.xml │ │ ├── imgly_icon_tool_overlay.xml │ │ ├── imgly_icon_tool_sticker.xml │ │ ├── imgly_icon_tool_text.xml │ │ ├── imgly_icon_tool_text_design.xml │ │ ├── imgly_icon_tool_transform.xml │ │ ├── imgly_icon_tool_trim.xml │ │ ├── imgly_icon_undo.xml │ │ ├── imgly_icon_undo_disabled.xml │ │ ├── imgly_icon_undo_enabled.xml │ │ ├── imgly_icon_vertical_flip.xml │ │ ├── imgly_icon_wait.xml │ │ ├── imgly_item_border.xml │ │ ├── imgly_item_color_overlay.xml │ │ ├── imgly_item_folder_overlay.xml │ │ ├── imgly_item_folder_overlay_active.xml │ │ ├── imgly_item_folder_overlay_normal.xml │ │ ├── imgly_item_select.xml │ │ ├── imgly_item_selected_overlay.xml │ │ ├── imgly_item_selected_overlay_active.xml │ │ ├── imgly_item_selected_overlay_dark.xml │ │ ├── imgly_item_selected_overlay_dark_active.xml │ │ ├── imgly_item_selected_overlay_dark_normal.xml │ │ ├── imgly_item_selected_overlay_normal.xml │ │ ├── imgly_list_item_label_background.xml │ │ ├── imgly_list_thumb.xml │ │ ├── imgly_list_thumb_handle.xml │ │ ├── imgly_list_thumb_normal.xml │ │ ├── imgly_list_thumb_pressed.xml │ │ ├── imgly_slider_background.xml │ │ ├── imgly_slider_progress.xml │ │ ├── imgly_slider_thumb.xml │ │ ├── imgly_slider_thumb_disabled.xml │ │ ├── imgly_slider_thumb_normal.xml │ │ ├── imgly_slider_thumb_pressed.xml │ │ └── imgly_transparent_identity_alpha_slider.xml │ │ ├── layout │ │ ├── imgly_activity_camera_preview.xml │ │ ├── imgly_activity_photo_editor.xml │ │ ├── imgly_design_color_item.xml │ │ ├── imgly_list_item_blend_mode.xml │ │ ├── imgly_list_item_color.xml │ │ ├── imgly_list_item_color_pipette.xml │ │ ├── imgly_list_item_crop.xml │ │ ├── imgly_list_item_crop_mask.xml │ │ ├── imgly_list_item_crop_toggle.xml │ │ ├── imgly_list_item_filter.xml │ │ ├── imgly_list_item_filter_folder_subitem.xml │ │ ├── imgly_list_item_folder.xml │ │ ├── imgly_list_item_font.xml │ │ ├── imgly_list_item_font_big.xml │ │ ├── imgly_list_item_frame.xml │ │ ├── imgly_list_item_none_frame.xml │ │ ├── imgly_list_item_option.xml │ │ ├── imgly_list_item_overlay.xml │ │ ├── imgly_list_item_overlay_thumbnail.xml │ │ ├── imgly_list_item_quick_option.xml │ │ ├── imgly_list_item_space.xml │ │ ├── imgly_list_item_sticker.xml │ │ ├── imgly_list_item_sticker_category.xml │ │ ├── imgly_list_item_sticker_upload.xml │ │ ├── imgly_list_item_text_design.xml │ │ ├── imgly_list_item_tool.xml │ │ ├── imgly_option_list.xml │ │ ├── imgly_panel_tool_adjust.xml │ │ ├── imgly_panel_tool_brush.xml │ │ ├── imgly_panel_tool_color.xml │ │ ├── imgly_panel_tool_filter.xml │ │ ├── imgly_panel_tool_focus.xml │ │ ├── imgly_panel_tool_font.xml │ │ ├── imgly_panel_tool_frame.xml │ │ ├── imgly_panel_tool_frame_options.xml │ │ ├── imgly_panel_tool_menu.xml │ │ ├── imgly_panel_tool_overlay.xml │ │ ├── imgly_panel_tool_sticker.xml │ │ ├── imgly_panel_tool_sticker_options.xml │ │ ├── imgly_panel_tool_text.xml │ │ ├── imgly_panel_tool_text_design.xml │ │ ├── imgly_panel_tool_text_design_option.xml │ │ ├── imgly_panel_tool_text_option.xml │ │ ├── imgly_panel_tool_transform.xml │ │ ├── imgly_panel_tool_video_trim.xml │ │ ├── imgly_popup_activity_spinner.xml │ │ ├── imgly_popup_brush_preview.xml │ │ ├── imgly_popup_confirm_dialog.xml │ │ ├── imgly_widget_actionbar.xml │ │ ├── imgly_widget_actionbar_title.xml │ │ ├── imgly_widget_color_picker.xml │ │ └── imgly_widget_slider.xml │ │ ├── values-v21 │ │ └── imgly_styles.xml │ │ └── values │ │ ├── imgly_attrs.xml │ │ ├── imgly_colors.xml │ │ ├── imgly_dimens.xml │ │ ├── imgly_dimens_camera.xml │ │ ├── imgly_dimens_filter.xml │ │ ├── imgly_dimens_frame.xml │ │ ├── imgly_dimens_overlay.xml │ │ ├── imgly_dimens_text_design.xml │ │ ├── imgly_dimens_transform.xml │ │ ├── imgly_drawable_alias.xml │ │ ├── imgly_strings_adjustment.xml │ │ ├── imgly_strings_brush.xml │ │ ├── imgly_strings_camera.xml │ │ ├── imgly_strings_color_filter.xml │ │ ├── imgly_strings_core.xml │ │ ├── imgly_strings_focus.xml │ │ ├── imgly_strings_frame.xml │ │ ├── imgly_strings_overlay.xml │ │ ├── imgly_strings_sticker.xml │ │ ├── imgly_strings_text.xml │ │ ├── imgly_strings_text_design.xml │ │ ├── imgly_strings_transformation.xml │ │ ├── imgly_strings_trim_tool.xml │ │ ├── imgly_style_activity.xml │ │ ├── imgly_style_adjust.xml │ │ ├── imgly_style_brush.xml │ │ ├── imgly_style_camera_preview.xml │ │ ├── imgly_style_color.xml │ │ ├── imgly_style_filter.xml │ │ ├── imgly_style_focus.xml │ │ ├── imgly_style_font.xml │ │ ├── imgly_style_frame.xml │ │ ├── imgly_style_overlay.xml │ │ ├── imgly_style_sticker.xml │ │ ├── imgly_style_text.xml │ │ ├── imgly_style_text_design.xml │ │ ├── imgly_style_transform.xml │ │ ├── imgly_style_trim.xml │ │ ├── imgly_styles_core.xml │ │ └── imgly_view_ids.xml ├── v_7_4 │ └── res │ │ ├── color │ │ ├── imgly_crop_item_color_states.xml │ │ ├── imgly_crop_item_fill_color_states.xml │ │ ├── imgly_crop_item_line_color_states.xml │ │ └── imgly_lable_color_states.xml │ │ ├── drawable-hdpi │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable-mdpi │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable-nodpi │ │ └── imgly_broken_or_missing_file.png │ │ ├── drawable-xhdpi │ │ ├── imgly_icon_show_filter.png │ │ ├── imgly_icon_text_design_blocks.png │ │ ├── imgly_icon_text_design_blocks_condensed.png │ │ ├── imgly_icon_text_design_blocks_light.png │ │ ├── imgly_icon_text_design_celebrate.png │ │ ├── imgly_icon_text_design_celebrate_simple.png │ │ ├── imgly_icon_text_design_equal_width.png │ │ ├── imgly_icon_text_design_equal_width_fat.png │ │ ├── imgly_icon_text_design_masked.png │ │ ├── imgly_icon_text_design_masked_badge.png │ │ ├── imgly_icon_text_design_masked_speech_bubble.png │ │ ├── imgly_icon_text_design_masked_speech_bubble_comic.png │ │ ├── imgly_icon_text_design_multiline.png │ │ ├── imgly_icon_text_design_particles.png │ │ ├── imgly_icon_text_design_rotated.png │ │ ├── imgly_icon_text_design_sunshine.png │ │ └── imgly_icon_text_design_watercolor.png │ │ ├── drawable-xxhdpi │ │ └── imgly_icon_camera_roll.png │ │ ├── drawable-xxxhdpi │ │ ├── imgly_button_shutter_animation_frame_00001.png │ │ ├── imgly_button_shutter_animation_frame_00002.png │ │ ├── imgly_button_shutter_animation_frame_00003.png │ │ ├── imgly_button_shutter_animation_frame_00004.png │ │ ├── imgly_button_shutter_animation_frame_00005.png │ │ ├── imgly_button_shutter_animation_frame_00006.png │ │ ├── imgly_button_shutter_animation_frame_00007.png │ │ ├── imgly_button_shutter_animation_frame_00008.png │ │ ├── imgly_button_shutter_animation_frame_00009.png │ │ ├── imgly_button_shutter_animation_frame_00010.png │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable │ │ ├── imgly_blend_mode_background_bottom.xml │ │ ├── imgly_blend_mode_background_top.xml │ │ ├── imgly_button.xml │ │ ├── imgly_button_click_overlay.xml │ │ ├── imgly_button_disabled.xml │ │ ├── imgly_button_normal.xml │ │ ├── imgly_button_pressed.xml │ │ ├── imgly_button_shutter_pressed_animation.xml │ │ ├── imgly_design_color_list_item.xml │ │ ├── imgly_design_color_list_item_active.xml │ │ ├── imgly_design_color_list_item_normal.xml │ │ ├── imgly_dialog_background.xml │ │ ├── imgly_icon_add.xml │ │ ├── imgly_icon_back.xml │ │ ├── imgly_icon_backward.xml │ │ ├── imgly_icon_camera.xml │ │ ├── imgly_icon_camera_flash.xml │ │ ├── imgly_icon_camera_switch.xml │ │ ├── imgly_icon_cancel.xml │ │ ├── imgly_icon_color_picker.xml │ │ ├── imgly_icon_color_selected.xml │ │ ├── imgly_icon_confirm.xml │ │ ├── imgly_icon_custom_crop.xml │ │ ├── imgly_icon_default_color_bg.xml │ │ ├── imgly_icon_default_color_fill.xml │ │ ├── imgly_icon_delete.xml │ │ ├── imgly_icon_edit.xml │ │ ├── imgly_icon_font.xml │ │ ├── imgly_icon_forward.xml │ │ ├── imgly_icon_go_back.xml │ │ ├── imgly_icon_horizontal_flip.xml │ │ ├── imgly_icon_horizontal_flip_transform.xml │ │ ├── imgly_icon_item_options.xml │ │ ├── imgly_icon_option_align_center.xml │ │ ├── imgly_icon_option_align_center_active.xml │ │ ├── imgly_icon_option_align_center_normal.xml │ │ ├── imgly_icon_option_align_fill.xml │ │ ├── imgly_icon_option_align_fill_active.xml │ │ ├── imgly_icon_option_align_fill_normal.xml │ │ ├── imgly_icon_option_align_left.xml │ │ ├── imgly_icon_option_align_left_active.xml │ │ ├── imgly_icon_option_align_left_normal.xml │ │ ├── imgly_icon_option_align_resize.xml │ │ ├── imgly_icon_option_align_resize_active.xml │ │ ├── imgly_icon_option_align_resize_normal.xml │ │ ├── imgly_icon_option_align_right.xml │ │ ├── imgly_icon_option_align_right_active.xml │ │ ├── imgly_icon_option_align_right_normal.xml │ │ ├── imgly_icon_option_blacks.xml │ │ ├── imgly_icon_option_blacks_active.xml │ │ ├── imgly_icon_option_blacks_normal.xml │ │ ├── imgly_icon_option_brightness.xml │ │ ├── imgly_icon_option_brightness_active.xml │ │ ├── imgly_icon_option_brightness_normal.xml │ │ ├── imgly_icon_option_bring_to_front.xml │ │ ├── imgly_icon_option_clarity.xml │ │ ├── imgly_icon_option_clarity_active.xml │ │ ├── imgly_icon_option_clarity_normal.xml │ │ ├── imgly_icon_option_color_pipette.xml │ │ ├── imgly_icon_option_contrast.xml │ │ ├── imgly_icon_option_contrast_active.xml │ │ ├── imgly_icon_option_contrast_normal.xml │ │ ├── imgly_icon_option_exposure.xml │ │ ├── imgly_icon_option_exposure_active.xml │ │ ├── imgly_icon_option_exposure_normal.xml │ │ ├── imgly_icon_option_flip_horizontal.xml │ │ ├── imgly_icon_option_flip_horizontal_active.xml │ │ ├── imgly_icon_option_flip_horizontal_normal.xml │ │ ├── imgly_icon_option_flip_vertical.xml │ │ ├── imgly_icon_option_flip_vertical_active.xml │ │ ├── imgly_icon_option_flip_vertical_normal.xml │ │ ├── imgly_icon_option_focus_gaussian.xml │ │ ├── imgly_icon_option_focus_gaussian_active.xml │ │ ├── imgly_icon_option_focus_gaussian_normal.xml │ │ ├── imgly_icon_option_focus_linear.xml │ │ ├── imgly_icon_option_focus_linear_active.xml │ │ ├── imgly_icon_option_focus_linear_normal.xml │ │ ├── imgly_icon_option_focus_mirrored.xml │ │ ├── imgly_icon_option_focus_mirrored_active.xml │ │ ├── imgly_icon_option_focus_mirrored_normal.xml │ │ ├── imgly_icon_option_focus_none.xml │ │ ├── imgly_icon_option_focus_none_active.xml │ │ ├── imgly_icon_option_focus_none_normal.xml │ │ ├── imgly_icon_option_focus_radial.xml │ │ ├── imgly_icon_option_focus_radial_active.xml │ │ ├── imgly_icon_option_focus_radial_normal.xml │ │ ├── imgly_icon_option_frame_none.xml │ │ ├── imgly_icon_option_frame_none_active.xml │ │ ├── imgly_icon_option_frame_none_normal.xml │ │ ├── imgly_icon_option_gamma.xml │ │ ├── imgly_icon_option_gamma_active.xml │ │ ├── imgly_icon_option_gamma_normal.xml │ │ ├── imgly_icon_option_hardness.xml │ │ ├── imgly_icon_option_hardness_active.xml │ │ ├── imgly_icon_option_hardness_normal.xml │ │ ├── imgly_icon_option_highlight.xml │ │ ├── imgly_icon_option_highlight_active.xml │ │ ├── imgly_icon_option_highlight_normal.xml │ │ ├── imgly_icon_option_magic.xml │ │ ├── imgly_icon_option_magic_active.xml │ │ ├── imgly_icon_option_magic_normal.xml │ │ ├── imgly_icon_option_opacity.xml │ │ ├── imgly_icon_option_opacity_active.xml │ │ ├── imgly_icon_option_opacity_normal.xml │ │ ├── imgly_icon_option_overlay_none.xml │ │ ├── imgly_icon_option_rotate_left.xml │ │ ├── imgly_icon_option_rotate_left_active.xml │ │ ├── imgly_icon_option_rotate_left_normal.xml │ │ ├── imgly_icon_option_rotate_right.xml │ │ ├── imgly_icon_option_rotate_right_active.xml │ │ ├── imgly_icon_option_rotate_right_normal.xml │ │ ├── imgly_icon_option_saturation.xml │ │ ├── imgly_icon_option_saturation_active.xml │ │ ├── imgly_icon_option_saturation_normal.xml │ │ ├── imgly_icon_option_shadow.xml │ │ ├── imgly_icon_option_shadow_active.xml │ │ ├── imgly_icon_option_shadow_normal.xml │ │ ├── imgly_icon_option_sharpness.xml │ │ ├── imgly_icon_option_sharpness_active.xml │ │ ├── imgly_icon_option_sharpness_normal.xml │ │ ├── imgly_icon_option_sticker_brightness.xml │ │ ├── imgly_icon_option_sticker_brightness_active.xml │ │ ├── imgly_icon_option_sticker_brightness_normal.xml │ │ ├── imgly_icon_option_sticker_contrast.xml │ │ ├── imgly_icon_option_sticker_contrast_active.xml │ │ ├── imgly_icon_option_sticker_contrast_normal.xml │ │ ├── imgly_icon_option_sticker_saturation.xml │ │ ├── imgly_icon_option_sticker_saturation_active.xml │ │ ├── imgly_icon_option_sticker_saturation_normal.xml │ │ ├── imgly_icon_option_tempature.xml │ │ ├── imgly_icon_option_temperature_active.xml │ │ ├── imgly_icon_option_temperature_normal.xml │ │ ├── imgly_icon_option_text_design_inverted_disabled.xml │ │ ├── imgly_icon_option_text_design_inverted_enabled.xml │ │ ├── imgly_icon_option_undo.xml │ │ ├── imgly_icon_option_whites.xml │ │ ├── imgly_icon_option_whites_active.xml │ │ ├── imgly_icon_option_whites_normal.xml │ │ ├── imgly_icon_pause.xml │ │ ├── imgly_icon_photoroll.xml │ │ ├── imgly_icon_play.xml │ │ ├── imgly_icon_play_pause.xml │ │ ├── imgly_icon_redo.xml │ │ ├── imgly_icon_redo_disabled.xml │ │ ├── imgly_icon_redo_enabled.xml │ │ ├── imgly_icon_replace.xml │ │ ├── imgly_icon_reset.xml │ │ ├── imgly_icon_rotate.xml │ │ ├── imgly_icon_save.xml │ │ ├── imgly_icon_shuffle.xml │ │ ├── imgly_icon_shuffle_active.xml │ │ ├── imgly_icon_shuffle_light.xml │ │ ├── imgly_icon_shuffle_light_active.xml │ │ ├── imgly_icon_shuffle_light_normal.xml │ │ ├── imgly_icon_shuffle_normal.xml │ │ ├── imgly_icon_straighten.xml │ │ ├── imgly_icon_swap.xml │ │ ├── imgly_icon_swap_active.xml │ │ ├── imgly_icon_swap_normal.xml │ │ ├── imgly_icon_to_front.xml │ │ ├── imgly_icon_to_front_disabled.xml │ │ ├── imgly_icon_to_front_enabled.xml │ │ ├── imgly_icon_tool_adjust.xml │ │ ├── imgly_icon_tool_brush.xml │ │ ├── imgly_icon_tool_filters.xml │ │ ├── imgly_icon_tool_focus.xml │ │ ├── imgly_icon_tool_frame.xml │ │ ├── imgly_icon_tool_overlay.xml │ │ ├── imgly_icon_tool_sticker.xml │ │ ├── imgly_icon_tool_text.xml │ │ ├── imgly_icon_tool_text_design.xml │ │ ├── imgly_icon_tool_transform.xml │ │ ├── imgly_icon_tool_trim.xml │ │ ├── imgly_icon_undo.xml │ │ ├── imgly_icon_undo_disabled.xml │ │ ├── imgly_icon_undo_enabled.xml │ │ ├── imgly_icon_vertical_flip.xml │ │ ├── imgly_icon_wait.xml │ │ ├── imgly_item_border.xml │ │ ├── imgly_item_color_overlay.xml │ │ ├── imgly_item_folder_overlay.xml │ │ ├── imgly_item_folder_overlay_active.xml │ │ ├── imgly_item_folder_overlay_normal.xml │ │ ├── imgly_item_select.xml │ │ ├── imgly_item_selected_overlay.xml │ │ ├── imgly_item_selected_overlay_active.xml │ │ ├── imgly_item_selected_overlay_dark.xml │ │ ├── imgly_item_selected_overlay_dark_active.xml │ │ ├── imgly_item_selected_overlay_dark_normal.xml │ │ ├── imgly_item_selected_overlay_normal.xml │ │ ├── imgly_list_item_label_background.xml │ │ ├── imgly_list_thumb.xml │ │ ├── imgly_list_thumb_handle.xml │ │ ├── imgly_list_thumb_normal.xml │ │ ├── imgly_list_thumb_pressed.xml │ │ ├── imgly_slider_background.xml │ │ ├── imgly_slider_progress.xml │ │ ├── imgly_slider_thumb.xml │ │ ├── imgly_slider_thumb_disabled.xml │ │ ├── imgly_slider_thumb_normal.xml │ │ ├── imgly_slider_thumb_pressed.xml │ │ └── imgly_transparent_identity_alpha_slider.xml │ │ ├── layout │ │ ├── imgly_activity_camera_preview.xml │ │ ├── imgly_activity_photo_editor.xml │ │ ├── imgly_design_color_item.xml │ │ ├── imgly_list_item_blend_mode.xml │ │ ├── imgly_list_item_color.xml │ │ ├── imgly_list_item_color_pipette.xml │ │ ├── imgly_list_item_crop.xml │ │ ├── imgly_list_item_crop_mask.xml │ │ ├── imgly_list_item_crop_toggle.xml │ │ ├── imgly_list_item_filter.xml │ │ ├── imgly_list_item_filter_folder_subitem.xml │ │ ├── imgly_list_item_folder.xml │ │ ├── imgly_list_item_font.xml │ │ ├── imgly_list_item_font_big.xml │ │ ├── imgly_list_item_frame.xml │ │ ├── imgly_list_item_none_frame.xml │ │ ├── imgly_list_item_option.xml │ │ ├── imgly_list_item_overlay.xml │ │ ├── imgly_list_item_overlay_thumbnail.xml │ │ ├── imgly_list_item_quick_option.xml │ │ ├── imgly_list_item_space.xml │ │ ├── imgly_list_item_sticker.xml │ │ ├── imgly_list_item_sticker_category.xml │ │ ├── imgly_list_item_sticker_upload.xml │ │ ├── imgly_list_item_text_design.xml │ │ ├── imgly_list_item_tool.xml │ │ ├── imgly_option_list.xml │ │ ├── imgly_panel_tool_adjust.xml │ │ ├── imgly_panel_tool_brush.xml │ │ ├── imgly_panel_tool_color.xml │ │ ├── imgly_panel_tool_filter.xml │ │ ├── imgly_panel_tool_focus.xml │ │ ├── imgly_panel_tool_font.xml │ │ ├── imgly_panel_tool_frame.xml │ │ ├── imgly_panel_tool_frame_options.xml │ │ ├── imgly_panel_tool_menu.xml │ │ ├── imgly_panel_tool_overlay.xml │ │ ├── imgly_panel_tool_sticker.xml │ │ ├── imgly_panel_tool_sticker_options.xml │ │ ├── imgly_panel_tool_text.xml │ │ ├── imgly_panel_tool_text_design.xml │ │ ├── imgly_panel_tool_text_design_option.xml │ │ ├── imgly_panel_tool_text_option.xml │ │ ├── imgly_panel_tool_transform.xml │ │ ├── imgly_panel_tool_video_trim.xml │ │ ├── imgly_popup_activity_spinner.xml │ │ ├── imgly_popup_brush_preview.xml │ │ ├── imgly_popup_confirm_dialog.xml │ │ ├── imgly_popup_error_dialog.xml │ │ ├── imgly_widget_actionbar.xml │ │ ├── imgly_widget_actionbar_title.xml │ │ ├── imgly_widget_color_picker.xml │ │ └── imgly_widget_slider.xml │ │ ├── values-v21 │ │ └── imgly_styles.xml │ │ └── values │ │ ├── imgly_attrs.xml │ │ ├── imgly_colors.xml │ │ ├── imgly_dimens.xml │ │ ├── imgly_dimens_camera.xml │ │ ├── imgly_dimens_filter.xml │ │ ├── imgly_dimens_frame.xml │ │ ├── imgly_dimens_overlay.xml │ │ ├── imgly_dimens_text_design.xml │ │ ├── imgly_dimens_transform.xml │ │ ├── imgly_drawable_alias.xml │ │ ├── imgly_strings_adjustment.xml │ │ ├── imgly_strings_brush.xml │ │ ├── imgly_strings_camera.xml │ │ ├── imgly_strings_color_filter.xml │ │ ├── imgly_strings_core.xml │ │ ├── imgly_strings_focus.xml │ │ ├── imgly_strings_frame.xml │ │ ├── imgly_strings_overlay.xml │ │ ├── imgly_strings_sticker.xml │ │ ├── imgly_strings_text.xml │ │ ├── imgly_strings_text_design.xml │ │ ├── imgly_strings_transformation.xml │ │ ├── imgly_strings_trim_tool.xml │ │ ├── imgly_style_activity.xml │ │ ├── imgly_style_adjust.xml │ │ ├── imgly_style_brush.xml │ │ ├── imgly_style_camera_preview.xml │ │ ├── imgly_style_color.xml │ │ ├── imgly_style_filter.xml │ │ ├── imgly_style_focus.xml │ │ ├── imgly_style_font.xml │ │ ├── imgly_style_frame.xml │ │ ├── imgly_style_overlay.xml │ │ ├── imgly_style_sticker.xml │ │ ├── imgly_style_text.xml │ │ ├── imgly_style_text_design.xml │ │ ├── imgly_style_transform.xml │ │ ├── imgly_style_trim.xml │ │ ├── imgly_styles_core.xml │ │ └── imgly_view_ids.xml ├── v_7_5 │ └── res │ │ ├── color │ │ ├── imgly_crop_item_color_states.xml │ │ ├── imgly_crop_item_fill_color_states.xml │ │ ├── imgly_crop_item_line_color_states.xml │ │ └── imgly_lable_color_states.xml │ │ ├── drawable-hdpi │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable-mdpi │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable-nodpi │ │ └── imgly_broken_or_missing_file.png │ │ ├── drawable-xhdpi │ │ ├── imgly_icon_show_filter.png │ │ ├── imgly_icon_text_design_blocks.png │ │ ├── imgly_icon_text_design_blocks_condensed.png │ │ ├── imgly_icon_text_design_blocks_light.png │ │ ├── imgly_icon_text_design_celebrate.png │ │ ├── imgly_icon_text_design_celebrate_simple.png │ │ ├── imgly_icon_text_design_equal_width.png │ │ ├── imgly_icon_text_design_equal_width_fat.png │ │ ├── imgly_icon_text_design_masked.png │ │ ├── imgly_icon_text_design_masked_badge.png │ │ ├── imgly_icon_text_design_masked_speech_bubble.png │ │ ├── imgly_icon_text_design_masked_speech_bubble_comic.png │ │ ├── imgly_icon_text_design_multiline.png │ │ ├── imgly_icon_text_design_particles.png │ │ ├── imgly_icon_text_design_rotated.png │ │ ├── imgly_icon_text_design_sunshine.png │ │ └── imgly_icon_text_design_watercolor.png │ │ ├── drawable-xxhdpi │ │ └── imgly_icon_camera_roll.png │ │ ├── drawable-xxxhdpi │ │ ├── imgly_button_shutter_animation_frame_00001.png │ │ ├── imgly_button_shutter_animation_frame_00002.png │ │ ├── imgly_button_shutter_animation_frame_00003.png │ │ ├── imgly_button_shutter_animation_frame_00004.png │ │ ├── imgly_button_shutter_animation_frame_00005.png │ │ ├── imgly_button_shutter_animation_frame_00006.png │ │ ├── imgly_button_shutter_animation_frame_00007.png │ │ ├── imgly_button_shutter_animation_frame_00008.png │ │ ├── imgly_button_shutter_animation_frame_00009.png │ │ ├── imgly_button_shutter_animation_frame_00010.png │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable │ │ ├── imgly_blend_mode_background_bottom.xml │ │ ├── imgly_blend_mode_background_top.xml │ │ ├── imgly_button.xml │ │ ├── imgly_button_click_overlay.xml │ │ ├── imgly_button_disabled.xml │ │ ├── imgly_button_normal.xml │ │ ├── imgly_button_pressed.xml │ │ ├── imgly_button_shutter_pressed_animation.xml │ │ ├── imgly_design_color_list_item.xml │ │ ├── imgly_design_color_list_item_active.xml │ │ ├── imgly_design_color_list_item_normal.xml │ │ ├── imgly_dialog_background.xml │ │ ├── imgly_icon_add.xml │ │ ├── imgly_icon_back.xml │ │ ├── imgly_icon_backward.xml │ │ ├── imgly_icon_camera.xml │ │ ├── imgly_icon_camera_flash.xml │ │ ├── imgly_icon_camera_switch.xml │ │ ├── imgly_icon_cancel.xml │ │ ├── imgly_icon_color_picker.xml │ │ ├── imgly_icon_color_selected.xml │ │ ├── imgly_icon_confirm.xml │ │ ├── imgly_icon_custom_crop.xml │ │ ├── imgly_icon_default_color_bg.xml │ │ ├── imgly_icon_default_color_fill.xml │ │ ├── imgly_icon_delete.xml │ │ ├── imgly_icon_edit.xml │ │ ├── imgly_icon_font.xml │ │ ├── imgly_icon_forward.xml │ │ ├── imgly_icon_go_back.xml │ │ ├── imgly_icon_horizontal_flip.xml │ │ ├── imgly_icon_horizontal_flip_transform.xml │ │ ├── imgly_icon_item_options.xml │ │ ├── imgly_icon_option_align_center.xml │ │ ├── imgly_icon_option_align_center_active.xml │ │ ├── imgly_icon_option_align_center_normal.xml │ │ ├── imgly_icon_option_align_fill.xml │ │ ├── imgly_icon_option_align_fill_active.xml │ │ ├── imgly_icon_option_align_fill_normal.xml │ │ ├── imgly_icon_option_align_left.xml │ │ ├── imgly_icon_option_align_left_active.xml │ │ ├── imgly_icon_option_align_left_normal.xml │ │ ├── imgly_icon_option_align_resize.xml │ │ ├── imgly_icon_option_align_resize_active.xml │ │ ├── imgly_icon_option_align_resize_normal.xml │ │ ├── imgly_icon_option_align_right.xml │ │ ├── imgly_icon_option_align_right_active.xml │ │ ├── imgly_icon_option_align_right_normal.xml │ │ ├── imgly_icon_option_blacks.xml │ │ ├── imgly_icon_option_blacks_active.xml │ │ ├── imgly_icon_option_blacks_normal.xml │ │ ├── imgly_icon_option_brightness.xml │ │ ├── imgly_icon_option_brightness_active.xml │ │ ├── imgly_icon_option_brightness_normal.xml │ │ ├── imgly_icon_option_bring_to_front.xml │ │ ├── imgly_icon_option_clarity.xml │ │ ├── imgly_icon_option_clarity_active.xml │ │ ├── imgly_icon_option_clarity_normal.xml │ │ ├── imgly_icon_option_color_pipette.xml │ │ ├── imgly_icon_option_contrast.xml │ │ ├── imgly_icon_option_contrast_active.xml │ │ ├── imgly_icon_option_contrast_normal.xml │ │ ├── imgly_icon_option_exposure.xml │ │ ├── imgly_icon_option_exposure_active.xml │ │ ├── imgly_icon_option_exposure_normal.xml │ │ ├── imgly_icon_option_flip_horizontal.xml │ │ ├── imgly_icon_option_flip_horizontal_active.xml │ │ ├── imgly_icon_option_flip_horizontal_normal.xml │ │ ├── imgly_icon_option_flip_vertical.xml │ │ ├── imgly_icon_option_flip_vertical_active.xml │ │ ├── imgly_icon_option_flip_vertical_normal.xml │ │ ├── imgly_icon_option_focus_gaussian.xml │ │ ├── imgly_icon_option_focus_gaussian_active.xml │ │ ├── imgly_icon_option_focus_gaussian_normal.xml │ │ ├── imgly_icon_option_focus_linear.xml │ │ ├── imgly_icon_option_focus_linear_active.xml │ │ ├── imgly_icon_option_focus_linear_normal.xml │ │ ├── imgly_icon_option_focus_mirrored.xml │ │ ├── imgly_icon_option_focus_mirrored_active.xml │ │ ├── imgly_icon_option_focus_mirrored_normal.xml │ │ ├── imgly_icon_option_focus_none.xml │ │ ├── imgly_icon_option_focus_none_active.xml │ │ ├── imgly_icon_option_focus_none_normal.xml │ │ ├── imgly_icon_option_focus_radial.xml │ │ ├── imgly_icon_option_focus_radial_active.xml │ │ ├── imgly_icon_option_focus_radial_normal.xml │ │ ├── imgly_icon_option_frame_none.xml │ │ ├── imgly_icon_option_frame_none_active.xml │ │ ├── imgly_icon_option_frame_none_normal.xml │ │ ├── imgly_icon_option_gamma.xml │ │ ├── imgly_icon_option_gamma_active.xml │ │ ├── imgly_icon_option_gamma_normal.xml │ │ ├── imgly_icon_option_hardness.xml │ │ ├── imgly_icon_option_hardness_active.xml │ │ ├── imgly_icon_option_hardness_normal.xml │ │ ├── imgly_icon_option_highlight.xml │ │ ├── imgly_icon_option_highlight_active.xml │ │ ├── imgly_icon_option_highlight_normal.xml │ │ ├── imgly_icon_option_magic.xml │ │ ├── imgly_icon_option_magic_active.xml │ │ ├── imgly_icon_option_magic_normal.xml │ │ ├── imgly_icon_option_opacity.xml │ │ ├── imgly_icon_option_opacity_active.xml │ │ ├── imgly_icon_option_opacity_normal.xml │ │ ├── imgly_icon_option_overlay_none.xml │ │ ├── imgly_icon_option_rotate_left.xml │ │ ├── imgly_icon_option_rotate_left_active.xml │ │ ├── imgly_icon_option_rotate_left_normal.xml │ │ ├── imgly_icon_option_rotate_right.xml │ │ ├── imgly_icon_option_rotate_right_active.xml │ │ ├── imgly_icon_option_rotate_right_normal.xml │ │ ├── imgly_icon_option_saturation.xml │ │ ├── imgly_icon_option_saturation_active.xml │ │ ├── imgly_icon_option_saturation_normal.xml │ │ ├── imgly_icon_option_shadow.xml │ │ ├── imgly_icon_option_shadow_active.xml │ │ ├── imgly_icon_option_shadow_normal.xml │ │ ├── imgly_icon_option_sharpness.xml │ │ ├── imgly_icon_option_sharpness_active.xml │ │ ├── imgly_icon_option_sharpness_normal.xml │ │ ├── imgly_icon_option_sticker_brightness.xml │ │ ├── imgly_icon_option_sticker_brightness_active.xml │ │ ├── imgly_icon_option_sticker_brightness_normal.xml │ │ ├── imgly_icon_option_sticker_contrast.xml │ │ ├── imgly_icon_option_sticker_contrast_active.xml │ │ ├── imgly_icon_option_sticker_contrast_normal.xml │ │ ├── imgly_icon_option_sticker_saturation.xml │ │ ├── imgly_icon_option_sticker_saturation_active.xml │ │ ├── imgly_icon_option_sticker_saturation_normal.xml │ │ ├── imgly_icon_option_tempature.xml │ │ ├── imgly_icon_option_temperature_active.xml │ │ ├── imgly_icon_option_temperature_normal.xml │ │ ├── imgly_icon_option_text_design_inverted_disabled.xml │ │ ├── imgly_icon_option_text_design_inverted_enabled.xml │ │ ├── imgly_icon_option_undo.xml │ │ ├── imgly_icon_option_whites.xml │ │ ├── imgly_icon_option_whites_active.xml │ │ ├── imgly_icon_option_whites_normal.xml │ │ ├── imgly_icon_pause.xml │ │ ├── imgly_icon_photoroll.xml │ │ ├── imgly_icon_play.xml │ │ ├── imgly_icon_play_pause.xml │ │ ├── imgly_icon_redo.xml │ │ ├── imgly_icon_redo_disabled.xml │ │ ├── imgly_icon_redo_enabled.xml │ │ ├── imgly_icon_replace.xml │ │ ├── imgly_icon_reset.xml │ │ ├── imgly_icon_rotate.xml │ │ ├── imgly_icon_save.xml │ │ ├── imgly_icon_shuffle.xml │ │ ├── imgly_icon_shuffle_active.xml │ │ ├── imgly_icon_shuffle_light.xml │ │ ├── imgly_icon_shuffle_light_active.xml │ │ ├── imgly_icon_shuffle_light_normal.xml │ │ ├── imgly_icon_shuffle_normal.xml │ │ ├── imgly_icon_straighten.xml │ │ ├── imgly_icon_swap.xml │ │ ├── imgly_icon_swap_active.xml │ │ ├── imgly_icon_swap_normal.xml │ │ ├── imgly_icon_to_front.xml │ │ ├── imgly_icon_to_front_disabled.xml │ │ ├── imgly_icon_to_front_enabled.xml │ │ ├── imgly_icon_tool_adjust.xml │ │ ├── imgly_icon_tool_brush.xml │ │ ├── imgly_icon_tool_filters.xml │ │ ├── imgly_icon_tool_focus.xml │ │ ├── imgly_icon_tool_frame.xml │ │ ├── imgly_icon_tool_overlay.xml │ │ ├── imgly_icon_tool_sticker.xml │ │ ├── imgly_icon_tool_text.xml │ │ ├── imgly_icon_tool_text_design.xml │ │ ├── imgly_icon_tool_transform.xml │ │ ├── imgly_icon_tool_trim.xml │ │ ├── imgly_icon_undo.xml │ │ ├── imgly_icon_undo_disabled.xml │ │ ├── imgly_icon_undo_enabled.xml │ │ ├── imgly_icon_vertical_flip.xml │ │ ├── imgly_icon_wait.xml │ │ ├── imgly_item_border.xml │ │ ├── imgly_item_color_overlay.xml │ │ ├── imgly_item_folder_overlay.xml │ │ ├── imgly_item_folder_overlay_active.xml │ │ ├── imgly_item_folder_overlay_normal.xml │ │ ├── imgly_item_select.xml │ │ ├── imgly_item_selected_overlay.xml │ │ ├── imgly_item_selected_overlay_active.xml │ │ ├── imgly_item_selected_overlay_dark.xml │ │ ├── imgly_item_selected_overlay_dark_active.xml │ │ ├── imgly_item_selected_overlay_dark_normal.xml │ │ ├── imgly_item_selected_overlay_normal.xml │ │ ├── imgly_list_item_label_background.xml │ │ ├── imgly_list_thumb.xml │ │ ├── imgly_list_thumb_handle.xml │ │ ├── imgly_list_thumb_normal.xml │ │ ├── imgly_list_thumb_pressed.xml │ │ ├── imgly_slider_background.xml │ │ ├── imgly_slider_progress.xml │ │ ├── imgly_slider_thumb.xml │ │ ├── imgly_slider_thumb_disabled.xml │ │ ├── imgly_slider_thumb_normal.xml │ │ ├── imgly_slider_thumb_pressed.xml │ │ └── imgly_transparent_identity_alpha_slider.xml │ │ ├── layout │ │ ├── imgly_activity_camera_preview.xml │ │ ├── imgly_activity_photo_editor.xml │ │ ├── imgly_design_color_item.xml │ │ ├── imgly_list_item_blend_mode.xml │ │ ├── imgly_list_item_color.xml │ │ ├── imgly_list_item_color_pipette.xml │ │ ├── imgly_list_item_crop.xml │ │ ├── imgly_list_item_crop_mask.xml │ │ ├── imgly_list_item_crop_toggle.xml │ │ ├── imgly_list_item_filter.xml │ │ ├── imgly_list_item_filter_folder_subitem.xml │ │ ├── imgly_list_item_folder.xml │ │ ├── imgly_list_item_font.xml │ │ ├── imgly_list_item_font_big.xml │ │ ├── imgly_list_item_frame.xml │ │ ├── imgly_list_item_none_frame.xml │ │ ├── imgly_list_item_option.xml │ │ ├── imgly_list_item_overlay.xml │ │ ├── imgly_list_item_overlay_thumbnail.xml │ │ ├── imgly_list_item_quick_option.xml │ │ ├── imgly_list_item_space.xml │ │ ├── imgly_list_item_sticker.xml │ │ ├── imgly_list_item_sticker_category.xml │ │ ├── imgly_list_item_sticker_upload.xml │ │ ├── imgly_list_item_text_design.xml │ │ ├── imgly_list_item_tool.xml │ │ ├── imgly_option_list.xml │ │ ├── imgly_panel_tool_adjust.xml │ │ ├── imgly_panel_tool_brush.xml │ │ ├── imgly_panel_tool_color.xml │ │ ├── imgly_panel_tool_filter.xml │ │ ├── imgly_panel_tool_focus.xml │ │ ├── imgly_panel_tool_font.xml │ │ ├── imgly_panel_tool_frame.xml │ │ ├── imgly_panel_tool_frame_options.xml │ │ ├── imgly_panel_tool_menu.xml │ │ ├── imgly_panel_tool_overlay.xml │ │ ├── imgly_panel_tool_sticker.xml │ │ ├── imgly_panel_tool_sticker_options.xml │ │ ├── imgly_panel_tool_text.xml │ │ ├── imgly_panel_tool_text_design.xml │ │ ├── imgly_panel_tool_text_design_option.xml │ │ ├── imgly_panel_tool_text_option.xml │ │ ├── imgly_panel_tool_transform.xml │ │ ├── imgly_panel_tool_video_trim.xml │ │ ├── imgly_popup_activity_spinner.xml │ │ ├── imgly_popup_brush_preview.xml │ │ ├── imgly_popup_confirm_dialog.xml │ │ ├── imgly_popup_error_dialog.xml │ │ ├── imgly_widget_actionbar.xml │ │ ├── imgly_widget_actionbar_title.xml │ │ ├── imgly_widget_color_picker.xml │ │ └── imgly_widget_slider.xml │ │ ├── values-v21 │ │ └── imgly_styles.xml │ │ └── values │ │ ├── imgly_attrs.xml │ │ ├── imgly_colors.xml │ │ ├── imgly_dimens.xml │ │ ├── imgly_dimens_camera.xml │ │ ├── imgly_dimens_filter.xml │ │ ├── imgly_dimens_frame.xml │ │ ├── imgly_dimens_overlay.xml │ │ ├── imgly_dimens_text_design.xml │ │ ├── imgly_dimens_transform.xml │ │ ├── imgly_drawable_alias.xml │ │ ├── imgly_strings_adjustment.xml │ │ ├── imgly_strings_brush.xml │ │ ├── imgly_strings_camera.xml │ │ ├── imgly_strings_color_filter.xml │ │ ├── imgly_strings_core.xml │ │ ├── imgly_strings_focus.xml │ │ ├── imgly_strings_frame.xml │ │ ├── imgly_strings_overlay.xml │ │ ├── imgly_strings_sticker.xml │ │ ├── imgly_strings_text.xml │ │ ├── imgly_strings_text_design.xml │ │ ├── imgly_strings_transformation.xml │ │ ├── imgly_strings_trim_tool.xml │ │ ├── imgly_style_activity.xml │ │ ├── imgly_style_adjust.xml │ │ ├── imgly_style_brush.xml │ │ ├── imgly_style_camera_preview.xml │ │ ├── imgly_style_color.xml │ │ ├── imgly_style_filter.xml │ │ ├── imgly_style_focus.xml │ │ ├── imgly_style_font.xml │ │ ├── imgly_style_frame.xml │ │ ├── imgly_style_overlay.xml │ │ ├── imgly_style_sticker.xml │ │ ├── imgly_style_text.xml │ │ ├── imgly_style_text_design.xml │ │ ├── imgly_style_transform.xml │ │ ├── imgly_style_trim.xml │ │ ├── imgly_styles_core.xml │ │ └── imgly_view_ids.xml ├── v_7_6 │ └── res │ │ ├── color │ │ ├── imgly_crop_item_color_states.xml │ │ ├── imgly_crop_item_fill_color_states.xml │ │ ├── imgly_crop_item_line_color_states.xml │ │ └── imgly_lable_color_states.xml │ │ ├── drawable-hdpi │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable-mdpi │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable-nodpi │ │ └── imgly_broken_or_missing_file.png │ │ ├── drawable-xhdpi │ │ ├── imgly_icon_show_filter.png │ │ ├── imgly_icon_text_design_blocks.png │ │ ├── imgly_icon_text_design_blocks_condensed.png │ │ ├── imgly_icon_text_design_blocks_light.png │ │ ├── imgly_icon_text_design_celebrate.png │ │ ├── imgly_icon_text_design_celebrate_simple.png │ │ ├── imgly_icon_text_design_equal_width.png │ │ ├── imgly_icon_text_design_equal_width_fat.png │ │ ├── imgly_icon_text_design_masked.png │ │ ├── imgly_icon_text_design_masked_badge.png │ │ ├── imgly_icon_text_design_masked_speech_bubble.png │ │ ├── imgly_icon_text_design_masked_speech_bubble_comic.png │ │ ├── imgly_icon_text_design_multiline.png │ │ ├── imgly_icon_text_design_particles.png │ │ ├── imgly_icon_text_design_rotated.png │ │ ├── imgly_icon_text_design_sunshine.png │ │ └── imgly_icon_text_design_watercolor.png │ │ ├── drawable-xxhdpi │ │ └── imgly_icon_camera_roll.png │ │ ├── drawable-xxxhdpi │ │ ├── imgly_button_shutter_animation_frame_00001.png │ │ ├── imgly_button_shutter_animation_frame_00002.png │ │ ├── imgly_button_shutter_animation_frame_00003.png │ │ ├── imgly_button_shutter_animation_frame_00004.png │ │ ├── imgly_button_shutter_animation_frame_00005.png │ │ ├── imgly_button_shutter_animation_frame_00006.png │ │ ├── imgly_button_shutter_animation_frame_00007.png │ │ ├── imgly_button_shutter_animation_frame_00008.png │ │ ├── imgly_button_shutter_animation_frame_00009.png │ │ ├── imgly_button_shutter_animation_frame_00010.png │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable │ │ ├── imgly_blend_mode_background_bottom.xml │ │ ├── imgly_blend_mode_background_top.xml │ │ ├── imgly_button.xml │ │ ├── imgly_button_click_overlay.xml │ │ ├── imgly_button_disabled.xml │ │ ├── imgly_button_normal.xml │ │ ├── imgly_button_pressed.xml │ │ ├── imgly_button_shutter_pressed_animation.xml │ │ ├── imgly_design_color_list_item.xml │ │ ├── imgly_design_color_list_item_active.xml │ │ ├── imgly_design_color_list_item_normal.xml │ │ ├── imgly_dialog_background.xml │ │ ├── imgly_icon_add.xml │ │ ├── imgly_icon_back.xml │ │ ├── imgly_icon_backward.xml │ │ ├── imgly_icon_camera.xml │ │ ├── imgly_icon_camera_flash.xml │ │ ├── imgly_icon_camera_switch.xml │ │ ├── imgly_icon_cancel.xml │ │ ├── imgly_icon_color_picker.xml │ │ ├── imgly_icon_color_selected.xml │ │ ├── imgly_icon_confirm.xml │ │ ├── imgly_icon_custom_crop.xml │ │ ├── imgly_icon_default_color_bg.xml │ │ ├── imgly_icon_default_color_fill.xml │ │ ├── imgly_icon_delete.xml │ │ ├── imgly_icon_edit.xml │ │ ├── imgly_icon_font.xml │ │ ├── imgly_icon_forward.xml │ │ ├── imgly_icon_go_back.xml │ │ ├── imgly_icon_horizontal_flip.xml │ │ ├── imgly_icon_horizontal_flip_transform.xml │ │ ├── imgly_icon_item_options.xml │ │ ├── imgly_icon_option_align_center.xml │ │ ├── imgly_icon_option_align_center_active.xml │ │ ├── imgly_icon_option_align_center_normal.xml │ │ ├── imgly_icon_option_align_fill.xml │ │ ├── imgly_icon_option_align_fill_active.xml │ │ ├── imgly_icon_option_align_fill_normal.xml │ │ ├── imgly_icon_option_align_left.xml │ │ ├── imgly_icon_option_align_left_active.xml │ │ ├── imgly_icon_option_align_left_normal.xml │ │ ├── imgly_icon_option_align_resize.xml │ │ ├── imgly_icon_option_align_resize_active.xml │ │ ├── imgly_icon_option_align_resize_normal.xml │ │ ├── imgly_icon_option_align_right.xml │ │ ├── imgly_icon_option_align_right_active.xml │ │ ├── imgly_icon_option_align_right_normal.xml │ │ ├── imgly_icon_option_blacks.xml │ │ ├── imgly_icon_option_blacks_active.xml │ │ ├── imgly_icon_option_blacks_normal.xml │ │ ├── imgly_icon_option_brightness.xml │ │ ├── imgly_icon_option_brightness_active.xml │ │ ├── imgly_icon_option_brightness_normal.xml │ │ ├── imgly_icon_option_bring_to_front.xml │ │ ├── imgly_icon_option_clarity.xml │ │ ├── imgly_icon_option_clarity_active.xml │ │ ├── imgly_icon_option_clarity_normal.xml │ │ ├── imgly_icon_option_color_pipette.xml │ │ ├── imgly_icon_option_contrast.xml │ │ ├── imgly_icon_option_contrast_active.xml │ │ ├── imgly_icon_option_contrast_normal.xml │ │ ├── imgly_icon_option_exposure.xml │ │ ├── imgly_icon_option_exposure_active.xml │ │ ├── imgly_icon_option_exposure_normal.xml │ │ ├── imgly_icon_option_flip_horizontal.xml │ │ ├── imgly_icon_option_flip_horizontal_active.xml │ │ ├── imgly_icon_option_flip_horizontal_normal.xml │ │ ├── imgly_icon_option_flip_vertical.xml │ │ ├── imgly_icon_option_flip_vertical_active.xml │ │ ├── imgly_icon_option_flip_vertical_normal.xml │ │ ├── imgly_icon_option_focus_gaussian.xml │ │ ├── imgly_icon_option_focus_gaussian_active.xml │ │ ├── imgly_icon_option_focus_gaussian_normal.xml │ │ ├── imgly_icon_option_focus_linear.xml │ │ ├── imgly_icon_option_focus_linear_active.xml │ │ ├── imgly_icon_option_focus_linear_normal.xml │ │ ├── imgly_icon_option_focus_mirrored.xml │ │ ├── imgly_icon_option_focus_mirrored_active.xml │ │ ├── imgly_icon_option_focus_mirrored_normal.xml │ │ ├── imgly_icon_option_focus_none.xml │ │ ├── imgly_icon_option_focus_none_active.xml │ │ ├── imgly_icon_option_focus_none_normal.xml │ │ ├── imgly_icon_option_focus_radial.xml │ │ ├── imgly_icon_option_focus_radial_active.xml │ │ ├── imgly_icon_option_focus_radial_normal.xml │ │ ├── imgly_icon_option_frame_none.xml │ │ ├── imgly_icon_option_frame_none_active.xml │ │ ├── imgly_icon_option_frame_none_normal.xml │ │ ├── imgly_icon_option_gamma.xml │ │ ├── imgly_icon_option_gamma_active.xml │ │ ├── imgly_icon_option_gamma_normal.xml │ │ ├── imgly_icon_option_hardness.xml │ │ ├── imgly_icon_option_hardness_active.xml │ │ ├── imgly_icon_option_hardness_normal.xml │ │ ├── imgly_icon_option_highlight.xml │ │ ├── imgly_icon_option_highlight_active.xml │ │ ├── imgly_icon_option_highlight_normal.xml │ │ ├── imgly_icon_option_magic.xml │ │ ├── imgly_icon_option_magic_active.xml │ │ ├── imgly_icon_option_magic_normal.xml │ │ ├── imgly_icon_option_opacity.xml │ │ ├── imgly_icon_option_opacity_active.xml │ │ ├── imgly_icon_option_opacity_normal.xml │ │ ├── imgly_icon_option_overlay_none.xml │ │ ├── imgly_icon_option_rotate_left.xml │ │ ├── imgly_icon_option_rotate_left_active.xml │ │ ├── imgly_icon_option_rotate_left_normal.xml │ │ ├── imgly_icon_option_rotate_right.xml │ │ ├── imgly_icon_option_rotate_right_active.xml │ │ ├── imgly_icon_option_rotate_right_normal.xml │ │ ├── imgly_icon_option_saturation.xml │ │ ├── imgly_icon_option_saturation_active.xml │ │ ├── imgly_icon_option_saturation_normal.xml │ │ ├── imgly_icon_option_shadow.xml │ │ ├── imgly_icon_option_shadow_active.xml │ │ ├── imgly_icon_option_shadow_normal.xml │ │ ├── imgly_icon_option_sharpness.xml │ │ ├── imgly_icon_option_sharpness_active.xml │ │ ├── imgly_icon_option_sharpness_normal.xml │ │ ├── imgly_icon_option_sticker_brightness.xml │ │ ├── imgly_icon_option_sticker_brightness_active.xml │ │ ├── imgly_icon_option_sticker_brightness_normal.xml │ │ ├── imgly_icon_option_sticker_contrast.xml │ │ ├── imgly_icon_option_sticker_contrast_active.xml │ │ ├── imgly_icon_option_sticker_contrast_normal.xml │ │ ├── imgly_icon_option_sticker_saturation.xml │ │ ├── imgly_icon_option_sticker_saturation_active.xml │ │ ├── imgly_icon_option_sticker_saturation_normal.xml │ │ ├── imgly_icon_option_tempature.xml │ │ ├── imgly_icon_option_temperature_active.xml │ │ ├── imgly_icon_option_temperature_normal.xml │ │ ├── imgly_icon_option_text_design_inverted_disabled.xml │ │ ├── imgly_icon_option_text_design_inverted_enabled.xml │ │ ├── imgly_icon_option_undo.xml │ │ ├── imgly_icon_option_whites.xml │ │ ├── imgly_icon_option_whites_active.xml │ │ ├── imgly_icon_option_whites_normal.xml │ │ ├── imgly_icon_pause.xml │ │ ├── imgly_icon_photoroll.xml │ │ ├── imgly_icon_play.xml │ │ ├── imgly_icon_play_pause.xml │ │ ├── imgly_icon_redo.xml │ │ ├── imgly_icon_redo_disabled.xml │ │ ├── imgly_icon_redo_enabled.xml │ │ ├── imgly_icon_replace.xml │ │ ├── imgly_icon_reset.xml │ │ ├── imgly_icon_rotate.xml │ │ ├── imgly_icon_save.xml │ │ ├── imgly_icon_shuffle.xml │ │ ├── imgly_icon_shuffle_active.xml │ │ ├── imgly_icon_shuffle_light.xml │ │ ├── imgly_icon_shuffle_light_active.xml │ │ ├── imgly_icon_shuffle_light_normal.xml │ │ ├── imgly_icon_shuffle_normal.xml │ │ ├── imgly_icon_straighten.xml │ │ ├── imgly_icon_swap.xml │ │ ├── imgly_icon_swap_active.xml │ │ ├── imgly_icon_swap_normal.xml │ │ ├── imgly_icon_to_front.xml │ │ ├── imgly_icon_to_front_disabled.xml │ │ ├── imgly_icon_to_front_enabled.xml │ │ ├── imgly_icon_tool_adjust.xml │ │ ├── imgly_icon_tool_brush.xml │ │ ├── imgly_icon_tool_filters.xml │ │ ├── imgly_icon_tool_focus.xml │ │ ├── imgly_icon_tool_frame.xml │ │ ├── imgly_icon_tool_overlay.xml │ │ ├── imgly_icon_tool_sticker.xml │ │ ├── imgly_icon_tool_text.xml │ │ ├── imgly_icon_tool_text_design.xml │ │ ├── imgly_icon_tool_transform.xml │ │ ├── imgly_icon_tool_trim.xml │ │ ├── imgly_icon_undo.xml │ │ ├── imgly_icon_undo_disabled.xml │ │ ├── imgly_icon_undo_enabled.xml │ │ ├── imgly_icon_vertical_flip.xml │ │ ├── imgly_icon_wait.xml │ │ ├── imgly_item_border.xml │ │ ├── imgly_item_color_overlay.xml │ │ ├── imgly_item_folder_overlay.xml │ │ ├── imgly_item_folder_overlay_active.xml │ │ ├── imgly_item_folder_overlay_normal.xml │ │ ├── imgly_item_select.xml │ │ ├── imgly_item_selected_overlay.xml │ │ ├── imgly_item_selected_overlay_active.xml │ │ ├── imgly_item_selected_overlay_dark.xml │ │ ├── imgly_item_selected_overlay_dark_active.xml │ │ ├── imgly_item_selected_overlay_dark_normal.xml │ │ ├── imgly_item_selected_overlay_normal.xml │ │ ├── imgly_list_item_label_background.xml │ │ ├── imgly_list_thumb.xml │ │ ├── imgly_list_thumb_handle.xml │ │ ├── imgly_list_thumb_normal.xml │ │ ├── imgly_list_thumb_pressed.xml │ │ ├── imgly_slider_background.xml │ │ ├── imgly_slider_progress.xml │ │ ├── imgly_slider_thumb.xml │ │ ├── imgly_slider_thumb_disabled.xml │ │ ├── imgly_slider_thumb_normal.xml │ │ ├── imgly_slider_thumb_pressed.xml │ │ └── imgly_transparent_identity_alpha_slider.xml │ │ ├── layout │ │ ├── imgly_activity_camera_preview.xml │ │ ├── imgly_activity_photo_editor.xml │ │ ├── imgly_design_color_item.xml │ │ ├── imgly_list_item_blend_mode.xml │ │ ├── imgly_list_item_color.xml │ │ ├── imgly_list_item_color_pipette.xml │ │ ├── imgly_list_item_crop.xml │ │ ├── imgly_list_item_crop_mask.xml │ │ ├── imgly_list_item_crop_toggle.xml │ │ ├── imgly_list_item_filter.xml │ │ ├── imgly_list_item_filter_folder_subitem.xml │ │ ├── imgly_list_item_folder.xml │ │ ├── imgly_list_item_font.xml │ │ ├── imgly_list_item_font_big.xml │ │ ├── imgly_list_item_frame.xml │ │ ├── imgly_list_item_none_frame.xml │ │ ├── imgly_list_item_option.xml │ │ ├── imgly_list_item_overlay.xml │ │ ├── imgly_list_item_overlay_thumbnail.xml │ │ ├── imgly_list_item_quick_option.xml │ │ ├── imgly_list_item_space.xml │ │ ├── imgly_list_item_sticker.xml │ │ ├── imgly_list_item_sticker_category.xml │ │ ├── imgly_list_item_sticker_upload.xml │ │ ├── imgly_list_item_text_design.xml │ │ ├── imgly_list_item_tool.xml │ │ ├── imgly_option_list.xml │ │ ├── imgly_panel_tool_adjust.xml │ │ ├── imgly_panel_tool_brush.xml │ │ ├── imgly_panel_tool_color.xml │ │ ├── imgly_panel_tool_filter.xml │ │ ├── imgly_panel_tool_focus.xml │ │ ├── imgly_panel_tool_font.xml │ │ ├── imgly_panel_tool_frame.xml │ │ ├── imgly_panel_tool_frame_options.xml │ │ ├── imgly_panel_tool_menu.xml │ │ ├── imgly_panel_tool_overlay.xml │ │ ├── imgly_panel_tool_sticker.xml │ │ ├── imgly_panel_tool_sticker_options.xml │ │ ├── imgly_panel_tool_text.xml │ │ ├── imgly_panel_tool_text_design.xml │ │ ├── imgly_panel_tool_text_design_option.xml │ │ ├── imgly_panel_tool_text_option.xml │ │ ├── imgly_panel_tool_transform.xml │ │ ├── imgly_panel_tool_video_trim.xml │ │ ├── imgly_popup_activity_spinner.xml │ │ ├── imgly_popup_brush_preview.xml │ │ ├── imgly_popup_confirm_dialog.xml │ │ ├── imgly_popup_error_dialog.xml │ │ ├── imgly_widget_actionbar.xml │ │ ├── imgly_widget_actionbar_title.xml │ │ ├── imgly_widget_color_picker.xml │ │ └── imgly_widget_slider.xml │ │ ├── values-v21 │ │ └── imgly_styles.xml │ │ └── values │ │ ├── imgly_attrs.xml │ │ ├── imgly_colors.xml │ │ ├── imgly_dimens.xml │ │ ├── imgly_dimens_camera.xml │ │ ├── imgly_dimens_filter.xml │ │ ├── imgly_dimens_frame.xml │ │ ├── imgly_dimens_overlay.xml │ │ ├── imgly_dimens_text_design.xml │ │ ├── imgly_dimens_transform.xml │ │ ├── imgly_drawable_alias.xml │ │ ├── imgly_strings_adjustment.xml │ │ ├── imgly_strings_brush.xml │ │ ├── imgly_strings_camera.xml │ │ ├── imgly_strings_color_filter.xml │ │ ├── imgly_strings_core.xml │ │ ├── imgly_strings_focus.xml │ │ ├── imgly_strings_frame.xml │ │ ├── imgly_strings_overlay.xml │ │ ├── imgly_strings_sticker.xml │ │ ├── imgly_strings_text.xml │ │ ├── imgly_strings_text_design.xml │ │ ├── imgly_strings_transformation.xml │ │ ├── imgly_strings_trim_tool.xml │ │ ├── imgly_style_activity.xml │ │ ├── imgly_style_adjust.xml │ │ ├── imgly_style_brush.xml │ │ ├── imgly_style_camera_preview.xml │ │ ├── imgly_style_color.xml │ │ ├── imgly_style_filter.xml │ │ ├── imgly_style_focus.xml │ │ ├── imgly_style_font.xml │ │ ├── imgly_style_frame.xml │ │ ├── imgly_style_overlay.xml │ │ ├── imgly_style_sticker.xml │ │ ├── imgly_style_text.xml │ │ ├── imgly_style_text_design.xml │ │ ├── imgly_style_transform.xml │ │ ├── imgly_style_trim.xml │ │ ├── imgly_styles_core.xml │ │ └── imgly_view_ids.xml ├── v_8_1 │ └── res │ │ ├── color │ │ ├── imgly_crop_item_color_states.xml │ │ ├── imgly_crop_item_fill_color_states.xml │ │ ├── imgly_crop_item_line_color_states.xml │ │ └── imgly_lable_color_states.xml │ │ ├── drawable-hdpi │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable-mdpi │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable-nodpi │ │ └── imgly_broken_or_missing_file.png │ │ ├── drawable-xhdpi │ │ ├── imgly_icon_show_filter.png │ │ ├── imgly_icon_text_design_blocks.png │ │ ├── imgly_icon_text_design_blocks_condensed.png │ │ ├── imgly_icon_text_design_blocks_light.png │ │ ├── imgly_icon_text_design_celebrate.png │ │ ├── imgly_icon_text_design_celebrate_simple.png │ │ ├── imgly_icon_text_design_equal_width.png │ │ ├── imgly_icon_text_design_equal_width_fat.png │ │ ├── imgly_icon_text_design_masked.png │ │ ├── imgly_icon_text_design_masked_badge.png │ │ ├── imgly_icon_text_design_masked_speech_bubble.png │ │ ├── imgly_icon_text_design_masked_speech_bubble_comic.png │ │ ├── imgly_icon_text_design_multiline.png │ │ ├── imgly_icon_text_design_particles.png │ │ ├── imgly_icon_text_design_rotated.png │ │ ├── imgly_icon_text_design_sunshine.png │ │ └── imgly_icon_text_design_watercolor.png │ │ ├── drawable-xxhdpi │ │ └── imgly_icon_camera_roll.png │ │ ├── drawable-xxxhdpi │ │ ├── imgly_button_shutter_animation_frame_00001.png │ │ ├── imgly_button_shutter_animation_frame_00002.png │ │ ├── imgly_button_shutter_animation_frame_00003.png │ │ ├── imgly_button_shutter_animation_frame_00004.png │ │ ├── imgly_button_shutter_animation_frame_00005.png │ │ ├── imgly_button_shutter_animation_frame_00006.png │ │ ├── imgly_button_shutter_animation_frame_00007.png │ │ ├── imgly_button_shutter_animation_frame_00008.png │ │ ├── imgly_button_shutter_animation_frame_00009.png │ │ ├── imgly_button_shutter_animation_frame_00010.png │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable │ │ ├── imgly_blend_mode_background_bottom.xml │ │ ├── imgly_blend_mode_background_top.xml │ │ ├── imgly_button.xml │ │ ├── imgly_button_click_overlay.xml │ │ ├── imgly_button_disabled.xml │ │ ├── imgly_button_normal.xml │ │ ├── imgly_button_pressed.xml │ │ ├── imgly_button_shutter_pressed_animation.xml │ │ ├── imgly_design_color_list_item.xml │ │ ├── imgly_design_color_list_item_active.xml │ │ ├── imgly_design_color_list_item_normal.xml │ │ ├── imgly_dialog_background.xml │ │ ├── imgly_icon_add.xml │ │ ├── imgly_icon_back.xml │ │ ├── imgly_icon_backward.xml │ │ ├── imgly_icon_camera.xml │ │ ├── imgly_icon_camera_flash.xml │ │ ├── imgly_icon_camera_switch.xml │ │ ├── imgly_icon_cancel.xml │ │ ├── imgly_icon_color_picker.xml │ │ ├── imgly_icon_color_selected.xml │ │ ├── imgly_icon_confirm.xml │ │ ├── imgly_icon_custom_crop.xml │ │ ├── imgly_icon_default_color_bg.xml │ │ ├── imgly_icon_default_color_fill.xml │ │ ├── imgly_icon_delete.xml │ │ ├── imgly_icon_edit.xml │ │ ├── imgly_icon_font.xml │ │ ├── imgly_icon_forward.xml │ │ ├── imgly_icon_go_back.xml │ │ ├── imgly_icon_horizontal_flip.xml │ │ ├── imgly_icon_horizontal_flip_transform.xml │ │ ├── imgly_icon_item_options.xml │ │ ├── imgly_icon_option_align_center.xml │ │ ├── imgly_icon_option_align_center_active.xml │ │ ├── imgly_icon_option_align_center_normal.xml │ │ ├── imgly_icon_option_align_fill.xml │ │ ├── imgly_icon_option_align_fill_active.xml │ │ ├── imgly_icon_option_align_fill_normal.xml │ │ ├── imgly_icon_option_align_left.xml │ │ ├── imgly_icon_option_align_left_active.xml │ │ ├── imgly_icon_option_align_left_normal.xml │ │ ├── imgly_icon_option_align_resize.xml │ │ ├── imgly_icon_option_align_resize_active.xml │ │ ├── imgly_icon_option_align_resize_normal.xml │ │ ├── imgly_icon_option_align_right.xml │ │ ├── imgly_icon_option_align_right_active.xml │ │ ├── imgly_icon_option_align_right_normal.xml │ │ ├── imgly_icon_option_blacks.xml │ │ ├── imgly_icon_option_blacks_active.xml │ │ ├── imgly_icon_option_blacks_normal.xml │ │ ├── imgly_icon_option_brightness.xml │ │ ├── imgly_icon_option_brightness_active.xml │ │ ├── imgly_icon_option_brightness_normal.xml │ │ ├── imgly_icon_option_bring_to_front.xml │ │ ├── imgly_icon_option_clarity.xml │ │ ├── imgly_icon_option_clarity_active.xml │ │ ├── imgly_icon_option_clarity_normal.xml │ │ ├── imgly_icon_option_color_pipette.xml │ │ ├── imgly_icon_option_contrast.xml │ │ ├── imgly_icon_option_contrast_active.xml │ │ ├── imgly_icon_option_contrast_normal.xml │ │ ├── imgly_icon_option_exposure.xml │ │ ├── imgly_icon_option_exposure_active.xml │ │ ├── imgly_icon_option_exposure_normal.xml │ │ ├── imgly_icon_option_flip_horizontal.xml │ │ ├── imgly_icon_option_flip_horizontal_active.xml │ │ ├── imgly_icon_option_flip_horizontal_normal.xml │ │ ├── imgly_icon_option_flip_vertical.xml │ │ ├── imgly_icon_option_flip_vertical_active.xml │ │ ├── imgly_icon_option_flip_vertical_normal.xml │ │ ├── imgly_icon_option_focus_gaussian.xml │ │ ├── imgly_icon_option_focus_gaussian_active.xml │ │ ├── imgly_icon_option_focus_gaussian_normal.xml │ │ ├── imgly_icon_option_focus_linear.xml │ │ ├── imgly_icon_option_focus_linear_active.xml │ │ ├── imgly_icon_option_focus_linear_normal.xml │ │ ├── imgly_icon_option_focus_mirrored.xml │ │ ├── imgly_icon_option_focus_mirrored_active.xml │ │ ├── imgly_icon_option_focus_mirrored_normal.xml │ │ ├── imgly_icon_option_focus_none.xml │ │ ├── imgly_icon_option_focus_none_active.xml │ │ ├── imgly_icon_option_focus_none_normal.xml │ │ ├── imgly_icon_option_focus_radial.xml │ │ ├── imgly_icon_option_focus_radial_active.xml │ │ ├── imgly_icon_option_focus_radial_normal.xml │ │ ├── imgly_icon_option_frame_none.xml │ │ ├── imgly_icon_option_frame_none_active.xml │ │ ├── imgly_icon_option_frame_none_normal.xml │ │ ├── imgly_icon_option_gamma.xml │ │ ├── imgly_icon_option_gamma_active.xml │ │ ├── imgly_icon_option_gamma_normal.xml │ │ ├── imgly_icon_option_hardness.xml │ │ ├── imgly_icon_option_hardness_active.xml │ │ ├── imgly_icon_option_hardness_normal.xml │ │ ├── imgly_icon_option_highlight.xml │ │ ├── imgly_icon_option_highlight_active.xml │ │ ├── imgly_icon_option_highlight_normal.xml │ │ ├── imgly_icon_option_magic.xml │ │ ├── imgly_icon_option_magic_active.xml │ │ ├── imgly_icon_option_magic_normal.xml │ │ ├── imgly_icon_option_opacity.xml │ │ ├── imgly_icon_option_opacity_active.xml │ │ ├── imgly_icon_option_opacity_normal.xml │ │ ├── imgly_icon_option_overlay_none.xml │ │ ├── imgly_icon_option_rotate_left.xml │ │ ├── imgly_icon_option_rotate_left_active.xml │ │ ├── imgly_icon_option_rotate_left_normal.xml │ │ ├── imgly_icon_option_rotate_right.xml │ │ ├── imgly_icon_option_rotate_right_active.xml │ │ ├── imgly_icon_option_rotate_right_normal.xml │ │ ├── imgly_icon_option_saturation.xml │ │ ├── imgly_icon_option_saturation_active.xml │ │ ├── imgly_icon_option_saturation_normal.xml │ │ ├── imgly_icon_option_shadow.xml │ │ ├── imgly_icon_option_shadow_active.xml │ │ ├── imgly_icon_option_shadow_normal.xml │ │ ├── imgly_icon_option_sharpness.xml │ │ ├── imgly_icon_option_sharpness_active.xml │ │ ├── imgly_icon_option_sharpness_normal.xml │ │ ├── imgly_icon_option_sticker_brightness.xml │ │ ├── imgly_icon_option_sticker_brightness_active.xml │ │ ├── imgly_icon_option_sticker_brightness_normal.xml │ │ ├── imgly_icon_option_sticker_contrast.xml │ │ ├── imgly_icon_option_sticker_contrast_active.xml │ │ ├── imgly_icon_option_sticker_contrast_normal.xml │ │ ├── imgly_icon_option_sticker_saturation.xml │ │ ├── imgly_icon_option_sticker_saturation_active.xml │ │ ├── imgly_icon_option_sticker_saturation_normal.xml │ │ ├── imgly_icon_option_tempature.xml │ │ ├── imgly_icon_option_temperature_active.xml │ │ ├── imgly_icon_option_temperature_normal.xml │ │ ├── imgly_icon_option_text_design_inverted_disabled.xml │ │ ├── imgly_icon_option_text_design_inverted_enabled.xml │ │ ├── imgly_icon_option_undo.xml │ │ ├── imgly_icon_option_whites.xml │ │ ├── imgly_icon_option_whites_active.xml │ │ ├── imgly_icon_option_whites_normal.xml │ │ ├── imgly_icon_pause.xml │ │ ├── imgly_icon_photoroll.xml │ │ ├── imgly_icon_play.xml │ │ ├── imgly_icon_play_pause.xml │ │ ├── imgly_icon_redo.xml │ │ ├── imgly_icon_redo_disabled.xml │ │ ├── imgly_icon_redo_enabled.xml │ │ ├── imgly_icon_replace.xml │ │ ├── imgly_icon_reset.xml │ │ ├── imgly_icon_rotate.xml │ │ ├── imgly_icon_save.xml │ │ ├── imgly_icon_shuffle.xml │ │ ├── imgly_icon_shuffle_active.xml │ │ ├── imgly_icon_shuffle_light.xml │ │ ├── imgly_icon_shuffle_light_active.xml │ │ ├── imgly_icon_shuffle_light_normal.xml │ │ ├── imgly_icon_shuffle_normal.xml │ │ ├── imgly_icon_straighten.xml │ │ ├── imgly_icon_swap.xml │ │ ├── imgly_icon_swap_active.xml │ │ ├── imgly_icon_swap_normal.xml │ │ ├── imgly_icon_to_front.xml │ │ ├── imgly_icon_to_front_disabled.xml │ │ ├── imgly_icon_to_front_enabled.xml │ │ ├── imgly_icon_tool_adjust.xml │ │ ├── imgly_icon_tool_brush.xml │ │ ├── imgly_icon_tool_filters.xml │ │ ├── imgly_icon_tool_focus.xml │ │ ├── imgly_icon_tool_frame.xml │ │ ├── imgly_icon_tool_overlay.xml │ │ ├── imgly_icon_tool_sticker.xml │ │ ├── imgly_icon_tool_text.xml │ │ ├── imgly_icon_tool_text_design.xml │ │ ├── imgly_icon_tool_transform.xml │ │ ├── imgly_icon_tool_trim.xml │ │ ├── imgly_icon_undo.xml │ │ ├── imgly_icon_undo_disabled.xml │ │ ├── imgly_icon_undo_enabled.xml │ │ ├── imgly_icon_vertical_flip.xml │ │ ├── imgly_icon_wait.xml │ │ ├── imgly_item_border.xml │ │ ├── imgly_item_color_overlay.xml │ │ ├── imgly_item_folder_overlay.xml │ │ ├── imgly_item_folder_overlay_active.xml │ │ ├── imgly_item_folder_overlay_normal.xml │ │ ├── imgly_item_select.xml │ │ ├── imgly_item_selected_overlay.xml │ │ ├── imgly_item_selected_overlay_active.xml │ │ ├── imgly_item_selected_overlay_dark.xml │ │ ├── imgly_item_selected_overlay_dark_active.xml │ │ ├── imgly_item_selected_overlay_dark_normal.xml │ │ ├── imgly_item_selected_overlay_normal.xml │ │ ├── imgly_list_item_label_background.xml │ │ ├── imgly_list_thumb.xml │ │ ├── imgly_list_thumb_handle.xml │ │ ├── imgly_list_thumb_normal.xml │ │ ├── imgly_list_thumb_pressed.xml │ │ ├── imgly_slider_background.xml │ │ ├── imgly_slider_progress.xml │ │ ├── imgly_slider_thumb.xml │ │ ├── imgly_slider_thumb_disabled.xml │ │ ├── imgly_slider_thumb_normal.xml │ │ ├── imgly_slider_thumb_pressed.xml │ │ └── imgly_transparent_identity_alpha_slider.xml │ │ ├── layout │ │ ├── imgly_activity_camera_preview.xml │ │ ├── imgly_activity_photo_editor.xml │ │ ├── imgly_design_color_item.xml │ │ ├── imgly_list_item_blend_mode.xml │ │ ├── imgly_list_item_color.xml │ │ ├── imgly_list_item_color_pipette.xml │ │ ├── imgly_list_item_crop.xml │ │ ├── imgly_list_item_crop_mask.xml │ │ ├── imgly_list_item_crop_toggle.xml │ │ ├── imgly_list_item_filter.xml │ │ ├── imgly_list_item_filter_folder_subitem.xml │ │ ├── imgly_list_item_folder.xml │ │ ├── imgly_list_item_font.xml │ │ ├── imgly_list_item_font_big.xml │ │ ├── imgly_list_item_frame.xml │ │ ├── imgly_list_item_none_frame.xml │ │ ├── imgly_list_item_option.xml │ │ ├── imgly_list_item_overlay.xml │ │ ├── imgly_list_item_overlay_thumbnail.xml │ │ ├── imgly_list_item_quick_option.xml │ │ ├── imgly_list_item_space.xml │ │ ├── imgly_list_item_sticker.xml │ │ ├── imgly_list_item_sticker_category.xml │ │ ├── imgly_list_item_sticker_upload.xml │ │ ├── imgly_list_item_text_design.xml │ │ ├── imgly_list_item_tool.xml │ │ ├── imgly_option_list.xml │ │ ├── imgly_panel_tool_adjust.xml │ │ ├── imgly_panel_tool_brush.xml │ │ ├── imgly_panel_tool_color.xml │ │ ├── imgly_panel_tool_filter.xml │ │ ├── imgly_panel_tool_focus.xml │ │ ├── imgly_panel_tool_font.xml │ │ ├── imgly_panel_tool_frame.xml │ │ ├── imgly_panel_tool_frame_options.xml │ │ ├── imgly_panel_tool_menu.xml │ │ ├── imgly_panel_tool_overlay.xml │ │ ├── imgly_panel_tool_sticker.xml │ │ ├── imgly_panel_tool_sticker_options.xml │ │ ├── imgly_panel_tool_text.xml │ │ ├── imgly_panel_tool_text_design.xml │ │ ├── imgly_panel_tool_text_design_option.xml │ │ ├── imgly_panel_tool_text_option.xml │ │ ├── imgly_panel_tool_transform.xml │ │ ├── imgly_panel_tool_video_trim.xml │ │ ├── imgly_popup_activity_spinner.xml │ │ ├── imgly_popup_brush_preview.xml │ │ ├── imgly_popup_confirm_dialog.xml │ │ ├── imgly_popup_error_dialog.xml │ │ ├── imgly_widget_actionbar.xml │ │ ├── imgly_widget_actionbar_title.xml │ │ ├── imgly_widget_color_picker.xml │ │ └── imgly_widget_slider.xml │ │ ├── values-v21 │ │ └── imgly_styles.xml │ │ └── values │ │ ├── imgly_attrs.xml │ │ ├── imgly_colors.xml │ │ ├── imgly_dimens.xml │ │ ├── imgly_dimens_camera.xml │ │ ├── imgly_dimens_filter.xml │ │ ├── imgly_dimens_frame.xml │ │ ├── imgly_dimens_overlay.xml │ │ ├── imgly_dimens_text_design.xml │ │ ├── imgly_dimens_transform.xml │ │ ├── imgly_drawable_alias.xml │ │ ├── imgly_strings_adjustment.xml │ │ ├── imgly_strings_brush.xml │ │ ├── imgly_strings_camera.xml │ │ ├── imgly_strings_color_filter.xml │ │ ├── imgly_strings_core.xml │ │ ├── imgly_strings_focus.xml │ │ ├── imgly_strings_frame.xml │ │ ├── imgly_strings_overlay.xml │ │ ├── imgly_strings_sticker.xml │ │ ├── imgly_strings_text.xml │ │ ├── imgly_strings_text_design.xml │ │ ├── imgly_strings_transformation.xml │ │ ├── imgly_strings_trim_tool.xml │ │ ├── imgly_style_activity.xml │ │ ├── imgly_style_adjust.xml │ │ ├── imgly_style_brush.xml │ │ ├── imgly_style_camera_preview.xml │ │ ├── imgly_style_color.xml │ │ ├── imgly_style_filter.xml │ │ ├── imgly_style_focus.xml │ │ ├── imgly_style_font.xml │ │ ├── imgly_style_frame.xml │ │ ├── imgly_style_overlay.xml │ │ ├── imgly_style_sticker.xml │ │ ├── imgly_style_text.xml │ │ ├── imgly_style_text_design.xml │ │ ├── imgly_style_transform.xml │ │ ├── imgly_style_trim.xml │ │ ├── imgly_styles_core.xml │ │ └── imgly_view_ids.xml ├── v_8_3 │ ├── color │ │ ├── imgly_crop_item_color_states.xml │ │ ├── imgly_crop_item_fill_color_states.xml │ │ ├── imgly_crop_item_line_color_states.xml │ │ └── imgly_lable_color_states.xml │ ├── drawable-hdpi │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ ├── drawable-mdpi │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ ├── drawable-nodpi │ │ └── imgly_broken_or_missing_file.png │ ├── drawable-xhdpi │ │ ├── imgly_icon_show_filter.png │ │ ├── imgly_icon_text_design_blocks.png │ │ ├── imgly_icon_text_design_blocks_condensed.png │ │ ├── imgly_icon_text_design_blocks_light.png │ │ ├── imgly_icon_text_design_celebrate.png │ │ ├── imgly_icon_text_design_celebrate_simple.png │ │ ├── imgly_icon_text_design_equal_width.png │ │ ├── imgly_icon_text_design_equal_width_fat.png │ │ ├── imgly_icon_text_design_masked.png │ │ ├── imgly_icon_text_design_masked_badge.png │ │ ├── imgly_icon_text_design_masked_speech_bubble.png │ │ ├── imgly_icon_text_design_masked_speech_bubble_comic.png │ │ ├── imgly_icon_text_design_multiline.png │ │ ├── imgly_icon_text_design_particles.png │ │ ├── imgly_icon_text_design_rotated.png │ │ ├── imgly_icon_text_design_sunshine.png │ │ └── imgly_icon_text_design_watercolor.png │ ├── drawable-xxhdpi │ │ └── imgly_icon_camera_roll.png │ ├── drawable-xxxhdpi │ │ ├── imgly_button_shutter_animation_frame_00001.png │ │ ├── imgly_button_shutter_animation_frame_00002.png │ │ ├── imgly_button_shutter_animation_frame_00003.png │ │ ├── imgly_button_shutter_animation_frame_00004.png │ │ ├── imgly_button_shutter_animation_frame_00005.png │ │ ├── imgly_button_shutter_animation_frame_00006.png │ │ ├── imgly_button_shutter_animation_frame_00007.png │ │ ├── imgly_button_shutter_animation_frame_00008.png │ │ ├── imgly_button_shutter_animation_frame_00009.png │ │ ├── imgly_button_shutter_animation_frame_00010.png │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ ├── drawable │ │ ├── imgly_audio_select_left.xml │ │ ├── imgly_audio_select_right.xml │ │ ├── imgly_audio_selection_item_background.xml │ │ ├── imgly_blend_mode_background_bottom.xml │ │ ├── imgly_blend_mode_background_top.xml │ │ ├── imgly_button.xml │ │ ├── imgly_button_click_overlay.xml │ │ ├── imgly_button_disabled.xml │ │ ├── imgly_button_normal.xml │ │ ├── imgly_button_pressed.xml │ │ ├── imgly_button_shutter_pressed_animation.xml │ │ ├── imgly_design_color_list_item.xml │ │ ├── imgly_design_color_list_item_active.xml │ │ ├── imgly_design_color_list_item_normal.xml │ │ ├── imgly_dialog_background.xml │ │ ├── imgly_icon_add.xml │ │ ├── imgly_icon_audio_category.xml │ │ ├── imgly_icon_audio_category_active.xml │ │ ├── imgly_icon_audio_category_normal.xml │ │ ├── imgly_icon_back.xml │ │ ├── imgly_icon_backward.xml │ │ ├── imgly_icon_camera.xml │ │ ├── imgly_icon_camera_flash.xml │ │ ├── imgly_icon_camera_switch.xml │ │ ├── imgly_icon_cancel.xml │ │ ├── imgly_icon_color_picker.xml │ │ ├── imgly_icon_color_selected.xml │ │ ├── imgly_icon_confirm.xml │ │ ├── imgly_icon_custom_crop.xml │ │ ├── imgly_icon_default_color_bg.xml │ │ ├── imgly_icon_default_color_fill.xml │ │ ├── imgly_icon_delete.xml │ │ ├── imgly_icon_edit.xml │ │ ├── imgly_icon_font.xml │ │ ├── imgly_icon_forward.xml │ │ ├── imgly_icon_go_back.xml │ │ ├── imgly_icon_horizontal_flip.xml │ │ ├── imgly_icon_horizontal_flip_transform.xml │ │ ├── imgly_icon_item_options.xml │ │ ├── imgly_icon_mute_unmute.xml │ │ ├── imgly_icon_muted.xml │ │ ├── imgly_icon_option_add.xml │ │ ├── imgly_icon_option_align_center.xml │ │ ├── imgly_icon_option_align_center_active.xml │ │ ├── imgly_icon_option_align_center_normal.xml │ │ ├── imgly_icon_option_align_fill.xml │ │ ├── imgly_icon_option_align_fill_active.xml │ │ ├── imgly_icon_option_align_fill_normal.xml │ │ ├── imgly_icon_option_align_left.xml │ │ ├── imgly_icon_option_align_left_active.xml │ │ ├── imgly_icon_option_align_left_normal.xml │ │ ├── imgly_icon_option_align_resize.xml │ │ ├── imgly_icon_option_align_resize_active.xml │ │ ├── imgly_icon_option_align_resize_normal.xml │ │ ├── imgly_icon_option_align_right.xml │ │ ├── imgly_icon_option_align_right_active.xml │ │ ├── imgly_icon_option_align_right_normal.xml │ │ ├── imgly_icon_option_blacks.xml │ │ ├── imgly_icon_option_blacks_active.xml │ │ ├── imgly_icon_option_blacks_normal.xml │ │ ├── imgly_icon_option_brightness.xml │ │ ├── imgly_icon_option_brightness_active.xml │ │ ├── imgly_icon_option_brightness_normal.xml │ │ ├── imgly_icon_option_bring_to_front.xml │ │ ├── imgly_icon_option_clarity.xml │ │ ├── imgly_icon_option_clarity_active.xml │ │ ├── imgly_icon_option_clarity_normal.xml │ │ ├── imgly_icon_option_color_pipette.xml │ │ ├── imgly_icon_option_contrast.xml │ │ ├── imgly_icon_option_contrast_active.xml │ │ ├── imgly_icon_option_contrast_normal.xml │ │ ├── imgly_icon_option_exposure.xml │ │ ├── imgly_icon_option_exposure_active.xml │ │ ├── imgly_icon_option_exposure_normal.xml │ │ ├── imgly_icon_option_flip_horizontal.xml │ │ ├── imgly_icon_option_flip_horizontal_active.xml │ │ ├── imgly_icon_option_flip_horizontal_normal.xml │ │ ├── imgly_icon_option_flip_vertical.xml │ │ ├── imgly_icon_option_flip_vertical_active.xml │ │ ├── imgly_icon_option_flip_vertical_normal.xml │ │ ├── imgly_icon_option_focus_gaussian.xml │ │ ├── imgly_icon_option_focus_gaussian_active.xml │ │ ├── imgly_icon_option_focus_gaussian_normal.xml │ │ ├── imgly_icon_option_focus_linear.xml │ │ ├── imgly_icon_option_focus_linear_active.xml │ │ ├── imgly_icon_option_focus_linear_normal.xml │ │ ├── imgly_icon_option_focus_mirrored.xml │ │ ├── imgly_icon_option_focus_mirrored_active.xml │ │ ├── imgly_icon_option_focus_mirrored_normal.xml │ │ ├── imgly_icon_option_focus_none.xml │ │ ├── imgly_icon_option_focus_none_active.xml │ │ ├── imgly_icon_option_focus_none_normal.xml │ │ ├── imgly_icon_option_focus_radial.xml │ │ ├── imgly_icon_option_focus_radial_active.xml │ │ ├── imgly_icon_option_focus_radial_normal.xml │ │ ├── imgly_icon_option_frame_none.xml │ │ ├── imgly_icon_option_frame_none_active.xml │ │ ├── imgly_icon_option_frame_none_normal.xml │ │ ├── imgly_icon_option_gamma.xml │ │ ├── imgly_icon_option_gamma_active.xml │ │ ├── imgly_icon_option_gamma_normal.xml │ │ ├── imgly_icon_option_hardness.xml │ │ ├── imgly_icon_option_hardness_active.xml │ │ ├── imgly_icon_option_hardness_normal.xml │ │ ├── imgly_icon_option_highlight.xml │ │ ├── imgly_icon_option_highlight_active.xml │ │ ├── imgly_icon_option_highlight_normal.xml │ │ ├── imgly_icon_option_magic.xml │ │ ├── imgly_icon_option_magic_active.xml │ │ ├── imgly_icon_option_magic_normal.xml │ │ ├── imgly_icon_option_opacity.xml │ │ ├── imgly_icon_option_opacity_active.xml │ │ ├── imgly_icon_option_opacity_normal.xml │ │ ├── imgly_icon_option_overlay_none.xml │ │ ├── imgly_icon_option_rotate_left.xml │ │ ├── imgly_icon_option_rotate_left_active.xml │ │ ├── imgly_icon_option_rotate_left_normal.xml │ │ ├── imgly_icon_option_rotate_right.xml │ │ ├── imgly_icon_option_rotate_right_active.xml │ │ ├── imgly_icon_option_rotate_right_normal.xml │ │ ├── imgly_icon_option_saturation.xml │ │ ├── imgly_icon_option_saturation_active.xml │ │ ├── imgly_icon_option_saturation_normal.xml │ │ ├── imgly_icon_option_shadow.xml │ │ ├── imgly_icon_option_shadow_active.xml │ │ ├── imgly_icon_option_shadow_normal.xml │ │ ├── imgly_icon_option_sharpness.xml │ │ ├── imgly_icon_option_sharpness_active.xml │ │ ├── imgly_icon_option_sharpness_normal.xml │ │ ├── imgly_icon_option_sticker_brightness.xml │ │ ├── imgly_icon_option_sticker_brightness_active.xml │ │ ├── imgly_icon_option_sticker_brightness_normal.xml │ │ ├── imgly_icon_option_sticker_contrast.xml │ │ ├── imgly_icon_option_sticker_contrast_active.xml │ │ ├── imgly_icon_option_sticker_contrast_normal.xml │ │ ├── imgly_icon_option_sticker_saturation.xml │ │ ├── imgly_icon_option_sticker_saturation_active.xml │ │ ├── imgly_icon_option_sticker_saturation_normal.xml │ │ ├── imgly_icon_option_tempature.xml │ │ ├── imgly_icon_option_temperature_active.xml │ │ ├── imgly_icon_option_temperature_normal.xml │ │ ├── imgly_icon_option_text_design_inverted_disabled.xml │ │ ├── imgly_icon_option_text_design_inverted_enabled.xml │ │ ├── imgly_icon_option_undo.xml │ │ ├── imgly_icon_option_whites.xml │ │ ├── imgly_icon_option_whites_active.xml │ │ ├── imgly_icon_option_whites_normal.xml │ │ ├── imgly_icon_pause.xml │ │ ├── imgly_icon_photoroll.xml │ │ ├── imgly_icon_play.xml │ │ ├── imgly_icon_play_pause.xml │ │ ├── imgly_icon_play_pause_option.xml │ │ ├── imgly_icon_redo.xml │ │ ├── imgly_icon_redo_disabled.xml │ │ ├── imgly_icon_redo_enabled.xml │ │ ├── imgly_icon_replace.xml │ │ ├── imgly_icon_reset.xml │ │ ├── imgly_icon_rotate.xml │ │ ├── imgly_icon_save.xml │ │ ├── imgly_icon_shuffle.xml │ │ ├── imgly_icon_shuffle_active.xml │ │ ├── imgly_icon_shuffle_light.xml │ │ ├── imgly_icon_shuffle_light_active.xml │ │ ├── imgly_icon_shuffle_light_normal.xml │ │ ├── imgly_icon_shuffle_normal.xml │ │ ├── imgly_icon_straighten.xml │ │ ├── imgly_icon_swap.xml │ │ ├── imgly_icon_swap_active.xml │ │ ├── imgly_icon_swap_normal.xml │ │ ├── imgly_icon_to_front.xml │ │ ├── imgly_icon_to_front_disabled.xml │ │ ├── imgly_icon_to_front_enabled.xml │ │ ├── imgly_icon_tool_adjust.xml │ │ ├── imgly_icon_tool_audio.xml │ │ ├── imgly_icon_tool_brush.xml │ │ ├── imgly_icon_tool_filters.xml │ │ ├── imgly_icon_tool_focus.xml │ │ ├── imgly_icon_tool_frame.xml │ │ ├── imgly_icon_tool_overlay.xml │ │ ├── imgly_icon_tool_sticker.xml │ │ ├── imgly_icon_tool_text.xml │ │ ├── imgly_icon_tool_text_design.xml │ │ ├── imgly_icon_tool_transform.xml │ │ ├── imgly_icon_tool_trim.xml │ │ ├── imgly_icon_tool_video_composition.xml │ │ ├── imgly_icon_undo.xml │ │ ├── imgly_icon_undo_disabled.xml │ │ ├── imgly_icon_undo_enabled.xml │ │ ├── imgly_icon_unmuted.xml │ │ ├── imgly_icon_vertical_flip.xml │ │ ├── imgly_icon_video_category.xml │ │ ├── imgly_icon_video_category_active.xml │ │ ├── imgly_icon_video_category_normal.xml │ │ ├── imgly_icon_wait.xml │ │ ├── imgly_item_border.xml │ │ ├── imgly_item_color_overlay.xml │ │ ├── imgly_item_folder_overlay.xml │ │ ├── imgly_item_folder_overlay_active.xml │ │ ├── imgly_item_folder_overlay_normal.xml │ │ ├── imgly_item_select.xml │ │ ├── imgly_item_selected_overlay.xml │ │ ├── imgly_item_selected_overlay_active.xml │ │ ├── imgly_item_selected_overlay_dark.xml │ │ ├── imgly_item_selected_overlay_dark_active.xml │ │ ├── imgly_item_selected_overlay_dark_normal.xml │ │ ├── imgly_item_selected_overlay_normal.xml │ │ ├── imgly_item_underline.xml │ │ ├── imgly_list_item_label_background.xml │ │ ├── imgly_list_thumb.xml │ │ ├── imgly_list_thumb_handle.xml │ │ ├── imgly_list_thumb_normal.xml │ │ ├── imgly_list_thumb_pressed.xml │ │ ├── imgly_placeholder_album_cover.xml │ │ ├── imgly_slider_background.xml │ │ ├── imgly_slider_progress.xml │ │ ├── imgly_slider_thumb.xml │ │ ├── imgly_slider_thumb_disabled.xml │ │ ├── imgly_slider_thumb_normal.xml │ │ ├── imgly_slider_thumb_pressed.xml │ │ └── imgly_transparent_identity_alpha_slider.xml │ ├── layout │ │ ├── imgly_activity_camera_preview.xml │ │ ├── imgly_activity_photo_editor.xml │ │ ├── imgly_design_color_item.xml │ │ ├── imgly_list_item_audio_category.xml │ │ ├── imgly_list_item_audio_category_icon.xml │ │ ├── imgly_list_item_audio_track.xml │ │ ├── imgly_list_item_blend_mode.xml │ │ ├── imgly_list_item_color.xml │ │ ├── imgly_list_item_color_pipette.xml │ │ ├── imgly_list_item_crop.xml │ │ ├── imgly_list_item_crop_mask.xml │ │ ├── imgly_list_item_crop_toggle.xml │ │ ├── imgly_list_item_filter.xml │ │ ├── imgly_list_item_filter_folder_subitem.xml │ │ ├── imgly_list_item_folder.xml │ │ ├── imgly_list_item_font.xml │ │ ├── imgly_list_item_font_big.xml │ │ ├── imgly_list_item_frame.xml │ │ ├── imgly_list_item_none_frame.xml │ │ ├── imgly_list_item_option.xml │ │ ├── imgly_list_item_overlay.xml │ │ ├── imgly_list_item_overlay_thumbnail.xml │ │ ├── imgly_list_item_quick_option.xml │ │ ├── imgly_list_item_space.xml │ │ ├── imgly_list_item_sticker.xml │ │ ├── imgly_list_item_sticker_category.xml │ │ ├── imgly_list_item_sticker_upload.xml │ │ ├── imgly_list_item_text_design.xml │ │ ├── imgly_list_item_tool.xml │ │ ├── imgly_list_item_video_add.xml │ │ ├── imgly_list_item_video_clip.xml │ │ ├── imgly_list_item_video_clip_category.xml │ │ ├── imgly_list_item_video_clip_category_icon.xml │ │ ├── imgly_list_item_video_thump.xml │ │ ├── imgly_option_list.xml │ │ ├── imgly_panel_tool_adjust.xml │ │ ├── imgly_panel_tool_audio_composition.xml │ │ ├── imgly_panel_tool_audio_gallery.xml │ │ ├── imgly_panel_tool_brush.xml │ │ ├── imgly_panel_tool_color.xml │ │ ├── imgly_panel_tool_filter.xml │ │ ├── imgly_panel_tool_focus.xml │ │ ├── imgly_panel_tool_font.xml │ │ ├── imgly_panel_tool_frame.xml │ │ ├── imgly_panel_tool_frame_options.xml │ │ ├── imgly_panel_tool_menu.xml │ │ ├── imgly_panel_tool_overlay.xml │ │ ├── imgly_panel_tool_sticker.xml │ │ ├── imgly_panel_tool_sticker_options.xml │ │ ├── imgly_panel_tool_text.xml │ │ ├── imgly_panel_tool_text_design.xml │ │ ├── imgly_panel_tool_text_design_option.xml │ │ ├── imgly_panel_tool_text_option.xml │ │ ├── imgly_panel_tool_transform.xml │ │ ├── imgly_panel_tool_video_composition.xml │ │ ├── imgly_panel_tool_video_composition_trim.xml │ │ ├── imgly_panel_tool_video_library.xml │ │ ├── imgly_panel_tool_video_trim.xml │ │ ├── imgly_popup_activity_spinner.xml │ │ ├── imgly_popup_brush_preview.xml │ │ ├── imgly_popup_confirm_dialog.xml │ │ ├── imgly_popup_error_dialog.xml │ │ ├── imgly_widget_actionbar.xml │ │ ├── imgly_widget_actionbar_tab.xml │ │ ├── imgly_widget_actionbar_tabs.xml │ │ ├── imgly_widget_actionbar_title.xml │ │ ├── imgly_widget_color_picker.xml │ │ └── imgly_widget_slider.xml │ ├── res │ │ └── drawable │ │ │ ├── imgly_icon_mute.xml │ │ │ ├── imgly_icon_mute_unmute.xml │ │ │ ├── imgly_icon_pause.xml │ │ │ ├── imgly_icon_play.xml │ │ │ ├── imgly_icon_play_pause.xml │ │ │ └── imgly_icon_unmute.xml │ ├── values-v21 │ │ └── imgly_styles.xml │ └── values │ │ ├── imgly_attrs.xml │ │ ├── imgly_colors.xml │ │ ├── imgly_dimens.xml │ │ ├── imgly_dimens_camera.xml │ │ ├── imgly_dimens_filter.xml │ │ ├── imgly_dimens_frame.xml │ │ ├── imgly_dimens_overlay.xml │ │ ├── imgly_dimens_text_design.xml │ │ ├── imgly_dimens_transform.xml │ │ ├── imgly_drawable_alias.xml │ │ ├── imgly_strings_adjustment.xml │ │ ├── imgly_strings_audio_tool.xml │ │ ├── imgly_strings_brush.xml │ │ ├── imgly_strings_camera.xml │ │ ├── imgly_strings_color_filter.xml │ │ ├── imgly_strings_core.xml │ │ ├── imgly_strings_focus.xml │ │ ├── imgly_strings_frame.xml │ │ ├── imgly_strings_overlay.xml │ │ ├── imgly_strings_sticker.xml │ │ ├── imgly_strings_text.xml │ │ ├── imgly_strings_text_design.xml │ │ ├── imgly_strings_transformation.xml │ │ ├── imgly_strings_trim_tool.xml │ │ ├── imgly_strings_video_library_tool.xml │ │ ├── imgly_style_activity.xml │ │ ├── imgly_style_adjust.xml │ │ ├── imgly_style_audio.xml │ │ ├── imgly_style_brush.xml │ │ ├── imgly_style_camera_preview.xml │ │ ├── imgly_style_color.xml │ │ ├── imgly_style_filter.xml │ │ ├── imgly_style_focus.xml │ │ ├── imgly_style_font.xml │ │ ├── imgly_style_frame.xml │ │ ├── imgly_style_overlay.xml │ │ ├── imgly_style_sticker.xml │ │ ├── imgly_style_text.xml │ │ ├── imgly_style_text_design.xml │ │ ├── imgly_style_transform.xml │ │ ├── imgly_style_trim.xml │ │ ├── imgly_style_video_library.xml │ │ ├── imgly_styles_core.xml │ │ └── imgly_view_ids.xml ├── v_9_0 │ └── res │ │ ├── color │ │ ├── imgly_crop_item_color_states.xml │ │ ├── imgly_crop_item_fill_color_states.xml │ │ ├── imgly_crop_item_line_color_states.xml │ │ └── imgly_lable_color_states.xml │ │ ├── drawable-hdpi │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable-mdpi │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable-nodpi │ │ └── imgly_broken_or_missing_file.png │ │ ├── drawable-xhdpi │ │ ├── imgly_icon_show_filter.png │ │ ├── imgly_icon_text_design_blocks.png │ │ ├── imgly_icon_text_design_blocks_condensed.png │ │ ├── imgly_icon_text_design_blocks_light.png │ │ ├── imgly_icon_text_design_celebrate.png │ │ ├── imgly_icon_text_design_celebrate_simple.png │ │ ├── imgly_icon_text_design_equal_width.png │ │ ├── imgly_icon_text_design_equal_width_fat.png │ │ ├── imgly_icon_text_design_masked.png │ │ ├── imgly_icon_text_design_masked_badge.png │ │ ├── imgly_icon_text_design_masked_speech_bubble.png │ │ ├── imgly_icon_text_design_masked_speech_bubble_comic.png │ │ ├── imgly_icon_text_design_multiline.png │ │ ├── imgly_icon_text_design_particles.png │ │ ├── imgly_icon_text_design_rotated.png │ │ ├── imgly_icon_text_design_sunshine.png │ │ └── imgly_icon_text_design_watercolor.png │ │ ├── drawable-xxhdpi │ │ └── imgly_icon_camera_roll.png │ │ ├── drawable-xxxhdpi │ │ ├── imgly_button_shutter_animation_frame_00001.png │ │ ├── imgly_button_shutter_animation_frame_00002.png │ │ ├── imgly_button_shutter_animation_frame_00003.png │ │ ├── imgly_button_shutter_animation_frame_00004.png │ │ ├── imgly_button_shutter_animation_frame_00005.png │ │ ├── imgly_button_shutter_animation_frame_00006.png │ │ ├── imgly_button_shutter_animation_frame_00007.png │ │ ├── imgly_button_shutter_animation_frame_00008.png │ │ ├── imgly_button_shutter_animation_frame_00009.png │ │ ├── imgly_button_shutter_animation_frame_00010.png │ │ ├── imgly_icon_camera_roll.png │ │ └── imgly_icon_show_filter.png │ │ ├── drawable │ │ ├── imgly_audio_select_left.xml │ │ ├── imgly_audio_select_right.xml │ │ ├── imgly_audio_selection_item_background.xml │ │ ├── imgly_blend_mode_background_bottom.xml │ │ ├── imgly_blend_mode_background_top.xml │ │ ├── imgly_button.xml │ │ ├── imgly_button_click_overlay.xml │ │ ├── imgly_button_disabled.xml │ │ ├── imgly_button_normal.xml │ │ ├── imgly_button_pressed.xml │ │ ├── imgly_button_shutter_pressed_animation.xml │ │ ├── imgly_design_color_list_item.xml │ │ ├── imgly_design_color_list_item_active.xml │ │ ├── imgly_design_color_list_item_normal.xml │ │ ├── imgly_dialog_background.xml │ │ ├── imgly_icon_add.xml │ │ ├── imgly_icon_audio_category.xml │ │ ├── imgly_icon_audio_category_active.xml │ │ ├── imgly_icon_audio_category_normal.xml │ │ ├── imgly_icon_back.xml │ │ ├── imgly_icon_backward.xml │ │ ├── imgly_icon_camera.xml │ │ ├── imgly_icon_camera_flash.xml │ │ ├── imgly_icon_camera_switch.xml │ │ ├── imgly_icon_cancel.xml │ │ ├── imgly_icon_color_picker.xml │ │ ├── imgly_icon_color_selected.xml │ │ ├── imgly_icon_confirm.xml │ │ ├── imgly_icon_custom_crop.xml │ │ ├── imgly_icon_default_color_bg.xml │ │ ├── imgly_icon_default_color_fill.xml │ │ ├── imgly_icon_delete.xml │ │ ├── imgly_icon_edit.xml │ │ ├── imgly_icon_font.xml │ │ ├── imgly_icon_forward.xml │ │ ├── imgly_icon_go_back.xml │ │ ├── imgly_icon_horizontal_flip.xml │ │ ├── imgly_icon_horizontal_flip_transform.xml │ │ ├── imgly_icon_item_options.xml │ │ ├── imgly_icon_mute.xml │ │ ├── imgly_icon_mute_unmute.xml │ │ ├── imgly_icon_muted.xml │ │ ├── imgly_icon_option_add.xml │ │ ├── imgly_icon_option_align_center.xml │ │ ├── imgly_icon_option_align_center_active.xml │ │ ├── imgly_icon_option_align_center_normal.xml │ │ ├── imgly_icon_option_align_fill.xml │ │ ├── imgly_icon_option_align_fill_active.xml │ │ ├── imgly_icon_option_align_fill_normal.xml │ │ ├── imgly_icon_option_align_left.xml │ │ ├── imgly_icon_option_align_left_active.xml │ │ ├── imgly_icon_option_align_left_normal.xml │ │ ├── imgly_icon_option_align_resize.xml │ │ ├── imgly_icon_option_align_resize_active.xml │ │ ├── imgly_icon_option_align_resize_normal.xml │ │ ├── imgly_icon_option_align_right.xml │ │ ├── imgly_icon_option_align_right_active.xml │ │ ├── imgly_icon_option_align_right_normal.xml │ │ ├── imgly_icon_option_blacks.xml │ │ ├── imgly_icon_option_blacks_active.xml │ │ ├── imgly_icon_option_blacks_normal.xml │ │ ├── imgly_icon_option_brightness.xml │ │ ├── imgly_icon_option_brightness_active.xml │ │ ├── imgly_icon_option_brightness_normal.xml │ │ ├── imgly_icon_option_bring_to_front.xml │ │ ├── imgly_icon_option_clarity.xml │ │ ├── imgly_icon_option_clarity_active.xml │ │ ├── imgly_icon_option_clarity_normal.xml │ │ ├── imgly_icon_option_color_pipette.xml │ │ ├── imgly_icon_option_contrast.xml │ │ ├── imgly_icon_option_contrast_active.xml │ │ ├── imgly_icon_option_contrast_normal.xml │ │ ├── imgly_icon_option_exposure.xml │ │ ├── imgly_icon_option_exposure_active.xml │ │ ├── imgly_icon_option_exposure_normal.xml │ │ ├── imgly_icon_option_flip_horizontal.xml │ │ ├── imgly_icon_option_flip_horizontal_active.xml │ │ ├── imgly_icon_option_flip_horizontal_normal.xml │ │ ├── imgly_icon_option_flip_vertical.xml │ │ ├── imgly_icon_option_flip_vertical_active.xml │ │ ├── imgly_icon_option_flip_vertical_normal.xml │ │ ├── imgly_icon_option_focus_gaussian.xml │ │ ├── imgly_icon_option_focus_gaussian_active.xml │ │ ├── imgly_icon_option_focus_gaussian_normal.xml │ │ ├── imgly_icon_option_focus_linear.xml │ │ ├── imgly_icon_option_focus_linear_active.xml │ │ ├── imgly_icon_option_focus_linear_normal.xml │ │ ├── imgly_icon_option_focus_mirrored.xml │ │ ├── imgly_icon_option_focus_mirrored_active.xml │ │ ├── imgly_icon_option_focus_mirrored_normal.xml │ │ ├── imgly_icon_option_focus_none.xml │ │ ├── imgly_icon_option_focus_none_active.xml │ │ ├── imgly_icon_option_focus_none_normal.xml │ │ ├── imgly_icon_option_focus_radial.xml │ │ ├── imgly_icon_option_focus_radial_active.xml │ │ ├── imgly_icon_option_focus_radial_normal.xml │ │ ├── imgly_icon_option_frame_none.xml │ │ ├── imgly_icon_option_frame_none_active.xml │ │ ├── imgly_icon_option_frame_none_normal.xml │ │ ├── imgly_icon_option_gamma.xml │ │ ├── imgly_icon_option_gamma_active.xml │ │ ├── imgly_icon_option_gamma_normal.xml │ │ ├── imgly_icon_option_hardness.xml │ │ ├── imgly_icon_option_hardness_active.xml │ │ ├── imgly_icon_option_hardness_normal.xml │ │ ├── imgly_icon_option_highlight.xml │ │ ├── imgly_icon_option_highlight_active.xml │ │ ├── imgly_icon_option_highlight_normal.xml │ │ ├── imgly_icon_option_magic.xml │ │ ├── imgly_icon_option_magic_active.xml │ │ ├── imgly_icon_option_magic_normal.xml │ │ ├── imgly_icon_option_opacity.xml │ │ ├── imgly_icon_option_opacity_active.xml │ │ ├── imgly_icon_option_opacity_normal.xml │ │ ├── imgly_icon_option_overlay_none.xml │ │ ├── imgly_icon_option_rotate_left.xml │ │ ├── imgly_icon_option_rotate_left_active.xml │ │ ├── imgly_icon_option_rotate_left_normal.xml │ │ ├── imgly_icon_option_rotate_right.xml │ │ ├── imgly_icon_option_rotate_right_active.xml │ │ ├── imgly_icon_option_rotate_right_normal.xml │ │ ├── imgly_icon_option_saturation.xml │ │ ├── imgly_icon_option_saturation_active.xml │ │ ├── imgly_icon_option_saturation_normal.xml │ │ ├── imgly_icon_option_shadow.xml │ │ ├── imgly_icon_option_shadow_active.xml │ │ ├── imgly_icon_option_shadow_normal.xml │ │ ├── imgly_icon_option_sharpness.xml │ │ ├── imgly_icon_option_sharpness_active.xml │ │ ├── imgly_icon_option_sharpness_normal.xml │ │ ├── imgly_icon_option_sticker_brightness.xml │ │ ├── imgly_icon_option_sticker_brightness_active.xml │ │ ├── imgly_icon_option_sticker_brightness_normal.xml │ │ ├── imgly_icon_option_sticker_contrast.xml │ │ ├── imgly_icon_option_sticker_contrast_active.xml │ │ ├── imgly_icon_option_sticker_contrast_normal.xml │ │ ├── imgly_icon_option_sticker_saturation.xml │ │ ├── imgly_icon_option_sticker_saturation_active.xml │ │ ├── imgly_icon_option_sticker_saturation_normal.xml │ │ ├── imgly_icon_option_tempature.xml │ │ ├── imgly_icon_option_temperature_active.xml │ │ ├── imgly_icon_option_temperature_normal.xml │ │ ├── imgly_icon_option_text_design_inverted_disabled.xml │ │ ├── imgly_icon_option_text_design_inverted_enabled.xml │ │ ├── imgly_icon_option_undo.xml │ │ ├── imgly_icon_option_whites.xml │ │ ├── imgly_icon_option_whites_active.xml │ │ ├── imgly_icon_option_whites_normal.xml │ │ ├── imgly_icon_pause.xml │ │ ├── imgly_icon_photoroll.xml │ │ ├── imgly_icon_play.xml │ │ ├── imgly_icon_play_pause.xml │ │ ├── imgly_icon_play_pause_option.xml │ │ ├── imgly_icon_redo.xml │ │ ├── imgly_icon_redo_disabled.xml │ │ ├── imgly_icon_redo_enabled.xml │ │ ├── imgly_icon_replace.xml │ │ ├── imgly_icon_reset.xml │ │ ├── imgly_icon_rotate.xml │ │ ├── imgly_icon_save.xml │ │ ├── imgly_icon_shuffle.xml │ │ ├── imgly_icon_shuffle_active.xml │ │ ├── imgly_icon_shuffle_light.xml │ │ ├── imgly_icon_shuffle_light_active.xml │ │ ├── imgly_icon_shuffle_light_normal.xml │ │ ├── imgly_icon_shuffle_normal.xml │ │ ├── imgly_icon_straighten.xml │ │ ├── imgly_icon_swap.xml │ │ ├── imgly_icon_swap_active.xml │ │ ├── imgly_icon_swap_normal.xml │ │ ├── imgly_icon_to_front.xml │ │ ├── imgly_icon_to_front_disabled.xml │ │ ├── imgly_icon_to_front_enabled.xml │ │ ├── imgly_icon_tool_adjust.xml │ │ ├── imgly_icon_tool_audio.xml │ │ ├── imgly_icon_tool_brush.xml │ │ ├── imgly_icon_tool_filters.xml │ │ ├── imgly_icon_tool_focus.xml │ │ ├── imgly_icon_tool_frame.xml │ │ ├── imgly_icon_tool_overlay.xml │ │ ├── imgly_icon_tool_sticker.xml │ │ ├── imgly_icon_tool_text.xml │ │ ├── imgly_icon_tool_text_design.xml │ │ ├── imgly_icon_tool_transform.xml │ │ ├── imgly_icon_tool_trim.xml │ │ ├── imgly_icon_tool_video_composition.xml │ │ ├── imgly_icon_undo.xml │ │ ├── imgly_icon_undo_disabled.xml │ │ ├── imgly_icon_undo_enabled.xml │ │ ├── imgly_icon_unmute.xml │ │ ├── imgly_icon_unmuted.xml │ │ ├── imgly_icon_vertical_flip.xml │ │ ├── imgly_icon_video_category.xml │ │ ├── imgly_icon_video_category_active.xml │ │ ├── imgly_icon_video_category_normal.xml │ │ ├── imgly_icon_wait.xml │ │ ├── imgly_item_border.xml │ │ ├── imgly_item_color_overlay.xml │ │ ├── imgly_item_folder_overlay.xml │ │ ├── imgly_item_folder_overlay_active.xml │ │ ├── imgly_item_folder_overlay_normal.xml │ │ ├── imgly_item_select.xml │ │ ├── imgly_item_selected_overlay.xml │ │ ├── imgly_item_selected_overlay_active.xml │ │ ├── imgly_item_selected_overlay_dark.xml │ │ ├── imgly_item_selected_overlay_dark_active.xml │ │ ├── imgly_item_selected_overlay_dark_normal.xml │ │ ├── imgly_item_selected_overlay_normal.xml │ │ ├── imgly_item_underline.xml │ │ ├── imgly_list_item_label_background.xml │ │ ├── imgly_list_thumb.xml │ │ ├── imgly_list_thumb_handle.xml │ │ ├── imgly_list_thumb_normal.xml │ │ ├── imgly_list_thumb_pressed.xml │ │ ├── imgly_placeholder_album_cover.xml │ │ ├── imgly_slider_background.xml │ │ ├── imgly_slider_progress.xml │ │ ├── imgly_slider_thumb.xml │ │ ├── imgly_slider_thumb_disabled.xml │ │ ├── imgly_slider_thumb_normal.xml │ │ ├── imgly_slider_thumb_pressed.xml │ │ └── imgly_transparent_identity_alpha_slider.xml │ │ ├── layout │ │ ├── imgly_activity_camera_preview.xml │ │ ├── imgly_activity_photo_editor.xml │ │ ├── imgly_design_color_item.xml │ │ ├── imgly_list_item_audio_category.xml │ │ ├── imgly_list_item_audio_category_icon.xml │ │ ├── imgly_list_item_audio_track.xml │ │ ├── imgly_list_item_blend_mode.xml │ │ ├── imgly_list_item_color.xml │ │ ├── imgly_list_item_color_pipette.xml │ │ ├── imgly_list_item_crop.xml │ │ ├── imgly_list_item_crop_mask.xml │ │ ├── imgly_list_item_crop_toggle.xml │ │ ├── imgly_list_item_filter.xml │ │ ├── imgly_list_item_filter_folder_subitem.xml │ │ ├── imgly_list_item_folder.xml │ │ ├── imgly_list_item_font.xml │ │ ├── imgly_list_item_font_big.xml │ │ ├── imgly_list_item_frame.xml │ │ ├── imgly_list_item_none_frame.xml │ │ ├── imgly_list_item_option.xml │ │ ├── imgly_list_item_overlay.xml │ │ ├── imgly_list_item_overlay_thumbnail.xml │ │ ├── imgly_list_item_quick_option.xml │ │ ├── imgly_list_item_space.xml │ │ ├── imgly_list_item_sticker.xml │ │ ├── imgly_list_item_sticker_category.xml │ │ ├── imgly_list_item_sticker_upload.xml │ │ ├── imgly_list_item_text_design.xml │ │ ├── imgly_list_item_tool.xml │ │ ├── imgly_list_item_video_add.xml │ │ ├── imgly_list_item_video_clip.xml │ │ ├── imgly_list_item_video_clip_category.xml │ │ ├── imgly_list_item_video_clip_category_icon.xml │ │ ├── imgly_list_item_video_thump.xml │ │ ├── imgly_option_list.xml │ │ ├── imgly_panel_tool_adjust.xml │ │ ├── imgly_panel_tool_audio_composition.xml │ │ ├── imgly_panel_tool_audio_gallery.xml │ │ ├── imgly_panel_tool_brush.xml │ │ ├── imgly_panel_tool_color.xml │ │ ├── imgly_panel_tool_filter.xml │ │ ├── imgly_panel_tool_focus.xml │ │ ├── imgly_panel_tool_font.xml │ │ ├── imgly_panel_tool_frame.xml │ │ ├── imgly_panel_tool_frame_options.xml │ │ ├── imgly_panel_tool_menu.xml │ │ ├── imgly_panel_tool_overlay.xml │ │ ├── imgly_panel_tool_sticker.xml │ │ ├── imgly_panel_tool_sticker_options.xml │ │ ├── imgly_panel_tool_text.xml │ │ ├── imgly_panel_tool_text_design.xml │ │ ├── imgly_panel_tool_text_design_option.xml │ │ ├── imgly_panel_tool_text_option.xml │ │ ├── imgly_panel_tool_transform.xml │ │ ├── imgly_panel_tool_video_composition.xml │ │ ├── imgly_panel_tool_video_composition_trim.xml │ │ ├── imgly_panel_tool_video_library.xml │ │ ├── imgly_panel_tool_video_trim.xml │ │ ├── imgly_popup_activity_spinner.xml │ │ ├── imgly_popup_brush_preview.xml │ │ ├── imgly_popup_confirm_dialog.xml │ │ ├── imgly_popup_error_dialog.xml │ │ ├── imgly_widget_actionbar.xml │ │ ├── imgly_widget_actionbar_tab.xml │ │ ├── imgly_widget_actionbar_tabs.xml │ │ ├── imgly_widget_actionbar_title.xml │ │ ├── imgly_widget_color_picker.xml │ │ └── imgly_widget_slider.xml │ │ ├── values-v21 │ │ └── imgly_styles.xml │ │ └── values │ │ ├── imgly_attrs.xml │ │ ├── imgly_colors.xml │ │ ├── imgly_dimens.xml │ │ ├── imgly_dimens_camera.xml │ │ ├── imgly_dimens_filter.xml │ │ ├── imgly_dimens_frame.xml │ │ ├── imgly_dimens_overlay.xml │ │ ├── imgly_dimens_text_design.xml │ │ ├── imgly_dimens_transform.xml │ │ ├── imgly_drawable_alias.xml │ │ ├── imgly_strings_adjustment.xml │ │ ├── imgly_strings_audio_tool.xml │ │ ├── imgly_strings_brush.xml │ │ ├── imgly_strings_camera.xml │ │ ├── imgly_strings_color_filter.xml │ │ ├── imgly_strings_core.xml │ │ ├── imgly_strings_focus.xml │ │ ├── imgly_strings_frame.xml │ │ ├── imgly_strings_overlay.xml │ │ ├── imgly_strings_sticker.xml │ │ ├── imgly_strings_text.xml │ │ ├── imgly_strings_text_design.xml │ │ ├── imgly_strings_transformation.xml │ │ ├── imgly_strings_trim_tool.xml │ │ ├── imgly_strings_video_library_tool.xml │ │ ├── imgly_style_activity.xml │ │ ├── imgly_style_adjust.xml │ │ ├── imgly_style_audio.xml │ │ ├── imgly_style_brush.xml │ │ ├── imgly_style_camera_preview.xml │ │ ├── imgly_style_color.xml │ │ ├── imgly_style_filter.xml │ │ ├── imgly_style_focus.xml │ │ ├── imgly_style_font.xml │ │ ├── imgly_style_frame.xml │ │ ├── imgly_style_overlay.xml │ │ ├── imgly_style_sticker.xml │ │ ├── imgly_style_text.xml │ │ ├── imgly_style_text_design.xml │ │ ├── imgly_style_transform.xml │ │ ├── imgly_style_trim.xml │ │ ├── imgly_style_video_library.xml │ │ ├── imgly_styles_core.xml │ │ └── imgly_view_ids.xml └── v_9_1 │ └── res │ ├── color │ ├── imgly_crop_item_color_states.xml │ ├── imgly_crop_item_fill_color_states.xml │ ├── imgly_crop_item_line_color_states.xml │ └── imgly_lable_color_states.xml │ ├── drawable-hdpi │ ├── imgly_icon_camera_roll.png │ └── imgly_icon_show_filter.png │ ├── drawable-mdpi │ ├── imgly_icon_camera_roll.png │ └── imgly_icon_show_filter.png │ ├── drawable-nodpi │ └── imgly_broken_or_missing_file.png │ ├── drawable-xhdpi │ ├── imgly_icon_show_filter.png │ ├── imgly_icon_text_design_blocks.png │ ├── imgly_icon_text_design_blocks_condensed.png │ ├── imgly_icon_text_design_blocks_light.png │ ├── imgly_icon_text_design_celebrate.png │ ├── imgly_icon_text_design_celebrate_simple.png │ ├── imgly_icon_text_design_equal_width.png │ ├── imgly_icon_text_design_equal_width_fat.png │ ├── imgly_icon_text_design_masked.png │ ├── imgly_icon_text_design_masked_badge.png │ ├── imgly_icon_text_design_masked_speech_bubble.png │ ├── imgly_icon_text_design_masked_speech_bubble_comic.png │ ├── imgly_icon_text_design_multiline.png │ ├── imgly_icon_text_design_particles.png │ ├── imgly_icon_text_design_rotated.png │ ├── imgly_icon_text_design_sunshine.png │ └── imgly_icon_text_design_watercolor.png │ ├── drawable-xxhdpi │ └── imgly_icon_camera_roll.png │ ├── drawable-xxxhdpi │ ├── imgly_button_shutter_animation_frame_00001.png │ ├── imgly_button_shutter_animation_frame_00002.png │ ├── imgly_button_shutter_animation_frame_00003.png │ ├── imgly_button_shutter_animation_frame_00004.png │ ├── imgly_button_shutter_animation_frame_00005.png │ ├── imgly_button_shutter_animation_frame_00006.png │ ├── imgly_button_shutter_animation_frame_00007.png │ ├── imgly_button_shutter_animation_frame_00008.png │ ├── imgly_button_shutter_animation_frame_00009.png │ ├── imgly_button_shutter_animation_frame_00010.png │ ├── imgly_icon_camera_roll.png │ └── imgly_icon_show_filter.png │ ├── drawable │ ├── imgly_audio_select_left.xml │ ├── imgly_audio_select_right.xml │ ├── imgly_audio_selection_item_background.xml │ ├── imgly_blend_mode_background_bottom.xml │ ├── imgly_blend_mode_background_top.xml │ ├── imgly_button.xml │ ├── imgly_button_click_overlay.xml │ ├── imgly_button_disabled.xml │ ├── imgly_button_normal.xml │ ├── imgly_button_pressed.xml │ ├── imgly_button_shutter_pressed_animation.xml │ ├── imgly_design_color_list_item.xml │ ├── imgly_design_color_list_item_active.xml │ ├── imgly_design_color_list_item_normal.xml │ ├── imgly_dialog_background.xml │ ├── imgly_icon_add.xml │ ├── imgly_icon_audio_category.xml │ ├── imgly_icon_audio_category_active.xml │ ├── imgly_icon_audio_category_normal.xml │ ├── imgly_icon_back.xml │ ├── imgly_icon_backward.xml │ ├── imgly_icon_camera.xml │ ├── imgly_icon_camera_flash.xml │ ├── imgly_icon_camera_switch.xml │ ├── imgly_icon_cancel.xml │ ├── imgly_icon_color_picker.xml │ ├── imgly_icon_color_selected.xml │ ├── imgly_icon_confirm.xml │ ├── imgly_icon_custom_crop.xml │ ├── imgly_icon_default_color_bg.xml │ ├── imgly_icon_default_color_fill.xml │ ├── imgly_icon_delete.xml │ ├── imgly_icon_edit.xml │ ├── imgly_icon_font.xml │ ├── imgly_icon_forward.xml │ ├── imgly_icon_go_back.xml │ ├── imgly_icon_horizontal_flip.xml │ ├── imgly_icon_horizontal_flip_transform.xml │ ├── imgly_icon_item_options.xml │ ├── imgly_icon_mute_unmute.xml │ ├── imgly_icon_muted.xml │ ├── imgly_icon_option_add.xml │ ├── imgly_icon_option_align_center.xml │ ├── imgly_icon_option_align_center_active.xml │ ├── imgly_icon_option_align_center_normal.xml │ ├── imgly_icon_option_align_fill.xml │ ├── imgly_icon_option_align_fill_active.xml │ ├── imgly_icon_option_align_fill_normal.xml │ ├── imgly_icon_option_align_left.xml │ ├── imgly_icon_option_align_left_active.xml │ ├── imgly_icon_option_align_left_normal.xml │ ├── imgly_icon_option_align_resize.xml │ ├── imgly_icon_option_align_resize_active.xml │ ├── imgly_icon_option_align_resize_normal.xml │ ├── imgly_icon_option_align_right.xml │ ├── imgly_icon_option_align_right_active.xml │ ├── imgly_icon_option_align_right_normal.xml │ ├── imgly_icon_option_blacks.xml │ ├── imgly_icon_option_blacks_active.xml │ ├── imgly_icon_option_blacks_normal.xml │ ├── imgly_icon_option_brightness.xml │ ├── imgly_icon_option_brightness_active.xml │ ├── imgly_icon_option_brightness_normal.xml │ ├── imgly_icon_option_bring_to_front.xml │ ├── imgly_icon_option_clarity.xml │ ├── imgly_icon_option_clarity_active.xml │ ├── imgly_icon_option_clarity_normal.xml │ ├── imgly_icon_option_color_pipette.xml │ ├── imgly_icon_option_contrast.xml │ ├── imgly_icon_option_contrast_active.xml │ ├── imgly_icon_option_contrast_normal.xml │ ├── imgly_icon_option_exposure.xml │ ├── imgly_icon_option_exposure_active.xml │ ├── imgly_icon_option_exposure_normal.xml │ ├── imgly_icon_option_flip_horizontal.xml │ ├── imgly_icon_option_flip_horizontal_active.xml │ ├── imgly_icon_option_flip_horizontal_normal.xml │ ├── imgly_icon_option_flip_vertical.xml │ ├── imgly_icon_option_flip_vertical_active.xml │ ├── imgly_icon_option_flip_vertical_normal.xml │ ├── imgly_icon_option_focus_gaussian.xml │ ├── imgly_icon_option_focus_gaussian_active.xml │ ├── imgly_icon_option_focus_gaussian_normal.xml │ ├── imgly_icon_option_focus_linear.xml │ ├── imgly_icon_option_focus_linear_active.xml │ ├── imgly_icon_option_focus_linear_normal.xml │ ├── imgly_icon_option_focus_mirrored.xml │ ├── imgly_icon_option_focus_mirrored_active.xml │ ├── imgly_icon_option_focus_mirrored_normal.xml │ ├── imgly_icon_option_focus_none.xml │ ├── imgly_icon_option_focus_none_active.xml │ ├── imgly_icon_option_focus_none_normal.xml │ ├── imgly_icon_option_focus_radial.xml │ ├── imgly_icon_option_focus_radial_active.xml │ ├── imgly_icon_option_focus_radial_normal.xml │ ├── imgly_icon_option_frame_none.xml │ ├── imgly_icon_option_frame_none_active.xml │ ├── imgly_icon_option_frame_none_normal.xml │ ├── imgly_icon_option_gamma.xml │ ├── imgly_icon_option_gamma_active.xml │ ├── imgly_icon_option_gamma_normal.xml │ ├── imgly_icon_option_hardness.xml │ ├── imgly_icon_option_hardness_active.xml │ ├── imgly_icon_option_hardness_normal.xml │ ├── imgly_icon_option_highlight.xml │ ├── imgly_icon_option_highlight_active.xml │ ├── imgly_icon_option_highlight_normal.xml │ ├── imgly_icon_option_magic.xml │ ├── imgly_icon_option_magic_active.xml │ ├── imgly_icon_option_magic_normal.xml │ ├── imgly_icon_option_opacity.xml │ ├── imgly_icon_option_opacity_active.xml │ ├── imgly_icon_option_opacity_normal.xml │ ├── imgly_icon_option_overlay_none.xml │ ├── imgly_icon_option_rotate_left.xml │ ├── imgly_icon_option_rotate_left_active.xml │ ├── imgly_icon_option_rotate_left_normal.xml │ ├── imgly_icon_option_rotate_right.xml │ ├── imgly_icon_option_rotate_right_active.xml │ ├── imgly_icon_option_rotate_right_normal.xml │ ├── imgly_icon_option_saturation.xml │ ├── imgly_icon_option_saturation_active.xml │ ├── imgly_icon_option_saturation_normal.xml │ ├── imgly_icon_option_shadow.xml │ ├── imgly_icon_option_shadow_active.xml │ ├── imgly_icon_option_shadow_normal.xml │ ├── imgly_icon_option_sharpness.xml │ ├── imgly_icon_option_sharpness_active.xml │ ├── imgly_icon_option_sharpness_normal.xml │ ├── imgly_icon_option_sticker_brightness.xml │ ├── imgly_icon_option_sticker_brightness_active.xml │ ├── imgly_icon_option_sticker_brightness_normal.xml │ ├── imgly_icon_option_sticker_contrast.xml │ ├── imgly_icon_option_sticker_contrast_active.xml │ ├── imgly_icon_option_sticker_contrast_normal.xml │ ├── imgly_icon_option_sticker_saturation.xml │ ├── imgly_icon_option_sticker_saturation_active.xml │ ├── imgly_icon_option_sticker_saturation_normal.xml │ ├── imgly_icon_option_tempature.xml │ ├── imgly_icon_option_temperature_active.xml │ ├── imgly_icon_option_temperature_normal.xml │ ├── imgly_icon_option_text_design_inverted_disabled.xml │ ├── imgly_icon_option_text_design_inverted_enabled.xml │ ├── imgly_icon_option_undo.xml │ ├── imgly_icon_option_whites.xml │ ├── imgly_icon_option_whites_active.xml │ ├── imgly_icon_option_whites_normal.xml │ ├── imgly_icon_pause.xml │ ├── imgly_icon_photoroll.xml │ ├── imgly_icon_play.xml │ ├── imgly_icon_play_pause.xml │ ├── imgly_icon_play_pause_option.xml │ ├── imgly_icon_redo.xml │ ├── imgly_icon_redo_disabled.xml │ ├── imgly_icon_redo_enabled.xml │ ├── imgly_icon_replace.xml │ ├── imgly_icon_reset.xml │ ├── imgly_icon_rotate.xml │ ├── imgly_icon_save.xml │ ├── imgly_icon_shuffle.xml │ ├── imgly_icon_shuffle_active.xml │ ├── imgly_icon_shuffle_light.xml │ ├── imgly_icon_shuffle_light_active.xml │ ├── imgly_icon_shuffle_light_normal.xml │ ├── imgly_icon_shuffle_normal.xml │ ├── imgly_icon_straighten.xml │ ├── imgly_icon_swap.xml │ ├── imgly_icon_swap_active.xml │ ├── imgly_icon_swap_normal.xml │ ├── imgly_icon_to_front.xml │ ├── imgly_icon_to_front_disabled.xml │ ├── imgly_icon_to_front_enabled.xml │ ├── imgly_icon_tool_adjust.xml │ ├── imgly_icon_tool_audio.xml │ ├── imgly_icon_tool_brush.xml │ ├── imgly_icon_tool_filters.xml │ ├── imgly_icon_tool_focus.xml │ ├── imgly_icon_tool_frame.xml │ ├── imgly_icon_tool_overlay.xml │ ├── imgly_icon_tool_sticker.xml │ ├── imgly_icon_tool_text.xml │ ├── imgly_icon_tool_text_design.xml │ ├── imgly_icon_tool_transform.xml │ ├── imgly_icon_tool_trim.xml │ ├── imgly_icon_tool_video_composition.xml │ ├── imgly_icon_undo.xml │ ├── imgly_icon_undo_disabled.xml │ ├── imgly_icon_undo_enabled.xml │ ├── imgly_icon_unmuted.xml │ ├── imgly_icon_vertical_flip.xml │ ├── imgly_icon_video_category.xml │ ├── imgly_icon_video_category_active.xml │ ├── imgly_icon_video_category_normal.xml │ ├── imgly_icon_wait.xml │ ├── imgly_item_border.xml │ ├── imgly_item_color_overlay.xml │ ├── imgly_item_folder_overlay.xml │ ├── imgly_item_folder_overlay_active.xml │ ├── imgly_item_folder_overlay_normal.xml │ ├── imgly_item_select.xml │ ├── imgly_item_selected_overlay.xml │ ├── imgly_item_selected_overlay_active.xml │ ├── imgly_item_selected_overlay_dark.xml │ ├── imgly_item_selected_overlay_dark_active.xml │ ├── imgly_item_selected_overlay_dark_normal.xml │ ├── imgly_item_selected_overlay_normal.xml │ ├── imgly_item_underline.xml │ ├── imgly_list_item_label_background.xml │ ├── imgly_list_thumb.xml │ ├── imgly_list_thumb_handle.xml │ ├── imgly_list_thumb_normal.xml │ ├── imgly_list_thumb_pressed.xml │ ├── imgly_placeholder_album_cover.xml │ ├── imgly_slider_background.xml │ ├── imgly_slider_progress.xml │ ├── imgly_slider_thumb.xml │ ├── imgly_slider_thumb_disabled.xml │ ├── imgly_slider_thumb_normal.xml │ ├── imgly_slider_thumb_pressed.xml │ └── imgly_transparent_identity_alpha_slider.xml │ ├── layout │ ├── imgly_activity_camera_preview.xml │ ├── imgly_activity_photo_editor.xml │ ├── imgly_design_color_item.xml │ ├── imgly_list_item_audio_category.xml │ ├── imgly_list_item_audio_category_icon.xml │ ├── imgly_list_item_audio_track.xml │ ├── imgly_list_item_blend_mode.xml │ ├── imgly_list_item_color.xml │ ├── imgly_list_item_color_pipette.xml │ ├── imgly_list_item_crop.xml │ ├── imgly_list_item_crop_mask.xml │ ├── imgly_list_item_crop_toggle.xml │ ├── imgly_list_item_filter.xml │ ├── imgly_list_item_filter_folder_subitem.xml │ ├── imgly_list_item_folder.xml │ ├── imgly_list_item_font.xml │ ├── imgly_list_item_font_big.xml │ ├── imgly_list_item_frame.xml │ ├── imgly_list_item_none_frame.xml │ ├── imgly_list_item_option.xml │ ├── imgly_list_item_overlay.xml │ ├── imgly_list_item_overlay_thumbnail.xml │ ├── imgly_list_item_quick_option.xml │ ├── imgly_list_item_space.xml │ ├── imgly_list_item_sticker.xml │ ├── imgly_list_item_sticker_category.xml │ ├── imgly_list_item_sticker_upload.xml │ ├── imgly_list_item_text_design.xml │ ├── imgly_list_item_tool.xml │ ├── imgly_list_item_video_add.xml │ ├── imgly_list_item_video_clip.xml │ ├── imgly_list_item_video_clip_category.xml │ ├── imgly_list_item_video_clip_category_icon.xml │ ├── imgly_list_item_video_frame.xml │ ├── imgly_list_item_video_thump.xml │ ├── imgly_option_list.xml │ ├── imgly_panel_tool_adjust.xml │ ├── imgly_panel_tool_audio_composition.xml │ ├── imgly_panel_tool_audio_gallery.xml │ ├── imgly_panel_tool_brush.xml │ ├── imgly_panel_tool_color.xml │ ├── imgly_panel_tool_filter.xml │ ├── imgly_panel_tool_focus.xml │ ├── imgly_panel_tool_font.xml │ ├── imgly_panel_tool_frame.xml │ ├── imgly_panel_tool_frame_options.xml │ ├── imgly_panel_tool_menu.xml │ ├── imgly_panel_tool_overlay.xml │ ├── imgly_panel_tool_sticker.xml │ ├── imgly_panel_tool_sticker_options.xml │ ├── imgly_panel_tool_text.xml │ ├── imgly_panel_tool_text_design.xml │ ├── imgly_panel_tool_text_design_option.xml │ ├── imgly_panel_tool_text_option.xml │ ├── imgly_panel_tool_transform.xml │ ├── imgly_panel_tool_video_composition.xml │ ├── imgly_panel_tool_video_composition_trim.xml │ ├── imgly_panel_tool_video_library.xml │ ├── imgly_panel_tool_video_trim.xml │ ├── imgly_popup_activity_spinner.xml │ ├── imgly_popup_brush_preview.xml │ ├── imgly_popup_confirm_dialog.xml │ ├── imgly_popup_error_dialog.xml │ ├── imgly_widget_actionbar.xml │ ├── imgly_widget_actionbar_tab.xml │ ├── imgly_widget_actionbar_tabs.xml │ ├── imgly_widget_actionbar_title.xml │ ├── imgly_widget_color_picker.xml │ └── imgly_widget_slider.xml │ ├── values-v21 │ └── imgly_styles.xml │ └── values │ ├── imgly_attrs_core.xml │ ├── imgly_attrs_transform.xml │ ├── imgly_colors.xml │ ├── imgly_dimens.xml │ ├── imgly_dimens_camera.xml │ ├── imgly_dimens_filter.xml │ ├── imgly_dimens_frame.xml │ ├── imgly_dimens_overlay.xml │ ├── imgly_dimens_text_design.xml │ ├── imgly_dimens_transform.xml │ ├── imgly_drawable_alias.xml │ ├── imgly_shared_style_references.xml │ ├── imgly_strings_adjustment.xml │ ├── imgly_strings_audio_tool.xml │ ├── imgly_strings_brush.xml │ ├── imgly_strings_camera.xml │ ├── imgly_strings_color_filter.xml │ ├── imgly_strings_core.xml │ ├── imgly_strings_focus.xml │ ├── imgly_strings_frame.xml │ ├── imgly_strings_overlay.xml │ ├── imgly_strings_sticker.xml │ ├── imgly_strings_text.xml │ ├── imgly_strings_text_design.xml │ ├── imgly_strings_transformation.xml │ ├── imgly_strings_trim_tool.xml │ ├── imgly_strings_video_composition_tool.xml │ ├── imgly_strings_video_library_tool.xml │ ├── imgly_style_activity.xml │ ├── imgly_style_adjust.xml │ ├── imgly_style_audio.xml │ ├── imgly_style_brush.xml │ ├── imgly_style_camera_preview.xml │ ├── imgly_style_color.xml │ ├── imgly_style_filter.xml │ ├── imgly_style_focus.xml │ ├── imgly_style_font.xml │ ├── imgly_style_frame.xml │ ├── imgly_style_overlay.xml │ ├── imgly_style_sticker.xml │ ├── imgly_style_text.xml │ ├── imgly_style_text_design.xml │ ├── imgly_style_transform.xml │ ├── imgly_style_trim.xml │ ├── imgly_style_video_composition.xml │ ├── imgly_style_video_library.xml │ ├── imgly_styles_core.xml │ ├── imgly_view_ids_core.xml │ ├── imgly_view_ids_filter.xml │ └── imgly_view_ids_overlay.xml ├── example_files └── CustomEventTracker.java ├── gradle.properties ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat └── settings.gradle /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/.github/workflows/release.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/.gitignore -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/README.md -------------------------------------------------------------------------------- /app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/app/build.gradle -------------------------------------------------------------------------------- /app/proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/app/proguard-rules.pro -------------------------------------------------------------------------------- /app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/app/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /app/src/main/assets/pesdk_android_license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/app/src/main/assets/pesdk_android_license -------------------------------------------------------------------------------- /app/src/main/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/app/src/main/ic_launcher-web.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/background_black.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/app/src/main/res/drawable/background_black.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/button_launcher_background.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/app/src/main/res/drawable/button_launcher_background.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/imgly_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/app/src/main/res/drawable/imgly_logo.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/imgly_logo_pesdk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/app/src/main/res/drawable/imgly_logo_pesdk.png -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/app/src/main/res/layout/activity_main.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/imgly_popup_brush_preview.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/app/src/main/res/layout/imgly_popup_brush_preview.xml -------------------------------------------------------------------------------- /app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml -------------------------------------------------------------------------------- /app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml -------------------------------------------------------------------------------- /app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-hdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/app/src/main/res/mipmap-hdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/app/src/main/res/mipmap-mdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /app/src/main/res/values/colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/app/src/main/res/values/colors.xml -------------------------------------------------------------------------------- /app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/app/src/main/res/values/strings.xml -------------------------------------------------------------------------------- /app/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/app/src/main/res/values/styles.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/drawable/imgly_button.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/drawable/imgly_button.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/drawable/imgly_button_normal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/drawable/imgly_button_normal.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/drawable/imgly_icon_add.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/drawable/imgly_icon_add.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/drawable/imgly_icon_back.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/drawable/imgly_icon_back.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/drawable/imgly_icon_backward.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/drawable/imgly_icon_backward.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/drawable/imgly_icon_camera.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/drawable/imgly_icon_camera.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/drawable/imgly_icon_cancel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/drawable/imgly_icon_cancel.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/drawable/imgly_icon_confirm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/drawable/imgly_icon_confirm.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/drawable/imgly_icon_delete.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/drawable/imgly_icon_delete.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/drawable/imgly_icon_edit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/drawable/imgly_icon_edit.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/drawable/imgly_icon_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/drawable/imgly_icon_font.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/drawable/imgly_icon_forward.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/drawable/imgly_icon_forward.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/drawable/imgly_icon_go_back.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/drawable/imgly_icon_go_back.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/drawable/imgly_icon_pause.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/drawable/imgly_icon_pause.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/drawable/imgly_icon_play.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/drawable/imgly_icon_play.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/drawable/imgly_icon_redo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/drawable/imgly_icon_redo.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/drawable/imgly_icon_replace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/drawable/imgly_icon_replace.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/drawable/imgly_icon_reset.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/drawable/imgly_icon_reset.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/drawable/imgly_icon_rotate.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/drawable/imgly_icon_rotate.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/drawable/imgly_icon_save.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/drawable/imgly_icon_save.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/drawable/imgly_icon_shuffle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/drawable/imgly_icon_shuffle.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/drawable/imgly_icon_swap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/drawable/imgly_icon_swap.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/drawable/imgly_icon_to_front.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/drawable/imgly_icon_to_front.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/drawable/imgly_icon_undo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/drawable/imgly_icon_undo.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/drawable/imgly_icon_wait.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/drawable/imgly_icon_wait.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/drawable/imgly_item_border.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/drawable/imgly_item_border.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/drawable/imgly_item_select.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/drawable/imgly_item_select.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/drawable/imgly_list_thumb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/drawable/imgly_list_thumb.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/drawable/imgly_slider_thumb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/drawable/imgly_slider_thumb.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/layout/imgly_list_item_color.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/layout/imgly_list_item_color.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/layout/imgly_list_item_crop.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/layout/imgly_list_item_crop.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/layout/imgly_list_item_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/layout/imgly_list_item_font.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/layout/imgly_list_item_frame.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/layout/imgly_list_item_frame.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/layout/imgly_list_item_space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/layout/imgly_list_item_space.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/layout/imgly_list_item_tool.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/layout/imgly_list_item_tool.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/layout/imgly_option_list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/layout/imgly_option_list.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/layout/imgly_panel_tool_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/layout/imgly_panel_tool_font.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/layout/imgly_panel_tool_menu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/layout/imgly_panel_tool_menu.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/layout/imgly_panel_tool_text.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/layout/imgly_panel_tool_text.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/layout/imgly_widget_slider.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/layout/imgly_widget_slider.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/values-v21/imgly_styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/values-v21/imgly_styles.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/values/imgly_attrs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/values/imgly_attrs.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/values/imgly_colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/values/imgly_colors.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/values/imgly_dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/values/imgly_dimens.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/values/imgly_dimens_camera.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/values/imgly_dimens_camera.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/values/imgly_dimens_filter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/values/imgly_dimens_filter.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/values/imgly_dimens_frame.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/values/imgly_dimens_frame.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/values/imgly_dimens_overlay.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/values/imgly_dimens_overlay.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/values/imgly_drawable_alias.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/values/imgly_drawable_alias.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/values/imgly_strings_brush.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/values/imgly_strings_brush.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/values/imgly_strings_camera.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/values/imgly_strings_camera.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/values/imgly_strings_core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/values/imgly_strings_core.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/values/imgly_strings_focus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/values/imgly_strings_focus.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/values/imgly_strings_frame.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/values/imgly_strings_frame.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/values/imgly_strings_overlay.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/values/imgly_strings_overlay.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/values/imgly_strings_sticker.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/values/imgly_strings_sticker.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/values/imgly_strings_text.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/values/imgly_strings_text.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/values/imgly_style_activity.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/values/imgly_style_activity.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/values/imgly_style_adjust.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/values/imgly_style_adjust.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/values/imgly_style_brush.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/values/imgly_style_brush.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/values/imgly_style_color.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/values/imgly_style_color.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/values/imgly_style_filter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/values/imgly_style_filter.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/values/imgly_style_focus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/values/imgly_style_focus.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/values/imgly_style_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/values/imgly_style_font.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/values/imgly_style_frame.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/values/imgly_style_frame.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/values/imgly_style_overlay.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/values/imgly_style_overlay.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/values/imgly_style_sticker.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/values/imgly_style_sticker.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/values/imgly_style_text.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/values/imgly_style_text.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/values/imgly_style_transform.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/values/imgly_style_transform.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/values/imgly_style_trim.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/values/imgly_style_trim.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/values/imgly_styles_core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/values/imgly_styles_core.xml -------------------------------------------------------------------------------- /default_res_files/v8_0/res/values/imgly_view_ids.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v8_0/res/values/imgly_view_ids.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/drawable/imgly_button.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/drawable/imgly_button.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/drawable/imgly_icon_add.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/drawable/imgly_icon_add.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/drawable/imgly_icon_back.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/drawable/imgly_icon_back.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/drawable/imgly_icon_camera.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/drawable/imgly_icon_camera.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/drawable/imgly_icon_cancel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/drawable/imgly_icon_cancel.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/drawable/imgly_icon_delete.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/drawable/imgly_icon_delete.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/drawable/imgly_icon_edit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/drawable/imgly_icon_edit.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/drawable/imgly_icon_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/drawable/imgly_icon_font.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/drawable/imgly_icon_muted.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/drawable/imgly_icon_muted.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/drawable/imgly_icon_pause.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/drawable/imgly_icon_pause.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/drawable/imgly_icon_play.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/drawable/imgly_icon_play.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/drawable/imgly_icon_redo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/drawable/imgly_icon_redo.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/drawable/imgly_icon_reset.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/drawable/imgly_icon_reset.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/drawable/imgly_icon_rotate.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/drawable/imgly_icon_rotate.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/drawable/imgly_icon_save.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/drawable/imgly_icon_save.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/drawable/imgly_icon_swap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/drawable/imgly_icon_swap.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/drawable/imgly_icon_undo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/drawable/imgly_icon_undo.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/drawable/imgly_icon_wait.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/drawable/imgly_icon_wait.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/drawable/imgly_item_border.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/drawable/imgly_item_border.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/drawable/imgly_item_select.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/drawable/imgly_item_select.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/drawable/imgly_list_thumb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/drawable/imgly_list_thumb.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/layout/imgly_option_list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/layout/imgly_option_list.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/layout/imgly_widget_slider.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/layout/imgly_widget_slider.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/values-night/imgly_themes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/values-night/imgly_themes.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/values-v21/imgly_styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/values-v21/imgly_styles.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/values/imgly_attrs_core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/values/imgly_attrs_core.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/values/imgly_colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/values/imgly_colors.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/values/imgly_dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/values/imgly_dimens.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/values/imgly_dimens_camera.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/values/imgly_dimens_camera.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/values/imgly_dimens_filter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/values/imgly_dimens_filter.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/values/imgly_dimens_frame.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/values/imgly_dimens_frame.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/values/imgly_strings_brush.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/values/imgly_strings_brush.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/values/imgly_strings_core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/values/imgly_strings_core.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/values/imgly_strings_focus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/values/imgly_strings_focus.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/values/imgly_strings_frame.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/values/imgly_strings_frame.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/values/imgly_strings_text.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/values/imgly_strings_text.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/values/imgly_style_adjust.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/values/imgly_style_adjust.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/values/imgly_style_audio.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/values/imgly_style_audio.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/values/imgly_style_brush.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/values/imgly_style_brush.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/values/imgly_style_color.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/values/imgly_style_color.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/values/imgly_style_filter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/values/imgly_style_filter.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/values/imgly_style_focus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/values/imgly_style_focus.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/values/imgly_style_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/values/imgly_style_font.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/values/imgly_style_frame.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/values/imgly_style_frame.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/values/imgly_style_overlay.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/values/imgly_style_overlay.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/values/imgly_style_sticker.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/values/imgly_style_sticker.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/values/imgly_style_text.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/values/imgly_style_text.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/values/imgly_style_trim.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/values/imgly_style_trim.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/values/imgly_styles_core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/values/imgly_styles_core.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/values/imgly_themes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/values/imgly_themes.xml -------------------------------------------------------------------------------- /default_res_files/v_10_0/res/values/imgly_view_ids_core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_0/res/values/imgly_view_ids_core.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/drawable/imgly_button.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/drawable/imgly_button.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/drawable/imgly_giphy_icon.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/drawable/imgly_giphy_icon.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/drawable/imgly_icon_add.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/drawable/imgly_icon_add.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/drawable/imgly_icon_back.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/drawable/imgly_icon_back.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/drawable/imgly_icon_camera.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/drawable/imgly_icon_camera.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/drawable/imgly_icon_cancel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/drawable/imgly_icon_cancel.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/drawable/imgly_icon_delete.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/drawable/imgly_icon_delete.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/drawable/imgly_icon_edit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/drawable/imgly_icon_edit.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/drawable/imgly_icon_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/drawable/imgly_icon_font.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/drawable/imgly_icon_muted.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/drawable/imgly_icon_muted.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/drawable/imgly_icon_pause.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/drawable/imgly_icon_pause.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/drawable/imgly_icon_play.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/drawable/imgly_icon_play.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/drawable/imgly_icon_redo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/drawable/imgly_icon_redo.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/drawable/imgly_icon_reset.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/drawable/imgly_icon_reset.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/drawable/imgly_icon_rotate.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/drawable/imgly_icon_rotate.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/drawable/imgly_icon_save.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/drawable/imgly_icon_save.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/drawable/imgly_icon_swap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/drawable/imgly_icon_swap.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/drawable/imgly_icon_undo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/drawable/imgly_icon_undo.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/drawable/imgly_item_border.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/drawable/imgly_item_border.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/drawable/imgly_item_select.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/drawable/imgly_item_select.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/drawable/imgly_list_thumb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/drawable/imgly_list_thumb.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/drawable/imgly_search_box.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/drawable/imgly_search_box.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/layout/imgly_image_view.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/layout/imgly_image_view.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/layout/imgly_option_list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/layout/imgly_option_list.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/layout/imgly_widget_slider.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/layout/imgly_widget_slider.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/values-night/imgly_themes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/values-night/imgly_themes.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/values-v21/imgly_styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/values-v21/imgly_styles.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/values/imgly_attrs_core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/values/imgly_attrs_core.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/values/imgly_colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/values/imgly_colors.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/values/imgly_dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/values/imgly_dimens.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/values/imgly_dimens_camera.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/values/imgly_dimens_camera.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/values/imgly_dimens_filter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/values/imgly_dimens_filter.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/values/imgly_dimens_frame.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/values/imgly_dimens_frame.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/values/imgly_string_frame.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/values/imgly_string_frame.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/values/imgly_strings_brush.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/values/imgly_strings_brush.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/values/imgly_strings_core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/values/imgly_strings_core.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/values/imgly_strings_focus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/values/imgly_strings_focus.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/values/imgly_strings_frame.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/values/imgly_strings_frame.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/values/imgly_strings_text.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/values/imgly_strings_text.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/values/imgly_style_adjust.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/values/imgly_style_adjust.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/values/imgly_style_audio.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/values/imgly_style_audio.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/values/imgly_style_brush.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/values/imgly_style_brush.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/values/imgly_style_color.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/values/imgly_style_color.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/values/imgly_style_filter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/values/imgly_style_filter.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/values/imgly_style_focus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/values/imgly_style_focus.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/values/imgly_style_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/values/imgly_style_font.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/values/imgly_style_frame.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/values/imgly_style_frame.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/values/imgly_style_giphy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/values/imgly_style_giphy.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/values/imgly_style_overlay.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/values/imgly_style_overlay.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/values/imgly_style_sticker.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/values/imgly_style_sticker.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/values/imgly_style_text.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/values/imgly_style_text.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/values/imgly_style_trim.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/values/imgly_style_trim.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/values/imgly_styles_core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/values/imgly_styles_core.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/values/imgly_themes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/values/imgly_themes.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/values/imgly_view_ids_core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/values/imgly_view_ids_core.xml -------------------------------------------------------------------------------- /default_res_files/v_10_3/res/values/imgy_strings_giphy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_10_3/res/values/imgy_strings_giphy.xml -------------------------------------------------------------------------------- /default_res_files/v_6_0/res/drawable/imgly_button.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_0/res/drawable/imgly_button.xml -------------------------------------------------------------------------------- /default_res_files/v_6_0/res/drawable/imgly_icon_add.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_0/res/drawable/imgly_icon_add.xml -------------------------------------------------------------------------------- /default_res_files/v_6_0/res/drawable/imgly_icon_back.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_0/res/drawable/imgly_icon_back.xml -------------------------------------------------------------------------------- /default_res_files/v_6_0/res/drawable/imgly_icon_camera.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_0/res/drawable/imgly_icon_camera.xml -------------------------------------------------------------------------------- /default_res_files/v_6_0/res/drawable/imgly_icon_cancel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_0/res/drawable/imgly_icon_cancel.xml -------------------------------------------------------------------------------- /default_res_files/v_6_0/res/drawable/imgly_icon_confirm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_0/res/drawable/imgly_icon_confirm.xml -------------------------------------------------------------------------------- /default_res_files/v_6_0/res/drawable/imgly_icon_delete.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_0/res/drawable/imgly_icon_delete.xml -------------------------------------------------------------------------------- /default_res_files/v_6_0/res/drawable/imgly_icon_edit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_0/res/drawable/imgly_icon_edit.xml -------------------------------------------------------------------------------- /default_res_files/v_6_0/res/drawable/imgly_icon_redo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_0/res/drawable/imgly_icon_redo.xml -------------------------------------------------------------------------------- /default_res_files/v_6_0/res/drawable/imgly_icon_rotate.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_0/res/drawable/imgly_icon_rotate.xml -------------------------------------------------------------------------------- /default_res_files/v_6_0/res/drawable/imgly_icon_save.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_0/res/drawable/imgly_icon_save.xml -------------------------------------------------------------------------------- /default_res_files/v_6_0/res/drawable/imgly_icon_undo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_0/res/drawable/imgly_icon_undo.xml -------------------------------------------------------------------------------- /default_res_files/v_6_0/res/drawable/imgly_icon_wait.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_0/res/drawable/imgly_icon_wait.xml -------------------------------------------------------------------------------- /default_res_files/v_6_0/res/drawable/imgly_item_border.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_0/res/drawable/imgly_item_border.xml -------------------------------------------------------------------------------- /default_res_files/v_6_0/res/drawable/imgly_item_select.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_0/res/drawable/imgly_item_select.xml -------------------------------------------------------------------------------- /default_res_files/v_6_0/res/drawable/imgly_list_thump.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_0/res/drawable/imgly_list_thump.xml -------------------------------------------------------------------------------- /default_res_files/v_6_0/res/drawable/imgly_slider_thumb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_0/res/drawable/imgly_slider_thumb.xml -------------------------------------------------------------------------------- /default_res_files/v_6_0/res/layout/imgly_list_item_crop.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_0/res/layout/imgly_list_item_crop.xml -------------------------------------------------------------------------------- /default_res_files/v_6_0/res/layout/imgly_list_item_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_0/res/layout/imgly_list_item_font.xml -------------------------------------------------------------------------------- /default_res_files/v_6_0/res/layout/imgly_list_item_tool.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_0/res/layout/imgly_list_item_tool.xml -------------------------------------------------------------------------------- /default_res_files/v_6_0/res/layout/imgly_option_list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_0/res/layout/imgly_option_list.xml -------------------------------------------------------------------------------- /default_res_files/v_6_0/res/layout/imgly_widget_slider.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_0/res/layout/imgly_widget_slider.xml -------------------------------------------------------------------------------- /default_res_files/v_6_0/res/values-v21/imgly_styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_0/res/values-v21/imgly_styles.xml -------------------------------------------------------------------------------- /default_res_files/v_6_0/res/values/imgly_attrs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_0/res/values/imgly_attrs.xml -------------------------------------------------------------------------------- /default_res_files/v_6_0/res/values/imgly_colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_0/res/values/imgly_colors.xml -------------------------------------------------------------------------------- /default_res_files/v_6_0/res/values/imgly_dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_0/res/values/imgly_dimens.xml -------------------------------------------------------------------------------- /default_res_files/v_6_0/res/values/imgly_dimens_camera.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_0/res/values/imgly_dimens_camera.xml -------------------------------------------------------------------------------- /default_res_files/v_6_0/res/values/imgly_dimens_filter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_0/res/values/imgly_dimens_filter.xml -------------------------------------------------------------------------------- /default_res_files/v_6_0/res/values/imgly_dimens_overlay.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_0/res/values/imgly_dimens_overlay.xml -------------------------------------------------------------------------------- /default_res_files/v_6_0/res/values/imgly_drawable_alias.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_0/res/values/imgly_drawable_alias.xml -------------------------------------------------------------------------------- /default_res_files/v_6_0/res/values/imgly_style_brush.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_0/res/values/imgly_style_brush.xml -------------------------------------------------------------------------------- /default_res_files/v_6_0/res/values/imgly_style_color.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_0/res/values/imgly_style_color.xml -------------------------------------------------------------------------------- /default_res_files/v_6_0/res/values/imgly_style_focus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_0/res/values/imgly_style_focus.xml -------------------------------------------------------------------------------- /default_res_files/v_6_0/res/values/imgly_style_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_0/res/values/imgly_style_font.xml -------------------------------------------------------------------------------- /default_res_files/v_6_0/res/values/imgly_style_frame.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_0/res/values/imgly_style_frame.xml -------------------------------------------------------------------------------- /default_res_files/v_6_0/res/values/imgly_style_text.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_0/res/values/imgly_style_text.xml -------------------------------------------------------------------------------- /default_res_files/v_6_0/res/values/imgly_styles_core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_0/res/values/imgly_styles_core.xml -------------------------------------------------------------------------------- /default_res_files/v_6_0/res/values/imgly_theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_0/res/values/imgly_theme.xml -------------------------------------------------------------------------------- /default_res_files/v_6_0/res/values/imgly_view_ids.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_0/res/values/imgly_view_ids.xml -------------------------------------------------------------------------------- /default_res_files/v_6_1/res/drawable/imgly_button.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_1/res/drawable/imgly_button.xml -------------------------------------------------------------------------------- /default_res_files/v_6_1/res/drawable/imgly_icon_add.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_1/res/drawable/imgly_icon_add.xml -------------------------------------------------------------------------------- /default_res_files/v_6_1/res/drawable/imgly_icon_back.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_1/res/drawable/imgly_icon_back.xml -------------------------------------------------------------------------------- /default_res_files/v_6_1/res/drawable/imgly_icon_edit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_1/res/drawable/imgly_icon_edit.xml -------------------------------------------------------------------------------- /default_res_files/v_6_1/res/drawable/imgly_icon_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_1/res/drawable/imgly_icon_font.xml -------------------------------------------------------------------------------- /default_res_files/v_6_1/res/drawable/imgly_icon_redo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_1/res/drawable/imgly_icon_redo.xml -------------------------------------------------------------------------------- /default_res_files/v_6_1/res/drawable/imgly_icon_save.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_1/res/drawable/imgly_icon_save.xml -------------------------------------------------------------------------------- /default_res_files/v_6_1/res/drawable/imgly_icon_swap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_1/res/drawable/imgly_icon_swap.xml -------------------------------------------------------------------------------- /default_res_files/v_6_1/res/drawable/imgly_icon_undo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_1/res/drawable/imgly_icon_undo.xml -------------------------------------------------------------------------------- /default_res_files/v_6_1/res/drawable/imgly_icon_wait.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_1/res/drawable/imgly_icon_wait.xml -------------------------------------------------------------------------------- /default_res_files/v_6_1/res/layout/imgly_option_list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_1/res/layout/imgly_option_list.xml -------------------------------------------------------------------------------- /default_res_files/v_6_1/res/values-v21/imgly_styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_1/res/values-v21/imgly_styles.xml -------------------------------------------------------------------------------- /default_res_files/v_6_1/res/values/imgly_attrs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_1/res/values/imgly_attrs.xml -------------------------------------------------------------------------------- /default_res_files/v_6_1/res/values/imgly_colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_1/res/values/imgly_colors.xml -------------------------------------------------------------------------------- /default_res_files/v_6_1/res/values/imgly_dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_1/res/values/imgly_dimens.xml -------------------------------------------------------------------------------- /default_res_files/v_6_1/res/values/imgly_style_brush.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_1/res/values/imgly_style_brush.xml -------------------------------------------------------------------------------- /default_res_files/v_6_1/res/values/imgly_style_color.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_1/res/values/imgly_style_color.xml -------------------------------------------------------------------------------- /default_res_files/v_6_1/res/values/imgly_style_focus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_1/res/values/imgly_style_focus.xml -------------------------------------------------------------------------------- /default_res_files/v_6_1/res/values/imgly_style_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_1/res/values/imgly_style_font.xml -------------------------------------------------------------------------------- /default_res_files/v_6_1/res/values/imgly_style_frame.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_1/res/values/imgly_style_frame.xml -------------------------------------------------------------------------------- /default_res_files/v_6_1/res/values/imgly_style_text.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_1/res/values/imgly_style_text.xml -------------------------------------------------------------------------------- /default_res_files/v_6_1/res/values/imgly_styles_core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_1/res/values/imgly_styles_core.xml -------------------------------------------------------------------------------- /default_res_files/v_6_1/res/values/imgly_view_ids.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_1/res/values/imgly_view_ids.xml -------------------------------------------------------------------------------- /default_res_files/v_6_2/res/drawable/imgly_button.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_2/res/drawable/imgly_button.xml -------------------------------------------------------------------------------- /default_res_files/v_6_2/res/drawable/imgly_icon_add.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_2/res/drawable/imgly_icon_add.xml -------------------------------------------------------------------------------- /default_res_files/v_6_2/res/drawable/imgly_icon_back.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_2/res/drawable/imgly_icon_back.xml -------------------------------------------------------------------------------- /default_res_files/v_6_2/res/drawable/imgly_icon_edit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_2/res/drawable/imgly_icon_edit.xml -------------------------------------------------------------------------------- /default_res_files/v_6_2/res/drawable/imgly_icon_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_2/res/drawable/imgly_icon_font.xml -------------------------------------------------------------------------------- /default_res_files/v_6_2/res/drawable/imgly_icon_redo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_2/res/drawable/imgly_icon_redo.xml -------------------------------------------------------------------------------- /default_res_files/v_6_2/res/drawable/imgly_icon_save.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_2/res/drawable/imgly_icon_save.xml -------------------------------------------------------------------------------- /default_res_files/v_6_2/res/drawable/imgly_icon_swap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_2/res/drawable/imgly_icon_swap.xml -------------------------------------------------------------------------------- /default_res_files/v_6_2/res/drawable/imgly_icon_undo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_2/res/drawable/imgly_icon_undo.xml -------------------------------------------------------------------------------- /default_res_files/v_6_2/res/drawable/imgly_icon_wait.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_2/res/drawable/imgly_icon_wait.xml -------------------------------------------------------------------------------- /default_res_files/v_6_2/res/layout/imgly_option_list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_2/res/layout/imgly_option_list.xml -------------------------------------------------------------------------------- /default_res_files/v_6_2/res/values-v21/imgly_styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_2/res/values-v21/imgly_styles.xml -------------------------------------------------------------------------------- /default_res_files/v_6_2/res/values/imgly_attrs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_2/res/values/imgly_attrs.xml -------------------------------------------------------------------------------- /default_res_files/v_6_2/res/values/imgly_colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_2/res/values/imgly_colors.xml -------------------------------------------------------------------------------- /default_res_files/v_6_2/res/values/imgly_dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_2/res/values/imgly_dimens.xml -------------------------------------------------------------------------------- /default_res_files/v_6_2/res/values/imgly_style_brush.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_2/res/values/imgly_style_brush.xml -------------------------------------------------------------------------------- /default_res_files/v_6_2/res/values/imgly_style_color.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_2/res/values/imgly_style_color.xml -------------------------------------------------------------------------------- /default_res_files/v_6_2/res/values/imgly_style_focus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_2/res/values/imgly_style_focus.xml -------------------------------------------------------------------------------- /default_res_files/v_6_2/res/values/imgly_style_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_2/res/values/imgly_style_font.xml -------------------------------------------------------------------------------- /default_res_files/v_6_2/res/values/imgly_style_frame.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_2/res/values/imgly_style_frame.xml -------------------------------------------------------------------------------- /default_res_files/v_6_2/res/values/imgly_style_text.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_2/res/values/imgly_style_text.xml -------------------------------------------------------------------------------- /default_res_files/v_6_2/res/values/imgly_styles_core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_2/res/values/imgly_styles_core.xml -------------------------------------------------------------------------------- /default_res_files/v_6_2/res/values/imgly_view_ids.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_2/res/values/imgly_view_ids.xml -------------------------------------------------------------------------------- /default_res_files/v_6_3/res/drawable/imgly_button.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_3/res/drawable/imgly_button.xml -------------------------------------------------------------------------------- /default_res_files/v_6_3/res/drawable/imgly_icon_add.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_3/res/drawable/imgly_icon_add.xml -------------------------------------------------------------------------------- /default_res_files/v_6_3/res/drawable/imgly_icon_back.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_3/res/drawable/imgly_icon_back.xml -------------------------------------------------------------------------------- /default_res_files/v_6_3/res/drawable/imgly_icon_edit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_3/res/drawable/imgly_icon_edit.xml -------------------------------------------------------------------------------- /default_res_files/v_6_3/res/drawable/imgly_icon_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_3/res/drawable/imgly_icon_font.xml -------------------------------------------------------------------------------- /default_res_files/v_6_3/res/drawable/imgly_icon_redo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_3/res/drawable/imgly_icon_redo.xml -------------------------------------------------------------------------------- /default_res_files/v_6_3/res/drawable/imgly_icon_save.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_3/res/drawable/imgly_icon_save.xml -------------------------------------------------------------------------------- /default_res_files/v_6_3/res/drawable/imgly_icon_swap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_3/res/drawable/imgly_icon_swap.xml -------------------------------------------------------------------------------- /default_res_files/v_6_3/res/drawable/imgly_icon_undo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_3/res/drawable/imgly_icon_undo.xml -------------------------------------------------------------------------------- /default_res_files/v_6_3/res/drawable/imgly_icon_wait.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_3/res/drawable/imgly_icon_wait.xml -------------------------------------------------------------------------------- /default_res_files/v_6_3/res/layout/imgly_option_list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_3/res/layout/imgly_option_list.xml -------------------------------------------------------------------------------- /default_res_files/v_6_3/res/values-v21/imgly_styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_3/res/values-v21/imgly_styles.xml -------------------------------------------------------------------------------- /default_res_files/v_6_3/res/values/imgly_attrs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_3/res/values/imgly_attrs.xml -------------------------------------------------------------------------------- /default_res_files/v_6_3/res/values/imgly_colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_3/res/values/imgly_colors.xml -------------------------------------------------------------------------------- /default_res_files/v_6_3/res/values/imgly_dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_3/res/values/imgly_dimens.xml -------------------------------------------------------------------------------- /default_res_files/v_6_3/res/values/imgly_style_brush.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_3/res/values/imgly_style_brush.xml -------------------------------------------------------------------------------- /default_res_files/v_6_3/res/values/imgly_style_color.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_3/res/values/imgly_style_color.xml -------------------------------------------------------------------------------- /default_res_files/v_6_3/res/values/imgly_style_focus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_3/res/values/imgly_style_focus.xml -------------------------------------------------------------------------------- /default_res_files/v_6_3/res/values/imgly_style_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_3/res/values/imgly_style_font.xml -------------------------------------------------------------------------------- /default_res_files/v_6_3/res/values/imgly_style_frame.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_3/res/values/imgly_style_frame.xml -------------------------------------------------------------------------------- /default_res_files/v_6_3/res/values/imgly_style_text.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_3/res/values/imgly_style_text.xml -------------------------------------------------------------------------------- /default_res_files/v_6_3/res/values/imgly_styles_core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_3/res/values/imgly_styles_core.xml -------------------------------------------------------------------------------- /default_res_files/v_6_3/res/values/imgly_view_ids.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_3/res/values/imgly_view_ids.xml -------------------------------------------------------------------------------- /default_res_files/v_6_4/res/drawable/imgly_button.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_4/res/drawable/imgly_button.xml -------------------------------------------------------------------------------- /default_res_files/v_6_4/res/drawable/imgly_icon_add.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_4/res/drawable/imgly_icon_add.xml -------------------------------------------------------------------------------- /default_res_files/v_6_4/res/drawable/imgly_icon_back.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_4/res/drawable/imgly_icon_back.xml -------------------------------------------------------------------------------- /default_res_files/v_6_4/res/drawable/imgly_icon_edit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_4/res/drawable/imgly_icon_edit.xml -------------------------------------------------------------------------------- /default_res_files/v_6_4/res/drawable/imgly_icon_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_4/res/drawable/imgly_icon_font.xml -------------------------------------------------------------------------------- /default_res_files/v_6_4/res/drawable/imgly_icon_redo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_4/res/drawable/imgly_icon_redo.xml -------------------------------------------------------------------------------- /default_res_files/v_6_4/res/drawable/imgly_icon_save.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_4/res/drawable/imgly_icon_save.xml -------------------------------------------------------------------------------- /default_res_files/v_6_4/res/drawable/imgly_icon_swap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_4/res/drawable/imgly_icon_swap.xml -------------------------------------------------------------------------------- /default_res_files/v_6_4/res/drawable/imgly_icon_undo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_4/res/drawable/imgly_icon_undo.xml -------------------------------------------------------------------------------- /default_res_files/v_6_4/res/drawable/imgly_icon_wait.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_4/res/drawable/imgly_icon_wait.xml -------------------------------------------------------------------------------- /default_res_files/v_6_4/res/layout/imgly_option_list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_4/res/layout/imgly_option_list.xml -------------------------------------------------------------------------------- /default_res_files/v_6_4/res/values-v21/imgly_styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_4/res/values-v21/imgly_styles.xml -------------------------------------------------------------------------------- /default_res_files/v_6_4/res/values/imgly_attrs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_4/res/values/imgly_attrs.xml -------------------------------------------------------------------------------- /default_res_files/v_6_4/res/values/imgly_colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_4/res/values/imgly_colors.xml -------------------------------------------------------------------------------- /default_res_files/v_6_4/res/values/imgly_dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_4/res/values/imgly_dimens.xml -------------------------------------------------------------------------------- /default_res_files/v_6_4/res/values/imgly_style_brush.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_4/res/values/imgly_style_brush.xml -------------------------------------------------------------------------------- /default_res_files/v_6_4/res/values/imgly_style_color.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_4/res/values/imgly_style_color.xml -------------------------------------------------------------------------------- /default_res_files/v_6_4/res/values/imgly_style_focus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_4/res/values/imgly_style_focus.xml -------------------------------------------------------------------------------- /default_res_files/v_6_4/res/values/imgly_style_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_4/res/values/imgly_style_font.xml -------------------------------------------------------------------------------- /default_res_files/v_6_4/res/values/imgly_style_frame.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_4/res/values/imgly_style_frame.xml -------------------------------------------------------------------------------- /default_res_files/v_6_4/res/values/imgly_style_text.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_4/res/values/imgly_style_text.xml -------------------------------------------------------------------------------- /default_res_files/v_6_4/res/values/imgly_styles_core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_4/res/values/imgly_styles_core.xml -------------------------------------------------------------------------------- /default_res_files/v_6_4/res/values/imgly_view_ids.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_4/res/values/imgly_view_ids.xml -------------------------------------------------------------------------------- /default_res_files/v_6_5/res/drawable/imgly_button.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_5/res/drawable/imgly_button.xml -------------------------------------------------------------------------------- /default_res_files/v_6_5/res/drawable/imgly_icon_add.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_5/res/drawable/imgly_icon_add.xml -------------------------------------------------------------------------------- /default_res_files/v_6_5/res/drawable/imgly_icon_back.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_5/res/drawable/imgly_icon_back.xml -------------------------------------------------------------------------------- /default_res_files/v_6_5/res/drawable/imgly_icon_edit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_5/res/drawable/imgly_icon_edit.xml -------------------------------------------------------------------------------- /default_res_files/v_6_5/res/drawable/imgly_icon_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_5/res/drawable/imgly_icon_font.xml -------------------------------------------------------------------------------- /default_res_files/v_6_5/res/drawable/imgly_icon_redo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_5/res/drawable/imgly_icon_redo.xml -------------------------------------------------------------------------------- /default_res_files/v_6_5/res/drawable/imgly_icon_save.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_5/res/drawable/imgly_icon_save.xml -------------------------------------------------------------------------------- /default_res_files/v_6_5/res/drawable/imgly_icon_swap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_5/res/drawable/imgly_icon_swap.xml -------------------------------------------------------------------------------- /default_res_files/v_6_5/res/drawable/imgly_icon_undo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_5/res/drawable/imgly_icon_undo.xml -------------------------------------------------------------------------------- /default_res_files/v_6_5/res/drawable/imgly_icon_wait.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_5/res/drawable/imgly_icon_wait.xml -------------------------------------------------------------------------------- /default_res_files/v_6_5/res/layout/imgly_option_list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_5/res/layout/imgly_option_list.xml -------------------------------------------------------------------------------- /default_res_files/v_6_5/res/values-v21/imgly_styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_5/res/values-v21/imgly_styles.xml -------------------------------------------------------------------------------- /default_res_files/v_6_5/res/values/imgly_attrs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_5/res/values/imgly_attrs.xml -------------------------------------------------------------------------------- /default_res_files/v_6_5/res/values/imgly_colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_5/res/values/imgly_colors.xml -------------------------------------------------------------------------------- /default_res_files/v_6_5/res/values/imgly_dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_5/res/values/imgly_dimens.xml -------------------------------------------------------------------------------- /default_res_files/v_6_5/res/values/imgly_style_brush.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_5/res/values/imgly_style_brush.xml -------------------------------------------------------------------------------- /default_res_files/v_6_5/res/values/imgly_style_color.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_5/res/values/imgly_style_color.xml -------------------------------------------------------------------------------- /default_res_files/v_6_5/res/values/imgly_style_focus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_5/res/values/imgly_style_focus.xml -------------------------------------------------------------------------------- /default_res_files/v_6_5/res/values/imgly_style_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_5/res/values/imgly_style_font.xml -------------------------------------------------------------------------------- /default_res_files/v_6_5/res/values/imgly_style_frame.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_5/res/values/imgly_style_frame.xml -------------------------------------------------------------------------------- /default_res_files/v_6_5/res/values/imgly_style_text.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_5/res/values/imgly_style_text.xml -------------------------------------------------------------------------------- /default_res_files/v_6_5/res/values/imgly_styles_core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_5/res/values/imgly_styles_core.xml -------------------------------------------------------------------------------- /default_res_files/v_6_5/res/values/imgly_view_ids.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_5/res/values/imgly_view_ids.xml -------------------------------------------------------------------------------- /default_res_files/v_6_6/res/drawable/imgly_button.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_6/res/drawable/imgly_button.xml -------------------------------------------------------------------------------- /default_res_files/v_6_6/res/drawable/imgly_icon_add.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_6/res/drawable/imgly_icon_add.xml -------------------------------------------------------------------------------- /default_res_files/v_6_6/res/drawable/imgly_icon_back.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_6/res/drawable/imgly_icon_back.xml -------------------------------------------------------------------------------- /default_res_files/v_6_6/res/drawable/imgly_icon_edit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_6/res/drawable/imgly_icon_edit.xml -------------------------------------------------------------------------------- /default_res_files/v_6_6/res/drawable/imgly_icon_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_6/res/drawable/imgly_icon_font.xml -------------------------------------------------------------------------------- /default_res_files/v_6_6/res/drawable/imgly_icon_redo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_6/res/drawable/imgly_icon_redo.xml -------------------------------------------------------------------------------- /default_res_files/v_6_6/res/drawable/imgly_icon_save.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_6/res/drawable/imgly_icon_save.xml -------------------------------------------------------------------------------- /default_res_files/v_6_6/res/drawable/imgly_icon_swap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_6/res/drawable/imgly_icon_swap.xml -------------------------------------------------------------------------------- /default_res_files/v_6_6/res/drawable/imgly_icon_undo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_6/res/drawable/imgly_icon_undo.xml -------------------------------------------------------------------------------- /default_res_files/v_6_6/res/drawable/imgly_icon_wait.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_6/res/drawable/imgly_icon_wait.xml -------------------------------------------------------------------------------- /default_res_files/v_6_6/res/layout/imgly_option_list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_6/res/layout/imgly_option_list.xml -------------------------------------------------------------------------------- /default_res_files/v_6_6/res/values-v21/imgly_styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_6/res/values-v21/imgly_styles.xml -------------------------------------------------------------------------------- /default_res_files/v_6_6/res/values/imgly_attrs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_6/res/values/imgly_attrs.xml -------------------------------------------------------------------------------- /default_res_files/v_6_6/res/values/imgly_colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_6/res/values/imgly_colors.xml -------------------------------------------------------------------------------- /default_res_files/v_6_6/res/values/imgly_dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_6/res/values/imgly_dimens.xml -------------------------------------------------------------------------------- /default_res_files/v_6_6/res/values/imgly_style_brush.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_6/res/values/imgly_style_brush.xml -------------------------------------------------------------------------------- /default_res_files/v_6_6/res/values/imgly_style_color.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_6/res/values/imgly_style_color.xml -------------------------------------------------------------------------------- /default_res_files/v_6_6/res/values/imgly_style_focus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_6/res/values/imgly_style_focus.xml -------------------------------------------------------------------------------- /default_res_files/v_6_6/res/values/imgly_style_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_6/res/values/imgly_style_font.xml -------------------------------------------------------------------------------- /default_res_files/v_6_6/res/values/imgly_style_frame.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_6/res/values/imgly_style_frame.xml -------------------------------------------------------------------------------- /default_res_files/v_6_6/res/values/imgly_style_text.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_6/res/values/imgly_style_text.xml -------------------------------------------------------------------------------- /default_res_files/v_6_6/res/values/imgly_styles_core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_6/res/values/imgly_styles_core.xml -------------------------------------------------------------------------------- /default_res_files/v_6_6/res/values/imgly_view_ids.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_6_6/res/values/imgly_view_ids.xml -------------------------------------------------------------------------------- /default_res_files/v_7_0/res/drawable/imgly_button.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_0/res/drawable/imgly_button.xml -------------------------------------------------------------------------------- /default_res_files/v_7_0/res/drawable/imgly_icon_add.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_0/res/drawable/imgly_icon_add.xml -------------------------------------------------------------------------------- /default_res_files/v_7_0/res/drawable/imgly_icon_back.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_0/res/drawable/imgly_icon_back.xml -------------------------------------------------------------------------------- /default_res_files/v_7_0/res/drawable/imgly_icon_edit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_0/res/drawable/imgly_icon_edit.xml -------------------------------------------------------------------------------- /default_res_files/v_7_0/res/drawable/imgly_icon_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_0/res/drawable/imgly_icon_font.xml -------------------------------------------------------------------------------- /default_res_files/v_7_0/res/drawable/imgly_icon_play.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_0/res/drawable/imgly_icon_play.xml -------------------------------------------------------------------------------- /default_res_files/v_7_0/res/drawable/imgly_icon_redo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_0/res/drawable/imgly_icon_redo.xml -------------------------------------------------------------------------------- /default_res_files/v_7_0/res/drawable/imgly_icon_save.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_0/res/drawable/imgly_icon_save.xml -------------------------------------------------------------------------------- /default_res_files/v_7_0/res/drawable/imgly_icon_swap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_0/res/drawable/imgly_icon_swap.xml -------------------------------------------------------------------------------- /default_res_files/v_7_0/res/drawable/imgly_icon_undo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_0/res/drawable/imgly_icon_undo.xml -------------------------------------------------------------------------------- /default_res_files/v_7_0/res/drawable/imgly_icon_wait.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_0/res/drawable/imgly_icon_wait.xml -------------------------------------------------------------------------------- /default_res_files/v_7_0/res/layout/imgly_option_list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_0/res/layout/imgly_option_list.xml -------------------------------------------------------------------------------- /default_res_files/v_7_0/res/values-v21/imgly_styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_0/res/values-v21/imgly_styles.xml -------------------------------------------------------------------------------- /default_res_files/v_7_0/res/values/imgly_attrs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_0/res/values/imgly_attrs.xml -------------------------------------------------------------------------------- /default_res_files/v_7_0/res/values/imgly_colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_0/res/values/imgly_colors.xml -------------------------------------------------------------------------------- /default_res_files/v_7_0/res/values/imgly_dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_0/res/values/imgly_dimens.xml -------------------------------------------------------------------------------- /default_res_files/v_7_0/res/values/imgly_style_brush.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_0/res/values/imgly_style_brush.xml -------------------------------------------------------------------------------- /default_res_files/v_7_0/res/values/imgly_style_color.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_0/res/values/imgly_style_color.xml -------------------------------------------------------------------------------- /default_res_files/v_7_0/res/values/imgly_style_focus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_0/res/values/imgly_style_focus.xml -------------------------------------------------------------------------------- /default_res_files/v_7_0/res/values/imgly_style_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_0/res/values/imgly_style_font.xml -------------------------------------------------------------------------------- /default_res_files/v_7_0/res/values/imgly_style_frame.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_0/res/values/imgly_style_frame.xml -------------------------------------------------------------------------------- /default_res_files/v_7_0/res/values/imgly_style_text.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_0/res/values/imgly_style_text.xml -------------------------------------------------------------------------------- /default_res_files/v_7_0/res/values/imgly_style_trim.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_0/res/values/imgly_style_trim.xml -------------------------------------------------------------------------------- /default_res_files/v_7_0/res/values/imgly_styles_core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_0/res/values/imgly_styles_core.xml -------------------------------------------------------------------------------- /default_res_files/v_7_0/res/values/imgly_view_ids.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_0/res/values/imgly_view_ids.xml -------------------------------------------------------------------------------- /default_res_files/v_7_1/res/drawable/imgly_button.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_1/res/drawable/imgly_button.xml -------------------------------------------------------------------------------- /default_res_files/v_7_1/res/drawable/imgly_icon_add.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_1/res/drawable/imgly_icon_add.xml -------------------------------------------------------------------------------- /default_res_files/v_7_1/res/drawable/imgly_icon_back.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_1/res/drawable/imgly_icon_back.xml -------------------------------------------------------------------------------- /default_res_files/v_7_1/res/drawable/imgly_icon_edit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_1/res/drawable/imgly_icon_edit.xml -------------------------------------------------------------------------------- /default_res_files/v_7_1/res/drawable/imgly_icon_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_1/res/drawable/imgly_icon_font.xml -------------------------------------------------------------------------------- /default_res_files/v_7_1/res/drawable/imgly_icon_play.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_1/res/drawable/imgly_icon_play.xml -------------------------------------------------------------------------------- /default_res_files/v_7_1/res/drawable/imgly_icon_redo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_1/res/drawable/imgly_icon_redo.xml -------------------------------------------------------------------------------- /default_res_files/v_7_1/res/drawable/imgly_icon_save.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_1/res/drawable/imgly_icon_save.xml -------------------------------------------------------------------------------- /default_res_files/v_7_1/res/drawable/imgly_icon_swap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_1/res/drawable/imgly_icon_swap.xml -------------------------------------------------------------------------------- /default_res_files/v_7_1/res/drawable/imgly_icon_undo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_1/res/drawable/imgly_icon_undo.xml -------------------------------------------------------------------------------- /default_res_files/v_7_1/res/drawable/imgly_icon_wait.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_1/res/drawable/imgly_icon_wait.xml -------------------------------------------------------------------------------- /default_res_files/v_7_1/res/layout/imgly_option_list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_1/res/layout/imgly_option_list.xml -------------------------------------------------------------------------------- /default_res_files/v_7_1/res/values-v21/imgly_styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_1/res/values-v21/imgly_styles.xml -------------------------------------------------------------------------------- /default_res_files/v_7_1/res/values/imgly_attrs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_1/res/values/imgly_attrs.xml -------------------------------------------------------------------------------- /default_res_files/v_7_1/res/values/imgly_colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_1/res/values/imgly_colors.xml -------------------------------------------------------------------------------- /default_res_files/v_7_1/res/values/imgly_dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_1/res/values/imgly_dimens.xml -------------------------------------------------------------------------------- /default_res_files/v_7_1/res/values/imgly_style_brush.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_1/res/values/imgly_style_brush.xml -------------------------------------------------------------------------------- /default_res_files/v_7_1/res/values/imgly_style_color.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_1/res/values/imgly_style_color.xml -------------------------------------------------------------------------------- /default_res_files/v_7_1/res/values/imgly_style_focus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_1/res/values/imgly_style_focus.xml -------------------------------------------------------------------------------- /default_res_files/v_7_1/res/values/imgly_style_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_1/res/values/imgly_style_font.xml -------------------------------------------------------------------------------- /default_res_files/v_7_1/res/values/imgly_style_frame.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_1/res/values/imgly_style_frame.xml -------------------------------------------------------------------------------- /default_res_files/v_7_1/res/values/imgly_style_text.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_1/res/values/imgly_style_text.xml -------------------------------------------------------------------------------- /default_res_files/v_7_1/res/values/imgly_style_trim.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_1/res/values/imgly_style_trim.xml -------------------------------------------------------------------------------- /default_res_files/v_7_1/res/values/imgly_styles_core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_1/res/values/imgly_styles_core.xml -------------------------------------------------------------------------------- /default_res_files/v_7_1/res/values/imgly_view_ids.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_1/res/values/imgly_view_ids.xml -------------------------------------------------------------------------------- /default_res_files/v_7_2/res/drawable/imgly_button.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_2/res/drawable/imgly_button.xml -------------------------------------------------------------------------------- /default_res_files/v_7_2/res/drawable/imgly_icon_add.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_2/res/drawable/imgly_icon_add.xml -------------------------------------------------------------------------------- /default_res_files/v_7_2/res/drawable/imgly_icon_back.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_2/res/drawable/imgly_icon_back.xml -------------------------------------------------------------------------------- /default_res_files/v_7_2/res/drawable/imgly_icon_edit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_2/res/drawable/imgly_icon_edit.xml -------------------------------------------------------------------------------- /default_res_files/v_7_2/res/drawable/imgly_icon_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_2/res/drawable/imgly_icon_font.xml -------------------------------------------------------------------------------- /default_res_files/v_7_2/res/drawable/imgly_icon_play.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_2/res/drawable/imgly_icon_play.xml -------------------------------------------------------------------------------- /default_res_files/v_7_2/res/drawable/imgly_icon_redo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_2/res/drawable/imgly_icon_redo.xml -------------------------------------------------------------------------------- /default_res_files/v_7_2/res/drawable/imgly_icon_save.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_2/res/drawable/imgly_icon_save.xml -------------------------------------------------------------------------------- /default_res_files/v_7_2/res/drawable/imgly_icon_swap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_2/res/drawable/imgly_icon_swap.xml -------------------------------------------------------------------------------- /default_res_files/v_7_2/res/drawable/imgly_icon_undo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_2/res/drawable/imgly_icon_undo.xml -------------------------------------------------------------------------------- /default_res_files/v_7_2/res/drawable/imgly_icon_wait.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_2/res/drawable/imgly_icon_wait.xml -------------------------------------------------------------------------------- /default_res_files/v_7_2/res/layout/imgly_option_list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_2/res/layout/imgly_option_list.xml -------------------------------------------------------------------------------- /default_res_files/v_7_2/res/values-v21/imgly_styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_2/res/values-v21/imgly_styles.xml -------------------------------------------------------------------------------- /default_res_files/v_7_2/res/values/imgly_attrs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_2/res/values/imgly_attrs.xml -------------------------------------------------------------------------------- /default_res_files/v_7_2/res/values/imgly_colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_2/res/values/imgly_colors.xml -------------------------------------------------------------------------------- /default_res_files/v_7_2/res/values/imgly_dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_2/res/values/imgly_dimens.xml -------------------------------------------------------------------------------- /default_res_files/v_7_2/res/values/imgly_style_brush.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_2/res/values/imgly_style_brush.xml -------------------------------------------------------------------------------- /default_res_files/v_7_2/res/values/imgly_style_color.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_2/res/values/imgly_style_color.xml -------------------------------------------------------------------------------- /default_res_files/v_7_2/res/values/imgly_style_focus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_2/res/values/imgly_style_focus.xml -------------------------------------------------------------------------------- /default_res_files/v_7_2/res/values/imgly_style_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_2/res/values/imgly_style_font.xml -------------------------------------------------------------------------------- /default_res_files/v_7_2/res/values/imgly_style_frame.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_2/res/values/imgly_style_frame.xml -------------------------------------------------------------------------------- /default_res_files/v_7_2/res/values/imgly_style_text.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_2/res/values/imgly_style_text.xml -------------------------------------------------------------------------------- /default_res_files/v_7_2/res/values/imgly_style_trim.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_2/res/values/imgly_style_trim.xml -------------------------------------------------------------------------------- /default_res_files/v_7_2/res/values/imgly_styles_core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_2/res/values/imgly_styles_core.xml -------------------------------------------------------------------------------- /default_res_files/v_7_2/res/values/imgly_view_ids.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_2/res/values/imgly_view_ids.xml -------------------------------------------------------------------------------- /default_res_files/v_7_3/res/drawable/imgly_button.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_3/res/drawable/imgly_button.xml -------------------------------------------------------------------------------- /default_res_files/v_7_3/res/drawable/imgly_icon_add.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_3/res/drawable/imgly_icon_add.xml -------------------------------------------------------------------------------- /default_res_files/v_7_3/res/drawable/imgly_icon_back.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_3/res/drawable/imgly_icon_back.xml -------------------------------------------------------------------------------- /default_res_files/v_7_3/res/drawable/imgly_icon_edit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_3/res/drawable/imgly_icon_edit.xml -------------------------------------------------------------------------------- /default_res_files/v_7_3/res/drawable/imgly_icon_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_3/res/drawable/imgly_icon_font.xml -------------------------------------------------------------------------------- /default_res_files/v_7_3/res/drawable/imgly_icon_play.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_3/res/drawable/imgly_icon_play.xml -------------------------------------------------------------------------------- /default_res_files/v_7_3/res/drawable/imgly_icon_redo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_3/res/drawable/imgly_icon_redo.xml -------------------------------------------------------------------------------- /default_res_files/v_7_3/res/drawable/imgly_icon_save.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_3/res/drawable/imgly_icon_save.xml -------------------------------------------------------------------------------- /default_res_files/v_7_3/res/drawable/imgly_icon_swap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_3/res/drawable/imgly_icon_swap.xml -------------------------------------------------------------------------------- /default_res_files/v_7_3/res/drawable/imgly_icon_undo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_3/res/drawable/imgly_icon_undo.xml -------------------------------------------------------------------------------- /default_res_files/v_7_3/res/drawable/imgly_icon_wait.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_3/res/drawable/imgly_icon_wait.xml -------------------------------------------------------------------------------- /default_res_files/v_7_3/res/layout/imgly_option_list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_3/res/layout/imgly_option_list.xml -------------------------------------------------------------------------------- /default_res_files/v_7_3/res/values-v21/imgly_styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_3/res/values-v21/imgly_styles.xml -------------------------------------------------------------------------------- /default_res_files/v_7_3/res/values/imgly_attrs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_3/res/values/imgly_attrs.xml -------------------------------------------------------------------------------- /default_res_files/v_7_3/res/values/imgly_colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_3/res/values/imgly_colors.xml -------------------------------------------------------------------------------- /default_res_files/v_7_3/res/values/imgly_dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_3/res/values/imgly_dimens.xml -------------------------------------------------------------------------------- /default_res_files/v_7_3/res/values/imgly_style_brush.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_3/res/values/imgly_style_brush.xml -------------------------------------------------------------------------------- /default_res_files/v_7_3/res/values/imgly_style_color.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_3/res/values/imgly_style_color.xml -------------------------------------------------------------------------------- /default_res_files/v_7_3/res/values/imgly_style_focus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_3/res/values/imgly_style_focus.xml -------------------------------------------------------------------------------- /default_res_files/v_7_3/res/values/imgly_style_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_3/res/values/imgly_style_font.xml -------------------------------------------------------------------------------- /default_res_files/v_7_3/res/values/imgly_style_frame.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_3/res/values/imgly_style_frame.xml -------------------------------------------------------------------------------- /default_res_files/v_7_3/res/values/imgly_style_text.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_3/res/values/imgly_style_text.xml -------------------------------------------------------------------------------- /default_res_files/v_7_3/res/values/imgly_style_trim.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_3/res/values/imgly_style_trim.xml -------------------------------------------------------------------------------- /default_res_files/v_7_3/res/values/imgly_styles_core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_3/res/values/imgly_styles_core.xml -------------------------------------------------------------------------------- /default_res_files/v_7_3/res/values/imgly_view_ids.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_3/res/values/imgly_view_ids.xml -------------------------------------------------------------------------------- /default_res_files/v_7_4/res/drawable/imgly_button.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_4/res/drawable/imgly_button.xml -------------------------------------------------------------------------------- /default_res_files/v_7_4/res/drawable/imgly_icon_add.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_4/res/drawable/imgly_icon_add.xml -------------------------------------------------------------------------------- /default_res_files/v_7_4/res/drawable/imgly_icon_back.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_4/res/drawable/imgly_icon_back.xml -------------------------------------------------------------------------------- /default_res_files/v_7_4/res/drawable/imgly_icon_edit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_4/res/drawable/imgly_icon_edit.xml -------------------------------------------------------------------------------- /default_res_files/v_7_4/res/drawable/imgly_icon_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_4/res/drawable/imgly_icon_font.xml -------------------------------------------------------------------------------- /default_res_files/v_7_4/res/drawable/imgly_icon_play.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_4/res/drawable/imgly_icon_play.xml -------------------------------------------------------------------------------- /default_res_files/v_7_4/res/drawable/imgly_icon_redo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_4/res/drawable/imgly_icon_redo.xml -------------------------------------------------------------------------------- /default_res_files/v_7_4/res/drawable/imgly_icon_save.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_4/res/drawable/imgly_icon_save.xml -------------------------------------------------------------------------------- /default_res_files/v_7_4/res/drawable/imgly_icon_swap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_4/res/drawable/imgly_icon_swap.xml -------------------------------------------------------------------------------- /default_res_files/v_7_4/res/drawable/imgly_icon_undo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_4/res/drawable/imgly_icon_undo.xml -------------------------------------------------------------------------------- /default_res_files/v_7_4/res/drawable/imgly_icon_wait.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_4/res/drawable/imgly_icon_wait.xml -------------------------------------------------------------------------------- /default_res_files/v_7_4/res/layout/imgly_option_list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_4/res/layout/imgly_option_list.xml -------------------------------------------------------------------------------- /default_res_files/v_7_4/res/values-v21/imgly_styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_4/res/values-v21/imgly_styles.xml -------------------------------------------------------------------------------- /default_res_files/v_7_4/res/values/imgly_attrs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_4/res/values/imgly_attrs.xml -------------------------------------------------------------------------------- /default_res_files/v_7_4/res/values/imgly_colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_4/res/values/imgly_colors.xml -------------------------------------------------------------------------------- /default_res_files/v_7_4/res/values/imgly_dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_4/res/values/imgly_dimens.xml -------------------------------------------------------------------------------- /default_res_files/v_7_4/res/values/imgly_style_brush.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_4/res/values/imgly_style_brush.xml -------------------------------------------------------------------------------- /default_res_files/v_7_4/res/values/imgly_style_color.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_4/res/values/imgly_style_color.xml -------------------------------------------------------------------------------- /default_res_files/v_7_4/res/values/imgly_style_focus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_4/res/values/imgly_style_focus.xml -------------------------------------------------------------------------------- /default_res_files/v_7_4/res/values/imgly_style_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_4/res/values/imgly_style_font.xml -------------------------------------------------------------------------------- /default_res_files/v_7_4/res/values/imgly_style_frame.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_4/res/values/imgly_style_frame.xml -------------------------------------------------------------------------------- /default_res_files/v_7_4/res/values/imgly_style_text.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_4/res/values/imgly_style_text.xml -------------------------------------------------------------------------------- /default_res_files/v_7_4/res/values/imgly_style_trim.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_4/res/values/imgly_style_trim.xml -------------------------------------------------------------------------------- /default_res_files/v_7_4/res/values/imgly_styles_core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_4/res/values/imgly_styles_core.xml -------------------------------------------------------------------------------- /default_res_files/v_7_4/res/values/imgly_view_ids.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_4/res/values/imgly_view_ids.xml -------------------------------------------------------------------------------- /default_res_files/v_7_5/res/drawable/imgly_button.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_5/res/drawable/imgly_button.xml -------------------------------------------------------------------------------- /default_res_files/v_7_5/res/drawable/imgly_icon_add.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_5/res/drawable/imgly_icon_add.xml -------------------------------------------------------------------------------- /default_res_files/v_7_5/res/drawable/imgly_icon_back.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_5/res/drawable/imgly_icon_back.xml -------------------------------------------------------------------------------- /default_res_files/v_7_5/res/drawable/imgly_icon_edit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_5/res/drawable/imgly_icon_edit.xml -------------------------------------------------------------------------------- /default_res_files/v_7_5/res/drawable/imgly_icon_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_5/res/drawable/imgly_icon_font.xml -------------------------------------------------------------------------------- /default_res_files/v_7_5/res/drawable/imgly_icon_play.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_5/res/drawable/imgly_icon_play.xml -------------------------------------------------------------------------------- /default_res_files/v_7_5/res/drawable/imgly_icon_redo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_5/res/drawable/imgly_icon_redo.xml -------------------------------------------------------------------------------- /default_res_files/v_7_5/res/drawable/imgly_icon_save.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_5/res/drawable/imgly_icon_save.xml -------------------------------------------------------------------------------- /default_res_files/v_7_5/res/drawable/imgly_icon_swap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_5/res/drawable/imgly_icon_swap.xml -------------------------------------------------------------------------------- /default_res_files/v_7_5/res/drawable/imgly_icon_undo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_5/res/drawable/imgly_icon_undo.xml -------------------------------------------------------------------------------- /default_res_files/v_7_5/res/drawable/imgly_icon_wait.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_5/res/drawable/imgly_icon_wait.xml -------------------------------------------------------------------------------- /default_res_files/v_7_5/res/layout/imgly_option_list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_5/res/layout/imgly_option_list.xml -------------------------------------------------------------------------------- /default_res_files/v_7_5/res/values-v21/imgly_styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_5/res/values-v21/imgly_styles.xml -------------------------------------------------------------------------------- /default_res_files/v_7_5/res/values/imgly_attrs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_5/res/values/imgly_attrs.xml -------------------------------------------------------------------------------- /default_res_files/v_7_5/res/values/imgly_colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_5/res/values/imgly_colors.xml -------------------------------------------------------------------------------- /default_res_files/v_7_5/res/values/imgly_dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_5/res/values/imgly_dimens.xml -------------------------------------------------------------------------------- /default_res_files/v_7_5/res/values/imgly_style_brush.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_5/res/values/imgly_style_brush.xml -------------------------------------------------------------------------------- /default_res_files/v_7_5/res/values/imgly_style_color.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_5/res/values/imgly_style_color.xml -------------------------------------------------------------------------------- /default_res_files/v_7_5/res/values/imgly_style_focus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_5/res/values/imgly_style_focus.xml -------------------------------------------------------------------------------- /default_res_files/v_7_5/res/values/imgly_style_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_5/res/values/imgly_style_font.xml -------------------------------------------------------------------------------- /default_res_files/v_7_5/res/values/imgly_style_frame.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_5/res/values/imgly_style_frame.xml -------------------------------------------------------------------------------- /default_res_files/v_7_5/res/values/imgly_style_text.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_5/res/values/imgly_style_text.xml -------------------------------------------------------------------------------- /default_res_files/v_7_5/res/values/imgly_style_trim.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_5/res/values/imgly_style_trim.xml -------------------------------------------------------------------------------- /default_res_files/v_7_5/res/values/imgly_styles_core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_5/res/values/imgly_styles_core.xml -------------------------------------------------------------------------------- /default_res_files/v_7_5/res/values/imgly_view_ids.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_5/res/values/imgly_view_ids.xml -------------------------------------------------------------------------------- /default_res_files/v_7_6/res/drawable/imgly_button.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_6/res/drawable/imgly_button.xml -------------------------------------------------------------------------------- /default_res_files/v_7_6/res/drawable/imgly_icon_add.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_6/res/drawable/imgly_icon_add.xml -------------------------------------------------------------------------------- /default_res_files/v_7_6/res/drawable/imgly_icon_back.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_6/res/drawable/imgly_icon_back.xml -------------------------------------------------------------------------------- /default_res_files/v_7_6/res/drawable/imgly_icon_edit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_6/res/drawable/imgly_icon_edit.xml -------------------------------------------------------------------------------- /default_res_files/v_7_6/res/drawable/imgly_icon_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_6/res/drawable/imgly_icon_font.xml -------------------------------------------------------------------------------- /default_res_files/v_7_6/res/drawable/imgly_icon_play.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_6/res/drawable/imgly_icon_play.xml -------------------------------------------------------------------------------- /default_res_files/v_7_6/res/drawable/imgly_icon_redo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_6/res/drawable/imgly_icon_redo.xml -------------------------------------------------------------------------------- /default_res_files/v_7_6/res/drawable/imgly_icon_save.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_6/res/drawable/imgly_icon_save.xml -------------------------------------------------------------------------------- /default_res_files/v_7_6/res/drawable/imgly_icon_swap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_6/res/drawable/imgly_icon_swap.xml -------------------------------------------------------------------------------- /default_res_files/v_7_6/res/drawable/imgly_icon_undo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_6/res/drawable/imgly_icon_undo.xml -------------------------------------------------------------------------------- /default_res_files/v_7_6/res/drawable/imgly_icon_wait.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_6/res/drawable/imgly_icon_wait.xml -------------------------------------------------------------------------------- /default_res_files/v_7_6/res/layout/imgly_option_list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_6/res/layout/imgly_option_list.xml -------------------------------------------------------------------------------- /default_res_files/v_7_6/res/values-v21/imgly_styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_6/res/values-v21/imgly_styles.xml -------------------------------------------------------------------------------- /default_res_files/v_7_6/res/values/imgly_attrs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_6/res/values/imgly_attrs.xml -------------------------------------------------------------------------------- /default_res_files/v_7_6/res/values/imgly_colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_6/res/values/imgly_colors.xml -------------------------------------------------------------------------------- /default_res_files/v_7_6/res/values/imgly_dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_6/res/values/imgly_dimens.xml -------------------------------------------------------------------------------- /default_res_files/v_7_6/res/values/imgly_style_brush.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_6/res/values/imgly_style_brush.xml -------------------------------------------------------------------------------- /default_res_files/v_7_6/res/values/imgly_style_color.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_6/res/values/imgly_style_color.xml -------------------------------------------------------------------------------- /default_res_files/v_7_6/res/values/imgly_style_focus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_6/res/values/imgly_style_focus.xml -------------------------------------------------------------------------------- /default_res_files/v_7_6/res/values/imgly_style_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_6/res/values/imgly_style_font.xml -------------------------------------------------------------------------------- /default_res_files/v_7_6/res/values/imgly_style_frame.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_6/res/values/imgly_style_frame.xml -------------------------------------------------------------------------------- /default_res_files/v_7_6/res/values/imgly_style_text.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_6/res/values/imgly_style_text.xml -------------------------------------------------------------------------------- /default_res_files/v_7_6/res/values/imgly_style_trim.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_6/res/values/imgly_style_trim.xml -------------------------------------------------------------------------------- /default_res_files/v_7_6/res/values/imgly_styles_core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_6/res/values/imgly_styles_core.xml -------------------------------------------------------------------------------- /default_res_files/v_7_6/res/values/imgly_view_ids.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_7_6/res/values/imgly_view_ids.xml -------------------------------------------------------------------------------- /default_res_files/v_8_1/res/drawable/imgly_button.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_1/res/drawable/imgly_button.xml -------------------------------------------------------------------------------- /default_res_files/v_8_1/res/drawable/imgly_icon_add.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_1/res/drawable/imgly_icon_add.xml -------------------------------------------------------------------------------- /default_res_files/v_8_1/res/drawable/imgly_icon_back.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_1/res/drawable/imgly_icon_back.xml -------------------------------------------------------------------------------- /default_res_files/v_8_1/res/drawable/imgly_icon_edit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_1/res/drawable/imgly_icon_edit.xml -------------------------------------------------------------------------------- /default_res_files/v_8_1/res/drawable/imgly_icon_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_1/res/drawable/imgly_icon_font.xml -------------------------------------------------------------------------------- /default_res_files/v_8_1/res/drawable/imgly_icon_play.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_1/res/drawable/imgly_icon_play.xml -------------------------------------------------------------------------------- /default_res_files/v_8_1/res/drawable/imgly_icon_redo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_1/res/drawable/imgly_icon_redo.xml -------------------------------------------------------------------------------- /default_res_files/v_8_1/res/drawable/imgly_icon_save.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_1/res/drawable/imgly_icon_save.xml -------------------------------------------------------------------------------- /default_res_files/v_8_1/res/drawable/imgly_icon_swap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_1/res/drawable/imgly_icon_swap.xml -------------------------------------------------------------------------------- /default_res_files/v_8_1/res/drawable/imgly_icon_undo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_1/res/drawable/imgly_icon_undo.xml -------------------------------------------------------------------------------- /default_res_files/v_8_1/res/drawable/imgly_icon_wait.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_1/res/drawable/imgly_icon_wait.xml -------------------------------------------------------------------------------- /default_res_files/v_8_1/res/layout/imgly_option_list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_1/res/layout/imgly_option_list.xml -------------------------------------------------------------------------------- /default_res_files/v_8_1/res/values-v21/imgly_styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_1/res/values-v21/imgly_styles.xml -------------------------------------------------------------------------------- /default_res_files/v_8_1/res/values/imgly_attrs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_1/res/values/imgly_attrs.xml -------------------------------------------------------------------------------- /default_res_files/v_8_1/res/values/imgly_colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_1/res/values/imgly_colors.xml -------------------------------------------------------------------------------- /default_res_files/v_8_1/res/values/imgly_dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_1/res/values/imgly_dimens.xml -------------------------------------------------------------------------------- /default_res_files/v_8_1/res/values/imgly_style_brush.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_1/res/values/imgly_style_brush.xml -------------------------------------------------------------------------------- /default_res_files/v_8_1/res/values/imgly_style_color.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_1/res/values/imgly_style_color.xml -------------------------------------------------------------------------------- /default_res_files/v_8_1/res/values/imgly_style_focus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_1/res/values/imgly_style_focus.xml -------------------------------------------------------------------------------- /default_res_files/v_8_1/res/values/imgly_style_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_1/res/values/imgly_style_font.xml -------------------------------------------------------------------------------- /default_res_files/v_8_1/res/values/imgly_style_frame.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_1/res/values/imgly_style_frame.xml -------------------------------------------------------------------------------- /default_res_files/v_8_1/res/values/imgly_style_text.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_1/res/values/imgly_style_text.xml -------------------------------------------------------------------------------- /default_res_files/v_8_1/res/values/imgly_style_trim.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_1/res/values/imgly_style_trim.xml -------------------------------------------------------------------------------- /default_res_files/v_8_1/res/values/imgly_styles_core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_1/res/values/imgly_styles_core.xml -------------------------------------------------------------------------------- /default_res_files/v_8_1/res/values/imgly_view_ids.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_1/res/values/imgly_view_ids.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/drawable/imgly_button.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/drawable/imgly_button.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/drawable/imgly_button_normal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/drawable/imgly_button_normal.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/drawable/imgly_icon_add.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/drawable/imgly_icon_add.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/drawable/imgly_icon_back.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/drawable/imgly_icon_back.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/drawable/imgly_icon_backward.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/drawable/imgly_icon_backward.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/drawable/imgly_icon_camera.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/drawable/imgly_icon_camera.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/drawable/imgly_icon_cancel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/drawable/imgly_icon_cancel.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/drawable/imgly_icon_confirm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/drawable/imgly_icon_confirm.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/drawable/imgly_icon_delete.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/drawable/imgly_icon_delete.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/drawable/imgly_icon_edit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/drawable/imgly_icon_edit.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/drawable/imgly_icon_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/drawable/imgly_icon_font.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/drawable/imgly_icon_forward.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/drawable/imgly_icon_forward.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/drawable/imgly_icon_go_back.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/drawable/imgly_icon_go_back.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/drawable/imgly_icon_muted.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/drawable/imgly_icon_muted.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/drawable/imgly_icon_pause.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/drawable/imgly_icon_pause.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/drawable/imgly_icon_play.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/drawable/imgly_icon_play.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/drawable/imgly_icon_redo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/drawable/imgly_icon_redo.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/drawable/imgly_icon_replace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/drawable/imgly_icon_replace.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/drawable/imgly_icon_reset.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/drawable/imgly_icon_reset.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/drawable/imgly_icon_rotate.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/drawable/imgly_icon_rotate.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/drawable/imgly_icon_save.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/drawable/imgly_icon_save.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/drawable/imgly_icon_shuffle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/drawable/imgly_icon_shuffle.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/drawable/imgly_icon_swap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/drawable/imgly_icon_swap.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/drawable/imgly_icon_to_front.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/drawable/imgly_icon_to_front.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/drawable/imgly_icon_undo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/drawable/imgly_icon_undo.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/drawable/imgly_icon_unmuted.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/drawable/imgly_icon_unmuted.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/drawable/imgly_icon_wait.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/drawable/imgly_icon_wait.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/drawable/imgly_item_border.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/drawable/imgly_item_border.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/drawable/imgly_item_select.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/drawable/imgly_item_select.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/drawable/imgly_list_thumb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/drawable/imgly_list_thumb.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/drawable/imgly_slider_thumb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/drawable/imgly_slider_thumb.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/layout/imgly_list_item_color.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/layout/imgly_list_item_color.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/layout/imgly_list_item_crop.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/layout/imgly_list_item_crop.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/layout/imgly_list_item_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/layout/imgly_list_item_font.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/layout/imgly_list_item_frame.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/layout/imgly_list_item_frame.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/layout/imgly_list_item_space.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/layout/imgly_list_item_space.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/layout/imgly_list_item_tool.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/layout/imgly_list_item_tool.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/layout/imgly_option_list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/layout/imgly_option_list.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/layout/imgly_panel_tool_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/layout/imgly_panel_tool_font.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/layout/imgly_panel_tool_menu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/layout/imgly_panel_tool_menu.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/layout/imgly_panel_tool_text.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/layout/imgly_panel_tool_text.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/layout/imgly_widget_slider.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/layout/imgly_widget_slider.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/res/drawable/imgly_icon_mute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/res/drawable/imgly_icon_mute.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/res/drawable/imgly_icon_play.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/res/drawable/imgly_icon_play.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/values-v21/imgly_styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/values-v21/imgly_styles.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/values/imgly_attrs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/values/imgly_attrs.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/values/imgly_colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/values/imgly_colors.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/values/imgly_dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/values/imgly_dimens.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/values/imgly_dimens_camera.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/values/imgly_dimens_camera.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/values/imgly_dimens_filter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/values/imgly_dimens_filter.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/values/imgly_dimens_frame.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/values/imgly_dimens_frame.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/values/imgly_dimens_overlay.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/values/imgly_dimens_overlay.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/values/imgly_drawable_alias.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/values/imgly_drawable_alias.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/values/imgly_strings_brush.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/values/imgly_strings_brush.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/values/imgly_strings_camera.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/values/imgly_strings_camera.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/values/imgly_strings_core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/values/imgly_strings_core.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/values/imgly_strings_focus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/values/imgly_strings_focus.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/values/imgly_strings_frame.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/values/imgly_strings_frame.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/values/imgly_strings_overlay.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/values/imgly_strings_overlay.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/values/imgly_strings_sticker.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/values/imgly_strings_sticker.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/values/imgly_strings_text.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/values/imgly_strings_text.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/values/imgly_style_activity.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/values/imgly_style_activity.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/values/imgly_style_adjust.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/values/imgly_style_adjust.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/values/imgly_style_audio.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/values/imgly_style_audio.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/values/imgly_style_brush.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/values/imgly_style_brush.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/values/imgly_style_color.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/values/imgly_style_color.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/values/imgly_style_filter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/values/imgly_style_filter.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/values/imgly_style_focus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/values/imgly_style_focus.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/values/imgly_style_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/values/imgly_style_font.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/values/imgly_style_frame.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/values/imgly_style_frame.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/values/imgly_style_overlay.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/values/imgly_style_overlay.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/values/imgly_style_sticker.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/values/imgly_style_sticker.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/values/imgly_style_text.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/values/imgly_style_text.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/values/imgly_style_transform.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/values/imgly_style_transform.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/values/imgly_style_trim.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/values/imgly_style_trim.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/values/imgly_styles_core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/values/imgly_styles_core.xml -------------------------------------------------------------------------------- /default_res_files/v_8_3/values/imgly_view_ids.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_8_3/values/imgly_view_ids.xml -------------------------------------------------------------------------------- /default_res_files/v_9_0/res/drawable/imgly_button.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_0/res/drawable/imgly_button.xml -------------------------------------------------------------------------------- /default_res_files/v_9_0/res/drawable/imgly_icon_add.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_0/res/drawable/imgly_icon_add.xml -------------------------------------------------------------------------------- /default_res_files/v_9_0/res/drawable/imgly_icon_back.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_0/res/drawable/imgly_icon_back.xml -------------------------------------------------------------------------------- /default_res_files/v_9_0/res/drawable/imgly_icon_edit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_0/res/drawable/imgly_icon_edit.xml -------------------------------------------------------------------------------- /default_res_files/v_9_0/res/drawable/imgly_icon_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_0/res/drawable/imgly_icon_font.xml -------------------------------------------------------------------------------- /default_res_files/v_9_0/res/drawable/imgly_icon_mute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_0/res/drawable/imgly_icon_mute.xml -------------------------------------------------------------------------------- /default_res_files/v_9_0/res/drawable/imgly_icon_play.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_0/res/drawable/imgly_icon_play.xml -------------------------------------------------------------------------------- /default_res_files/v_9_0/res/drawable/imgly_icon_redo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_0/res/drawable/imgly_icon_redo.xml -------------------------------------------------------------------------------- /default_res_files/v_9_0/res/drawable/imgly_icon_save.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_0/res/drawable/imgly_icon_save.xml -------------------------------------------------------------------------------- /default_res_files/v_9_0/res/drawable/imgly_icon_swap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_0/res/drawable/imgly_icon_swap.xml -------------------------------------------------------------------------------- /default_res_files/v_9_0/res/drawable/imgly_icon_undo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_0/res/drawable/imgly_icon_undo.xml -------------------------------------------------------------------------------- /default_res_files/v_9_0/res/drawable/imgly_icon_wait.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_0/res/drawable/imgly_icon_wait.xml -------------------------------------------------------------------------------- /default_res_files/v_9_0/res/layout/imgly_option_list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_0/res/layout/imgly_option_list.xml -------------------------------------------------------------------------------- /default_res_files/v_9_0/res/values-v21/imgly_styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_0/res/values-v21/imgly_styles.xml -------------------------------------------------------------------------------- /default_res_files/v_9_0/res/values/imgly_attrs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_0/res/values/imgly_attrs.xml -------------------------------------------------------------------------------- /default_res_files/v_9_0/res/values/imgly_colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_0/res/values/imgly_colors.xml -------------------------------------------------------------------------------- /default_res_files/v_9_0/res/values/imgly_dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_0/res/values/imgly_dimens.xml -------------------------------------------------------------------------------- /default_res_files/v_9_0/res/values/imgly_style_audio.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_0/res/values/imgly_style_audio.xml -------------------------------------------------------------------------------- /default_res_files/v_9_0/res/values/imgly_style_brush.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_0/res/values/imgly_style_brush.xml -------------------------------------------------------------------------------- /default_res_files/v_9_0/res/values/imgly_style_color.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_0/res/values/imgly_style_color.xml -------------------------------------------------------------------------------- /default_res_files/v_9_0/res/values/imgly_style_focus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_0/res/values/imgly_style_focus.xml -------------------------------------------------------------------------------- /default_res_files/v_9_0/res/values/imgly_style_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_0/res/values/imgly_style_font.xml -------------------------------------------------------------------------------- /default_res_files/v_9_0/res/values/imgly_style_frame.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_0/res/values/imgly_style_frame.xml -------------------------------------------------------------------------------- /default_res_files/v_9_0/res/values/imgly_style_text.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_0/res/values/imgly_style_text.xml -------------------------------------------------------------------------------- /default_res_files/v_9_0/res/values/imgly_style_trim.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_0/res/values/imgly_style_trim.xml -------------------------------------------------------------------------------- /default_res_files/v_9_0/res/values/imgly_styles_core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_0/res/values/imgly_styles_core.xml -------------------------------------------------------------------------------- /default_res_files/v_9_0/res/values/imgly_view_ids.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_0/res/values/imgly_view_ids.xml -------------------------------------------------------------------------------- /default_res_files/v_9_1/res/drawable/imgly_button.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_1/res/drawable/imgly_button.xml -------------------------------------------------------------------------------- /default_res_files/v_9_1/res/drawable/imgly_icon_add.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_1/res/drawable/imgly_icon_add.xml -------------------------------------------------------------------------------- /default_res_files/v_9_1/res/drawable/imgly_icon_back.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_1/res/drawable/imgly_icon_back.xml -------------------------------------------------------------------------------- /default_res_files/v_9_1/res/drawable/imgly_icon_edit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_1/res/drawable/imgly_icon_edit.xml -------------------------------------------------------------------------------- /default_res_files/v_9_1/res/drawable/imgly_icon_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_1/res/drawable/imgly_icon_font.xml -------------------------------------------------------------------------------- /default_res_files/v_9_1/res/drawable/imgly_icon_play.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_1/res/drawable/imgly_icon_play.xml -------------------------------------------------------------------------------- /default_res_files/v_9_1/res/drawable/imgly_icon_redo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_1/res/drawable/imgly_icon_redo.xml -------------------------------------------------------------------------------- /default_res_files/v_9_1/res/drawable/imgly_icon_save.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_1/res/drawable/imgly_icon_save.xml -------------------------------------------------------------------------------- /default_res_files/v_9_1/res/drawable/imgly_icon_swap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_1/res/drawable/imgly_icon_swap.xml -------------------------------------------------------------------------------- /default_res_files/v_9_1/res/drawable/imgly_icon_undo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_1/res/drawable/imgly_icon_undo.xml -------------------------------------------------------------------------------- /default_res_files/v_9_1/res/drawable/imgly_icon_wait.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_1/res/drawable/imgly_icon_wait.xml -------------------------------------------------------------------------------- /default_res_files/v_9_1/res/layout/imgly_option_list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_1/res/layout/imgly_option_list.xml -------------------------------------------------------------------------------- /default_res_files/v_9_1/res/values-v21/imgly_styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_1/res/values-v21/imgly_styles.xml -------------------------------------------------------------------------------- /default_res_files/v_9_1/res/values/imgly_attrs_core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_1/res/values/imgly_attrs_core.xml -------------------------------------------------------------------------------- /default_res_files/v_9_1/res/values/imgly_colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_1/res/values/imgly_colors.xml -------------------------------------------------------------------------------- /default_res_files/v_9_1/res/values/imgly_dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_1/res/values/imgly_dimens.xml -------------------------------------------------------------------------------- /default_res_files/v_9_1/res/values/imgly_style_audio.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_1/res/values/imgly_style_audio.xml -------------------------------------------------------------------------------- /default_res_files/v_9_1/res/values/imgly_style_brush.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_1/res/values/imgly_style_brush.xml -------------------------------------------------------------------------------- /default_res_files/v_9_1/res/values/imgly_style_color.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_1/res/values/imgly_style_color.xml -------------------------------------------------------------------------------- /default_res_files/v_9_1/res/values/imgly_style_focus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_1/res/values/imgly_style_focus.xml -------------------------------------------------------------------------------- /default_res_files/v_9_1/res/values/imgly_style_font.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_1/res/values/imgly_style_font.xml -------------------------------------------------------------------------------- /default_res_files/v_9_1/res/values/imgly_style_frame.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_1/res/values/imgly_style_frame.xml -------------------------------------------------------------------------------- /default_res_files/v_9_1/res/values/imgly_style_text.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_1/res/values/imgly_style_text.xml -------------------------------------------------------------------------------- /default_res_files/v_9_1/res/values/imgly_style_trim.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_1/res/values/imgly_style_trim.xml -------------------------------------------------------------------------------- /default_res_files/v_9_1/res/values/imgly_styles_core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/default_res_files/v_9_1/res/values/imgly_styles_core.xml -------------------------------------------------------------------------------- /example_files/CustomEventTracker.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/example_files/CustomEventTracker.java -------------------------------------------------------------------------------- /gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/gradle.properties -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/gradlew -------------------------------------------------------------------------------- /gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imgly/pesdk-android-demo/HEAD/gradlew.bat -------------------------------------------------------------------------------- /settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | --------------------------------------------------------------------------------