Showing preview only (8,666K chars total). Download the full file or copy to clipboard to get everything.
Repository: imgly/vesdk-android-demo
Branch: master
Commit: 8cfe29b93f2a
Files: 4451
Total size: 7.3 MB
Directory structure:
gitextract_3yi7masj/
├── .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/
│ │ └── vesdk_android_license
│ ├── java/
│ │ └── com/
│ │ └── videoeditorsdk/
│ │ └── android/
│ │ └── app/
│ │ └── KVideoEditorDemoActivity.kt
│ └── res/
│ ├── drawable/
│ │ ├── background_black.xml
│ │ ├── button_launcher_background.xml
│ │ └── button_launcher_vesdk.xml
│ ├── layout/
│ │ └── activity_main.xml
│ ├── mipmap-anydpi-v26/
│ │ ├── ic_launcher.xml
│ │ └── ic_launcher_round.xml
│ └── values/
│ ├── colors.xml
│ ├── strings.xml
│ └── styles.xml
├── build.gradle
├── default_res_files/
│ ├── 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/
│ │ │ ├── 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/
│ │ │ ├── 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
│ │ ├── values-night/
│ │ │ └── imgly_themes.xml
│ │ └── values-v21/
│ │ └── imgly_styles.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/
│ │ │ ├── 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/
│ │ │ ├── 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
│ │ ├── values-night/
│ │ │ └── imgly_themes.xml
│ │ └── values-v21/
│ │ └── imgly_styles.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/
│ │ │ ├── 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_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_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/
│ │ │ ├── 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
│ │ └── values-v21/
│ │ └── imgly_styles.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/
│ │ │ ├── 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/
│ │ │ ├── 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
│ │ └── values-v21/
│ │ └── imgly_styles.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/
│ │ │ ├── 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/
│ │ │ ├── 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
│ │ └── values-v21/
│ │ └── imgly_styles.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/
│ │ │ ├── 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/
│ │ │ ├── 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
│ │ └── values-v21/
│ │ └── imgly_styles.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/
│ │ │ ├── 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/
│ │ │ ├── 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
│ │ └── values-v21/
│ │ └── imgly_styles.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/
│ │ │ ├── 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/
│ │ │ ├── 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
│ │ └── values-v21/
│ │ └── imgly_styles.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/
│ │ │ ├── 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/
│ │ │ ├── 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
│ │ └── values-v21/
│ │ └── imgly_styles.xml
│ ├── v_8_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/
│ │ │ ├── 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/
│ │ │ ├── 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
│ │ └── values-v21/
│ │ └── imgly_styles.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/
│ │ │ ├── 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/
│ │ │ ├── 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
│ │ └── values-v21/
│ │ └── imgly_styles.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/
│ │ │ ├── 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/
│ │ │ ├── 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
│ │ └── values-v21/
│ │ └── imgly_styles.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/
│ │ │ ├── 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
================================================
FILE CONTENTS
================================================
================================================
FILE: .github/workflows/build.yml
================================================
name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v1
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'adopt'
- name: Assemble
run: ./gradlew assemble
================================================
FILE: .github/workflows/release.yml
================================================
name: Release
on:
pull_request:
branches: [ master ]
types: [ closed ]
jobs:
release:
if: github.event.pull_request.merged == true && startsWith(github.event.pull_request.head.ref, 'release/')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup variables
id: setup
run: |
VERSION=$(echo ${{github.event.pull_request.head.ref}} | cut -d/ -f2)
CHANGELOG=$(sed '0,/^## /d;/^## /Q' CHANGELOG.md)
newline=$'\n'
CHANGELOG="## v${VERSION}${newline}${CHANGELOG}"
echo "::set-output name=version::$VERSION"
echo "CHANGELOG<<EOF" >> $GITHUB_ENV
echo "$CHANGELOG" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
- name: Github Tag & Release
uses: ncipollo/release-action@v1
with:
tag: "v${{ steps.setup.outputs.version }}"
commit: ${{ github.event.pull_request.merge_commit_sha }}
body: ${{ env.CHANGELOG }}
token: ${{ secrets.GITHUB_TOKEN }}
================================================
FILE: .gitignore
================================================
*.iml
.gradle
local.properties
/local.properties
.idea
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
.DS_Store
/build
/captures
.externalNativeBuild
google-services.json
nongit.properties
================================================
FILE: CHANGELOG.md
================================================
# VideoEditor SDK - Changelog
## 10.10.14
### Fixed
* AGP 9 Final Module not being generated automatically
## 10.10.13
### Fixed
* Improve Android editor action bar safe-area handling in landscape so edge buttons stay accessible on devices with system gesture or cutout insets.
* [Serialization] Fixed Android shadows adjustment being written with half the configured value.
* Added backward-compatible read conversion for serializations exported by older Android SDK versions, so existing files restore the intended shadows value.
* Harden Android editor entry points against external launches by marking the SDK editor and camera activities as non-exported.
### Added
* Added a `SaveSettings.useInternalCacheForUriPermissions` opt-in on Android so temporary URI copies can be kept in the app's internal cache directory when `saveUriPermissions` is enabled.
## v10.10.12
### Fixed
* [Gradle Plugin] Fixed AGP 9 compatibility for projects using built-in Kotlin.
* Prevents `kotlin-kapt` from being applied when KSP is used, avoiding the AGP 9 error:
* `The 'org.jetbrains.kotlin.kapt' plugin is not compatible with built-in Kotlin support`
* Improves KSP/KAPT plugin handling for newer Android Gradle Plugin versions.
## v10.10.11
### Fixed
* `ConfigLoader` (React Native, Flutter, Cordova/Ionic).
* `forceCrop` now only opens the transform tool when the asset does not match an allowed aspect ratio (aligns Android behavior with iOS).
* `EditorSDKResult` now reports updated `resultWidth`/`resultHeight` for video exports (including crops).
### Breaking Changes
* `ConfigLoader` (React Native, Flutter, Cordova/Ionic).
* `forceCrop` on Android, no longer always opens the transform tool. To keep the old behavior, set `UiConfigAspect.forceCropMode = UiConfigAspect.ForceCrop.SHOW_TOOL_ALWAYS` via the native `SettingsList.configure<UiConfigAspect> { ... }` interface.
## v10.10.10
### Fixed
* Prevent crash when `EditorActivity` is recreated without the required `SettingsList` (e.g. after process death). The activity now finishes so the host app can relaunch via `PhotoEditorBuilder`/`CameraPreviewBuilder`.
## v10.10.9
## Fixed
* Thin green edge on some Android devices with crop metadata video
* Fix unresponsive touch area for `HorizontalListView` items on some Android devices (e.g. Pixel 8 Pro)
## v10.10.8
## Fixed
* Guard sticker gallery selection by checking for null URIs and routing UI updates/toasts onto the main thread to prevent crashes.
* Align video gallery/composer picker callbacks so gallery toasts are posted on the main thread as well.
* When starting Trim at the start the Video would not export
## v10.10.7
## Changed
* Keep Imgly dependency resolution deterministic so Gradle cache keys match across machines
## v10.10.6
### Fixed
* On Android 16 ImglyTitalBar being hidden for Edge to Edge.
## v10.10.5
### Changed
* Updated Video length tolerance for saving and opening, for Videos close to the minimum Duration.
* Updated Top Bar padding and tolerance for Android 16 edge-to-edge.
## v10.10.4
### Changed
* Updated SDK to comply with Android SDK 36 and 'onBackPressed()' migrated to AndroidX predictive back navigation.
## v10.10.3
### Fixed
* Long loading times appear on loading images on some devices, due to undocumented changes in API 35.
## v10.10.2
### Fixed
* Under certain circumstances, such as using `minSdkVersion` 31 together with third-party libraries such as "dagger", the editor may crash with a recursive clone loop. This is due to a change in the implementation of the clone method in the Android SDK.
## v10.10.1
### Fixed
* Editor sometimes crashes when the Editor is closed before the engine is initalised.
* Video is exported even when there are no changes and ForceTrim is enabled
## v10.10.0
### Fixed
Android-15-16KB
* Added ability to set video export size limit using `VideoEditorSaveSettings.exportSizeLimit(value: ImageSize)`
* 🚨 The default video export resolution limit is now 4k (3840x2160px) or (2160x3840px) depending on the orientation.
* We limit to 4k by default, because some Samsung devices like the German version of the S22, S22 Ultra, S23 and S23 Ultra support 8k export while others crash because of a driver issue.
* It's because Samsung uses different chipsets, with different drivers, for the same device in different regions.
* Potential FileNotFoundException because file name too long, when saveUriPermissions is true.
* Typo in Archivo font identifier to `imgly_font_archivo_black`.
* Potential FileNotFoundException because file name too long, when saveUriPermissions is true.
* Serializations exported by WEB with tintMode set to "none", loaded as tintMode "solid".
* Edge to Edge support for Android 15 and lower
* The background service stayed alive after the export was canceled or finished.
* Potential `FileNotFoundException` caused by file names being too long when `saveUriPermissions` is true.
* Serializations is exported by WEB with `tintMode` set to "none" were loaded as `tintMode` "solid".
## Improved
* Support for Android 15 16KB page size
* Support for Android API 35 target.
### Changed
* Thanks to Google, we can now use the new `FOREGROUND_SERVICE_MEDIA_PROCESSING` permission, and they have enabled it for older Android versions as well.
* 🚨Permission `FOREGROUND_SERVICE_MEDIA_PLAYBACK` is no longer required.
* Added the ability to set the video export size limit using `VideoEditorSaveSettings.exportSizeLimit(value: ImageSize)`.
* 🚨The default video export resolution limit is now 4K (3840x2160px) or (2160x3840px), depending on the orientation.
* We limit to 4K by default because some Samsung devices, like the German versions of the S22, S22 Ultra, S23, and S23 Ultra, support 8K export while others crash due to a driver issue.
* This is because Samsung uses different chipsets with different drivers for the same device in different regions.
* A typo in the Archivo font identifier. We changed to `imgly_font_archivo_black`, while keeping the old identifier for backward compatibility.
* To support Android 15 we upgraded APG to the minimum Version 8.4.0.
* Aligning with the Android 15 16 KB size libraries we upgraded to the lowest working Kotlin Version 1.8.10.
* [APG/GRADLE-PLUGIN] Upgraded to '8.4.0'
* [KSP-PLUGIN] Upgraded to '1.8.10-1.0.9'
* [Kotlin-PLUGIN] Upgraded to '1.8.10'
* [android-gif-drawable] Upgraded to '1.2.29'
* [Androidx-Dependencies] Upgraded camerax_version to '1.4.0-rc01', fragment to '1.8.2', appcompat to '1.7.0', vectordrawable to '1.2.0', annotation to '1.8.2'
* [Google.mlkit-Dependency] Upgraded segmentation-selfie to '16.0.0-beta6'
## v10.9.0
### Fixed
* [KSP-PLUGIN] Event-System is not working correctly in some cases, when using KSP Plugin.
* [GRADLE-PLUGIN] KSP Plugin does not work on newer Gradle versions.
* [GRADLE-PLUGIN] KAPT and KSP Plugin detection is not working correctly.
* Images and icons occasionally fail to load.
* Performance degradation during the loading of numerous images.
### Improved
* Better runtime and build-time error messages for configuration issues.
* New Syntax for IMG.LY plugin configuration. Please use `IMGLY.configure { }` instead of `imglyConfig { }`, you will receive errors when you are using the new syntax the wrong way.
### Breaking Changes
* 🚨 [GRADLE-PLUGIN] Significant modifications have been implemented that will affect a minor segment of our customer base. Should your build process encounter errors, it is recommended to consult the build output for detailed information.
## v10.8.2
### Fixed
* License check does not work when using KSP plugin.
## v10.8.1
### Known-Issues
* __KSP plugin is broken. Please update to 10.8.2.__
### Fixed
* [VideoEditorSDK] Video export was limited by the frame rate limiter.
* [VideoEditorSDK] When the video source changes rapidly, there may be issues with the IMGLYFileReader not waiting properly. This can lead to unexpected outcomes, such as trim start and end times not being accurate.
* [VideoEditorSDK] `ArithmeticException` in `VideoCompositionSettings` when source is changed.
* [PhotoEditorSDK] Exporting images on the Pixel 8 (Pro) and maybe other devices, result in an endless export spinner.
* `AcceptTextButton` not visible for un-cancellable tool panels.
* Build issues with Android 14
* Camera is not working on some phones.
* Camera preview aspect ratio is not the same as the captured image.
* When only one line is drawn, the brush tool might be deserialized with the wrong size after the source is changed.
* If the image is smaller than the display resolution, the accuracy of the pipette's source position may be compromised.
* Crash in the TextDesign and Sticker tool when the user clicks too fast in the menu.
* ConfigLoader (React Native, Cordova/Ionic)
* `personalVideoClips` is not disabled correctly if the video library is not used.
* Kotlin 1.9.0+ compatibility issues, by using KSP.
### Changed
* 🚨 Minimum compileSdkVersion version of the `ui:camera` and `backend:camera` module is now 33
* 🚨 Replaced font 'Galano' with font 'Lexend Bold', 'Campton' with 'Outfit Bold', 'Wolesbro' with 'Cookie', and 'Amberlight' with 'Allison'.
* KSP (Kotlin Symbol Processing) can now be activated as an alternative to KAPT (Kotlin Annotation Processing Tool) for annotation processing.
* 🚨 This feature is automatically enabled when you add the KSP plugin into your project.
* If auto-detection fails, you can manually enable it using the following configuration: `imglyConifg { useKspProcessor = true }`
## ~~v10.8.0~~ (Broken release, don't use it!)
* This version was recalled due to an error
## v10.7.3
### Fixed
* [VideoEditorSDK] Crop header information in videos is ignored. This can also cause artifacts.
* [VideoEditorSDK] Some unsupported video formats are not detected as unsupported.
[VideoEditorSDK] Video trim does not work correctly when using background rendering.
* [VideoEditorSDK] Soundstripe styles are broken for non default themes.
* [VideoEditorSDK] Minimal video duration is not respected when between 500 and 1000 milliseconds.
* Crop area minimal size is too high, to crop screenshots.
* `DocumentRenderWorker` is not canceled when `WorkManager.cancelWorkById` is called.
* Missing `FileDescriptor` closes, resulting in a resource leak.
* Layer History is not working, when using R8 Full Mode.
* Soundstripe is not loading, when using R8 Full Mode.
* Giphy is not loading, when using R8 Full Mode.
### Improved
* [VideoEditorSDK] Videos with mime type `video/dolby-vision` are now decoded with a fallback decoder. This may work on some devices, that do not officially support this format.
## v10.7.2
### Fixed
* Soundstripe module compile issues.
## v10.7.1
### Fixed
* Background rendering not getting completed when rendering videos with big files.
* IOExceptions when cached files are deleted.
* Trim is reset when loading/changing the source. This can cause an issue when loading a serialization with a trim.
* Brush is sometimes not at the correct position after switching source.
* A rare crash can occur while opening the StickerOptionToolPanel due to improper initialization in the event handlers of the StickerOptionToolPanel.
* Audio level don't reset to zero after deleting the overlay.
### Improved
* Event handlers for initialization now have a specific call order to ensure consistent handling of all events.
* Added `UiConfigComposition.addVideoIntent` to change the intent used to add videos to the composition.
* Added `DocumentRenderWorker.RESULT_URI_KEY` to `DocumentRenderWorker` result. It's a string due to the fact that `Uri` is not serializable.
## v10.7.0
### Added
* If `uiMainConfig.showConfirmCloseDialog` is `false` no discard confirm dialog is shown, when close button is clicked. Default is `true`.
* Support for adding min and max values to AdjustmentOptions.
### Fixed
* Sticker and Text-Design previews occasionally failing to load.
* The background of the editor flickers transparently at startup.
* [VideoEditorSDK] A rare NullPointerException when changing the tool.
* [VideoEditorSDK] A rare RuntimeException whenever the timeline was shown due to a recycled Bitmap being drawn.
* [VideoEditorSDK] Bad video quality if auto bitrate is used.
### Changed
* Removed the `OrientationSensor` class to comply with privacy policy guidelines of certain third-party app stores.
* Deprecated `AutoRotateLayout`, `AutoRotateImageSource`, and `AutoRotateTextView` views.
## v10.6.0
### Added
* [VideoEditorSDK] Support for custom audio selection fragment.
* [VideoEditorSDK] Added soundstripe audio selection fragment, with proxy or custom data fetch implementation.
## v10.5.0
### Added
* `CanvasSettings.moveSpritesWithoutSelection` to control moving sprites around the canvas without selecting them first.
* `CanvasSettings.autoSelectSprites` to control automatic selection of sprites when added to the canvas.
* Support for custom dynamic smart stickers via `MetadataImageStickerItem`.
## v10.4.4
### Fixed
* [VideoEditorSDK] Audio overlay start time is not reset to zero, after switching audio overlay.
* [VideoEditorSDK] Fixed a potential IOException for some video or audio assets.
* The same layer instance could be added multiple times to the layer list, with leading to reduced performance.
* IMGLYFileReader sometimes added Brush, Frame, and Overlay layers multiple times.
* Loading serialization at runtime could cause a NullPointerException crash.
* Incorrect brush face aspect ratio (not round) after switching source.
__Note: If serializations contain the same layer (Brush, Frame, or Overlay) multiple times, this issue can be fixed by loading and saving the serialization in the editor.__
## v10.4.3
### Fixed
* When pressing discard, the user is stuck in an invisible audio tool.
* Slow devices can cause audio to stutter.
* If the same video appears twice in a list, only the first video can be trimmed.
## v10.4.2
### Fixed
* `ForceCropMode.SHOW_TOOL_WHEN_CROP_UNMATCHED` was not working resulting in silent crop.
* VectorDrawables are sometimes invisible.
* Video thumbnails are rotated in the composition and trim tool when the video is recorded in a rotated orientation.
* Individual video clip play/pause state not getting updated in Video Composition tool.
* Tool not showing sometimes on startup in case of force crop/trim.
* `IllegalStateException` in `VideoEditorActivityResultContract` and `PhotoEditorActivityResultContract` when parsing `null` intent.
* `SecurityException` when reading a `Uri` without read permission.
* `CalledFromWrongThreadException` when unable to prepare output `Uri` in `CameraPreviewActivity`.
* History state (undo/redo operations) was not restored after process death.
* Certain emojis/characters were breaking on changing the text width/height.
## v10.4.1
### Fixed
* [VideoEditorSDK] Stutter/noise/audio cracking sound in certain videos and audio overlays.
## v10.4.0
### Added
* `singleToolUse` mode that skips main menu if only one tool is used.
### Fixed
* Smart stickers not getting rendered during headless/background export.
* [VideoEditorSDK] Setting multiple video clips only set the first clip.
* [VideoEditorSDK] Incorrect exit animation for `AudioOverlayOptionsToolPanel`.
## v10.3.3
### Fixed
* Synchronous serialization loading sometimes crash due to a concurrency bug.
## v10.3.2
### Fixed
* `CustomStickersFragment::onHiddenChanged()` called successively with `true` and `false` when re-selecting a `CustomStickerCategoryItem`.
* Unable to open `CameraPreviewActivity` with `CameraPreviewBuilder` using the default permissions on Android Tiramisu.
* Restricted `WRITE_EXTERNAL_STORAGE` and `READ_EXTERNAL_STORAGE` permissions to `maxSdkVersion` 32.
* Added `READ_MEDIA_IMAGES` permission to the camera module.
* `FileNotFoundException` when trying to make a local copy of `Uri`s.
* Changing serialization at runtime creates a memory leak.
* Synchronous serialization loading crash if not all backend modules are included.
## v10.3.1
### Fixed
* Layers were created using default layer settings during deserialization even after using `StateHandler.replaceStateClass()`.
* Generated sources not getting resolved with Kotlin 1.7.0+.
* This is partially a bug in Kotlin and is expected to be fixed in Kotlin 1.7.20. Refer [KT-53688](https://youtrack.jetbrains.com/issue/KT-53688) for more details.
* [VideoEditorSDK] Setting `allowFastTrim` to false didn't result in re-encoding if there were no modifications made to the video.
### Changed
* Deprecated `ImgLyIntent::startActivityForBroadcast()` methods.
* Refactored all public methods accepting an `ArrayList` to accept the super class `List`.
### Added
* Added new developer API to `IMGLYFileReader` for reading image together with a serialization.
* Use ex. `IMGLYFileReader(stateHandler).readJson(input: InputStream, source: Uri)` to load the image in sync with the serialization.
## v10.3.0
### Fixed
* Overlapping dialogs when video source is broken.
* Source generating task not getting registered for dynamic feature modules.
* `ClassCastException` when using `UiConfigText.setFontList()` with a list that is not a `DataSourceIdItemList` or its subclass.
* `NullPointerException` when checking for Uri permission on Vivo devices.
* Possible Fatal Error 6 native crash on Android 8/9 devices, when using the composition or trim feature.
### Added
* [VideoEditorSDK] Added duration action for text and stickers.
## v10.2.1
### Hotfix
* `NoClassDefFoundError: Failed resolution of: Lly/img/android/pesdk/ui/audio_composition/R$id` crash.
## v10.2.0
### Changed
* `PhotoEditorSettingsList` and `VideoEditorSettingsList` now includes basic assets by default (if present in runtime classpath).
* Bumped `compileSdkVersion` and `targetSdkVersion` to 33 and `buildToolsVersion` to 33.0.0.
### Added
* Refactored IMG.LY Gradle plugin to support new Gradle versions.
* Screen orientation support via `UIConfigScreenOrientation`
* DayNight theme variant (`Theme.Imgly.DayNight`)
* Added notification permission and new image picker support for devices running on Android 13 and newer OS versions via `AndroidConfiguration` class.
### Fixed
* `CompostionPart` trim values are not preserved after closing the video editor.
* Changing `LoadSettings.source` did not change the video source at runtime.
* `android.permission.CAMERA` was being added even without including the `ui:camera` module.
* IMG.LY Gradle plugin did not support some build flags:
* `android.defaults.buildfeatures.buildconfig=false`
* `android.defaults.buildfeatures.resvalues=false`
* `android.nonTransitiveRClass=true`
* Color defaulted to transparent on dismissing panel without selecting any color.
* GPU Memory leak on configuration changes.
* `java.io.IOException: Failed to instantiate extractor` crash.
* Giphy stickers inconsistent grid ratio.
* ClassCastException when `onOperatorReleased()` was called before `render()` in `RoxVideoCompositionOperation`.
## v10.1.1
### Added
* Plugin marker artifact to support `plugins` DSL block.
### Fixed
* Both `backend-video-core` & `backend-photo-core` were erroneously getting included in PE/VE SDK only projects.
## v10.1.0
### Added
* Support for background removal on photos and stickers.
* Support for custom sticker selection fragment.
* Giphy sticker provider integration with Sticker Tool.
### Fixed
* `InflateException` in `VideoCompositionToolPanel` when `ui:adjustment` module not included.
* `VideoTrimToolPanel` not showing in trial mode with default configuration.
* `UiConfigComposition.allowAddVideoClips` was being ignored.
* Confirm Popup chopped off CTAs when description is small.
* `NetworkOnMainThreadException` when using remote sticker sources.
## v10.0.1
### Fixed
* Crash caused by incorrect API usage due to incorrect Android documentation.
## ~~v10.0.0~~ (Broken release, don't use it!)
### Changed
* Bumped `minSdkVersion` to 21.
* Bumped `compileSdkVersion` to 31 and `buildToolsVersion` to 31.0.0.
* Our activities now extend from `AppCompatActivity` instead of `Activity`.
* `PESDKMobileUIDefaultTheme` is now `Theme.Imgly`.
* `Imgly.Theme` is now `Theme.Imgly`.
* `RoxOperation::onReleaseOperator()` renamed to `RoxOperation::onOperatorReleased()`.
* `startActivityForBroadcast()` is deprecated. Use `DocumentRenderWorker` instead.
* `ly.img.android.pesdk.backend.model.state.VideoCompositionSettings.VideoPart` deprecated in favor of `ly.img.android.pesdk.backend.model.VideoPart`.
* `VideoCompositionSettings.Event.VIDEO_SELECTED` deprecated in favor of `VideoState.Event.VIDEO_SELECTED`.
* `EditorBuilder::startActivityForResult()` is now in sync with `PhotoEditorBuilder::startActivityForResult()` and `VideoEditorBuilder::startActivityForResult()` and doesn't ask for any permissions.
* Certain parameters in the following functions were incorrectly declared as nullable which could lead to a `RuntimeException`. They are now non-null.
* `ImglyIntent::startActivityForBroadcast()`.
* `PhotoEditorBuilder::startActivityForBroadcast()`.
* `VideoEditorBuilder::startActivityForBroadcast()` and `VideoEditorBuilder::startActivityForResult()`.
* `EditorBuilder` and its subclasses' constructors.
### Added
* Light(`Theme.Imgly.Light`) theme variant.
* Batch background renderer.
* New constructor in `PhotoEditorBuilder` and `VideoEditorBuilder` to open a custom `Activity`.
### Fixed
* Audio surge.
* A couple of Video crashes.
* Unable to replace sticker sometimes.
* Serialisation compatibility issues with iOS/Web.
* Time units used in "Video too short" dialog are now translatable (`imgly_hour_unit`, `imgly_minute_unit`, etc.).
* Blinking effect when image/video is loaded in the editor.
* 🚨 `android:windowBackground` now refers to `?attr/imgly_background_color`.
* Close Editor alert message adjusted based on PE/VE SDK (`pesdk_editor_text_closeImageEditorAlert`, `pesdk_editor_text_closeVideoEditorAlert`).
## v9.2.0
### Added
* Support for a custom watermark image.
### Fixed
* `ConfigLoader` (React Native, Flutter, Cordova/Ionic).
* Crash if the system language is Turkish, because the `i` is converted to a `ı`.
* `personalVideoClips` was being ignored in the `composition` object.
* OutOfMemoryError in `AudioPlayWindowSliderView` when all video composition parts are removed.
* NullPointerException on denying `WRITE_EXTERNAL_STORAGE` permission when exporting media on Android API versions < 29.
* NullPointerException when trimming a video.
* Memory leak in `DataSourceListAdapter`.
* Memory leak after removing Sticker, Text design or Text.
* Menu items for unavailable modules were being added to `UiConfigMainMenu` by default.
* NullPointerException caused by invalid IFD0 offset during EXIF parsing.
* Audio tool panel doesn't work if `Trim` feature is not included in the license.
* Exporting video in background doesn't respect specified duration limits.
* Image overflow on applying frame if UI lifecycle state changes.
* Missing filter categories thumbnail for existing categories.
* Export hangs if the audio track is unsupported or broken.
* Those tracks that can't be decoded, such as ALAC (Apple Lossless Audio Codec) encoded tracks, are ignored.
## v9.1.1
### Fixed
* Trim cannot be serialized if you select only start or end time.
* Some videos play audio with artifacts, because of broken time header.
* Discarding text change removes text sprite.
* NullPointerException when loading a Uri with null authority.
* Video and/or video thumbnails may turn black after resuming the application.
* Video parts could hang if only two videos be composed.
* In cases where more than one video part is composed, video parts could be black after app recovery.
## v9.1.0
### Fixed
* Unable to open photo/video picker when targeting Android API 30+.
* Panel title wasn't getting updated on locale change.
* Crash when all required permissions were not granted on opening Camera.
* IMG.LY plugin incompatibility issue with Kotlin Gradle plugin 1.5.30+.
* Crop aspect ratio icons were not getting updated correctly on scroll.
* [VideoEditorSDK] Background export was not working.
### Added
* AudioOverlay to serialisation.
* Support for loading static frames from remote URLs.
* Support for the new ActivityResult API via [PhotoEditorActivityResultContract], [VideoEditorActivityResultContract], and [CameraPreviewActivityResultContract].
### Changed
* Removed unused Renderscript flags from Android defaultConfig block.
* All Kotlin classes extending from `ImglySettings` are now open.
* Added missing `@Throws` annotation for some methods in `ly.img.android.serializer` package.
* Removed unused `android:label` and `android:supportsRtl` attributes from `<application>`.
* 🚨 img.ly maven repository is no longer automatically added to your project by the plugin.
* Refer to our new Getting Started guide for instructions on how to add it.
## v9.0.0
### Changed
* Migrated to AndroidX
__________________________________________________________________
🚨 __We do not plan to release new feature updates to v8. Only the most critical bug fixes will be back-ported to v8.__
__________________________________________________________________
## v8.3.4
### Fixed
* In some cases, a non-local content URI can cause an `IllegalArgumentException("column '_data' does not exist")` resulting in a crash.
* Export of images imported using MediaStore Uri was failing on Android 10 and above.
* To preserve GPS-IFD EXIF tags in the exported image, ACCESS_MEDIA_LOCATION permission is required on Android 10 and above.
* `EditorShowState.Event.PREVIEW_IS_READY` was getting dispatched along with `EditorShowState.Event.IS_READY` and vice versa.
* `VideoComposition.Event.STATE_REVERTED` was getting dispatched along with `AudioOverlaySettings.Event.STATE_REVERTED` and vice versa.
* [VideoEditorSDK] "Add more clips" is now a translatable string. It is now called "vesdk_trim_add_clip_button".
## v8.3.3
### Fixed
* TextDesign has added flipped horizontally if the image is horizontally flipped.
* If the image is flipped after adding Text, Text is flipped horizontally (while TextDesign is not).
* Poor video quality, when using `TAKE_SOURCE_BIT_RATE`.
* `UnsupportedClassVersionError` when applying the `IMGLYPlugin` in projects compiling using JDK 1.8.
* The history sometimes contains duplicate entries.
* The history sometimes changes the UI state.
* Sometimes the history is destroyed or in the wrong order.
* Personal sticker rotation is incorrect after undo.
* Incorrect orientation of HEIF images.
* After resuming the app without a license, the editor preview is black.
* The editor preview becomes black after resuming while in the overlay tool.
* Editor crashes after closing with a `StateUnbindedException`.
* Exception is named `StateUnbindedException` instead of `StateUnboundedException`.
* `LOADING_START` was getting dispatched along with `LOADING_FINISH` and vice versa.
### Added
* `VideoEditorSaveSettings.bitsPerPixel` as alternative to `VideoEditorSaveSettings.bitRate`.
## v8.3.2
### Fixed
* Typo in IMGLYPlugin config. Renamed `licencePath` to `licensePath`.
* Typo in property `resultIsDifferentThanSource` of `EditorSDKResult`.
* The transparency pattern is drawn to the full size of the canvas, rather than just the image area.
* Thumbnail for custom stickers group wasn't getting updated on adding a new custom sticker.
* Color is applied to the wrong sticker layer when another sticker layer is selected from the color tool panel.
* Color is applied to the wrong text layer when another text layer is selected from the color tool panel.
## v8.3.1
### Fixed
* ConfigLoader (React Native, Cordova/Ionic).
* Auto generated video thumbnails are missing.
* `clipTrim` settings are ignored.
* Some colors of the light color theme were not correct.
* Filter live view thumbnails loose context when getting app back from background or not using it for a while.
* Dynamic Time sticker doesn't represent current value all the time.
* Single Brush points not rendered.
* The value for the frame width is displayed inaccurately.
* The `OutputMode.EXPORT_IF_NECESSARY` output mode does not work.
* Entering gallery from `CameraPreviewActivity` did not work on Android API 30 or higher.
* [VideoEditorSDK] Video output resolution is sometimes too low. (Se also `VideoEditorSaveSettings.allowOrientationMatrixMetadata`)
* 🚨 The minimum size of a text sticker was too big compared to iOS. (To restore the old behavior, set `TextLayerSettings.MIN_STICKER_SCALING = 0.05`.)
### Added
* [VideoEditorSDK] Enable VideoEditorSaveSettings.allowOrientationMatrixMetadata, can increase the output resolution of portrait video on low-end phones. (Note that some video players may choose to ignore the matrix metadata.)
## v8.3.0
### Added
* [VideoEditorSDK] Added video clip library for adding predefined video clips to video compositions.
* [VideoEditorSDK] Added audio tool for adding overlay audio tracks to the edited video.
### Fixed
* Poor utilization of available resources resulting in bad background thread performance.
## v8.2.0
### Added
* [VideoEditorSDK] Added composition tool for creating video compositions from multiple video clips. (Licence required)
* [VideoEditorSDK] Added play/pause overlay button to the `MenuToolPanel`.
* [VideoEditorSDK] Added sound on/off overlay button to the `MenuToolPanel` which mutes and unmutes the audio in the preview player and removes the audio track for exported videos if audio was muted in the preview.
### Fixed
* Slower export speed if background module is included.
* High workload on main thread, while editor starts.
## v8.1.3
### Fixed
* Constructors of some classes are handled incorrectly which results in `IllegalArgumentException`.
* Missing keep annotation in ProGuard rules.
* The Alpha channel of exported transparent images has the wrong colors.
## v8.1.2
### Fixed
* "Configuration with name 'compile' not found" issue while compiling with newer Gradle version.
* Text alignment is not serialized correctly.
* Exporting in some specific resolutions results in an endless export spinner.
* The sticker `imgly_sticker_emoticons_grin` got a wrong option mode.
## v8.1.1
### Fixed
* `NetworkOnMainThreadException` while reading or writing serialization. (Please make sure to read and write the serialization only from a WorkerThread.)
* Out-of-index OpenGL warnings thrown by some GPU drivers.
* `pesdk_editor_button_somethingWentWrongCloseEditor` string value was never used by the `imgly_popup_error_dialog.xml`.
## v8.1.0
### Improved
* Reduced the methods count of the serializer module by about 12,5k methods.
### Fixed
* IllegalArgumentException: "Cannot round NaN value" when adding `TextGlLayer` before staring the editor.
* Sticker tint color is not written to serialization.
* Color lists does not scroll to the position of the selected color.
## Changed
* The displayed title of text input changed to "Add Text".
* Default blend mode of the vintage overlay has changed from `BlendMode.MULTIPLY` to `BlendMode.OVERLAY`.
## Added
* `pesdk_text_title_input` and `pesdk_textDesign_title_input` to string values to make the text input titles configurable.
## v8.0.9
### Fixed
* The app freezes when the export finishes while the editor is in the background.
* The `hasChanges` flag is true if the user changes something but revert it.
* This can result in exports even if nothing has changed.
* The Editor preview is broken after export.
* The @throws annotation of some methods are broken since v8.0.0 because of internal kotlin changes.
* Video export progress is wrong if export is trimmed.
* The `TransformTool` opens even if there is a `CropAspectAsset` which fits the aspect ratio and the `ForceCrop.SHOW_TOOL_WHEN_CROP_UNMATCHED` is selected.
* Videos with odd width or height of the crop results in a crash and an endless loop while exporting.
### Added
* Overridable `onExportDone(result: EditorSDKResult) : Boolean` in EditorActivity, allows to exports multiple times.
* Overridable `onExportStart(stateHandler: StateHandler)` in EditorActivity, allows to change settings before starting to export.
## v8.0.8
### Fixed
* ConfigLoader (React Native, Cordova/Ionic).
* 🚨 Wrapper, always export even without changes.
* EditorSDKResult.resultIsDifferentThenSource is always true.
* 🚨 The result URI is null if export would be skipped, but should be the source URI instead.
* Crash when drawing with a large brush face on a huge image.
* Brush is sometimes not drawn completely.
* Colored brush has bad quality.
* Maximum Video resolution is calculated wrong, results in an endless loop while export.
## v8.0.7
### Fixed
* Write serialization as ByteArray is broken.
* ConfigLoader (React Native, Cordova/Ionic).
* Aspect Ratio labels do not display.
* LayerSettings are not replaceable by `StateHandler.replaceStateClass`.
* [VideoEditorSDK] Video disappears when resume from background.
* [PhotoEditorSDK] Image disappears when resume from background.
* Some classes and methods are not open as in version 7.
* `OutOfMemoryException` of the brush tool.
* v8.0.6 is not compilable with ReactNative or Cordova wrapper.
## v8.0.6
### Fixed
* 🚨 `WRITE_EXTERNAL_STORAGE` was notated with a maximum API level of 28.
* Font icons of `TextTool` not rendered correctly at all. v8.0.3 and v8.0.5 does not fixing this issue.
* Artifacts on some devices while loading image or video.
* Serialization rewritten for better performance, smaller code, and removing of third-party library.
## v8.0.5
### Fixed
* Camera do not capture an image if `doOpenEditorAfterCapture` is false.
* Font icons of `TextTool` not rendered correctly on API 23 and below.
* Some classes and methods are not open as in version 7.
* Editor crashes when using `SaveSettings` instead of `VideoEditorSaveSettings` or `PhotoEditorSaveSettings`.
## v8.0.4
### Fixed
* Some assets are removed by history.
* Sound is broken while preview and export.
* Editor crashes without configuring `VideoEditorSaveSettings` or `PhotoEditorSaveSettings`.
* Filename of exported videos are prefixed with "img_" by default.
* `CameraPreviewActivity` is not open to be extensionable.
* Adding multiple stickers at the same time.
* Fast trim video export crashes on some devices.
## v8.0.3
### Fixed
* HEIC images does not orientated correctly.
* Brush tool colorize the whole picture in some cases.
* The color of the text font icons are always overwritten with white. It is now using `imgly_icon_color` as color resource.
* Trim settings and serialization are ignored at startup.
* Overriding annotation processor arguments.
## v8.0.2
### Fixed
* `IllegalArgumentException` while exporting a video on some devices.
## ~~v8.0.1~~ (Deprecated version, don't use it!)
### Fixed
* `KotlinNullPointerException` if using a relative export uri.
* Bitrate value are not clamped within the valid bitrate range.
* Crash on Android 11 while exporting JPEG format on some devices.
* Brush size is sometimes too big.
## v7.6.6
### Fixed
* Brush size is sometimes too big.
* Android 11 ScopedStorage `requestLegacyExternalStorage="true"` attribute together with target 29 is not working.
__________________________________________________________________
🚨
__This is the latest update of v7, we will not support v7 anymore please update to v8 as soon as possible__
V7 will only run with `targetSdkVersion 29` and `requestLegacyExternalStorage="true"`.
We recommend updating to v8 follow our migration guides [Migration from v7](https://docs.photoeditorsdk.com/guides/android/v8/introduction/migration).
v8 it will run with `targetSdkVersion 29` and above with or without `requestLegacyExternalStorage`.
As of October 15th. In 2020, Google will continue to allow `targetSdkVersion 29` and has not yet announced an end of support date.
Please inform yourself regularly on the following website.:<br>
[Google Play’s target API level requirements](https://support.google.com/googleplay/android-developer/answer/113469#targetsdk) <br>
[Meet Google Play's target API level requirement](https://developer.android.com/distribute/best-practices/develop/target-sdk)
__________________________________________________________________
## v8.0.0
### Added
* Android 10 and Android 11 scoped storage support.
* Kotlin 1.4.10 support.
* Gradle 6 compatibility.
## v7.6.5
### Fixed
* Font preview not centered in UI, please update your `imgly_list_item_font_big.xml` and `imgly_list_item_font.xml` layouts.
* Missing frame aspect tolerance value (`FRAME_THRESHOLD`) in `FrameAsset`.
### Changed
* Replaced several fonts with new fonts and added additional new fonts.
## v7.6.4
### Fixed
* `ArrayIndexOutOfBoundsException` in `TextInBoundsDrawer`.
## v7.6.3
### Fixed
* 🚨 [VideoEditorSDK] The 'backend:headless' module produced an "attempting to declare permission" error while installing. Please look how to update your AndroidManifest.xml at https://docs.videoeditorsdk.com/guides/android/v7_6/concepts/background_export
* Trim settings are not serialized correctly.
* The checkerboard texture of transparent image areas being displayed incorrectly.
## v7.6.2
### Fixed
* The rotation of exported videos being incorrect in some cases.
## v7.6.1
### Fixed
* The brush color default values are overwriting the custom brush colors.
* WeatherSticker not updated in UI.
* WeatherSticker can freeze the UI.
~~* The rotation of exported videos being incorrect in some cases.~~ (See v7.6.2)
## v7.6.0
### Added
* `ExternalVideoCaptureBuilder` which opens the system's default video recorder app.
### Fixed
* Wrong icons for opacity and replace in the frame options.
* First chunk render sometimes in bad quality.
* Crop reset does not reset the crop area correctly.
* SmartStickers can crash in release version. Because of a missing Proguard / R8 rule.
## v7.5.0
### Added
* Smart Sticker module `:backend-sticker-smart` containing `SmartStickerPack` with 6 predefined SmartSticker.
* `WeatherProvider` base class for `SmartWeatherCloudSticker` and `SmartWeatherThermostatSticker`
* `CanvasDecoder.Drawable` can be used to implement your own SmartSticker.
* `StickerPackAnimated` which includes gif stickers for VideoEditor SDK. If used in PESDK the first frame is displayed.
### Changed
* The sticker category of `StickerPackEmoticons` contains Smart Stickers if the `:backend-sticker-smart` is included.
### Fixed
* `Bring to front` button is not greyed out if the brush layer is already at the front.
## v7.4.0
### Fixed
* Source type is `UNKNOWN` instead of `BROKEN` if `IS_READY` event is called.
* Gallery of the Camera module did not explicitly select only photos.
* Personal sticker upload allows to select a video which results in a broken sticker.
* Camera has wrong size after resume the activity.
* Emoticons are not filtered by text and text design.
* `OPTION_TO_FRONT` is disabled and the `bring to front` button is not greyed out if the selected layer is already at the front. (Make sure the item is a `ToggleOption` item and your drawable is a `SelectionList` with enabled state.)
* TextDesgin and Text stickers can be reduced too much in size.
### Added
* Popup dialog box that appears when an incorrect data format is passed to the editor.
* `ToggleOption` item can be used to customize an Option that can be disabled and enabled.
* `MIN_STICKER_SCALING` and `MAX_STICKER_SCALING` to `TextLayerSettings`, `TextDesignLayerSettings` and `ImageStickerLayerSettings`.
## v7.3.1
### Improved
* Performance of the user interface.
* Resolved some compile-time warnings.
### Fixed
* HistoryOption Button is flickering while editing the image.
* Icons are sometimes not loading.
* `ConcurrentModificationException` in `TextInBoundsDrawer`.
* `NullPointerException` in `EditorShowState`.
* Some OnEvent annotations are not called initially, which resulted in the wrong UI state.
* [VideoEditorSDK] Export hangs if the video is stopped in preview.
* [VideoEditorSDK] Seeking preview sometimes hangs.
### Known issue
* `StateUnbindedException` is thrown under rare and unknown conditions but `StateUnbindedException` was the wrong exception. Because we can't reproduce the issue, we have corrected the Exception, it's now a RuntimeException with a more detailed stack trace. Now we need to wait on your customer feedback to fix this issue. Thank you for your understanding.
## v7.3.0
## Added
* [VideoEditorSDK] Animated GIF Support, `include 'backend:sticker-animated'` to enable it.
### Fixed
* Broken limits for moving the stickers outside the image border.
### Know issues
* [VideoEditorSDK] Background rendering with animated GIF has currently an undefined behaviour, don't use `startActivityForBroadcast()` together with the `'backend:sticker-animated'` module.
## v7.2.6
### Fixed
* Possible dead lock of the main thread after restart Video editing.
* Sticker, Text and TextDesign is sometimes missing at the first frames of a video.
* Sticker, Text and TextDesign is sometimes black after recover app from background.
* Text preview is shifted and stretched.
## v7.2.5
### Fixed
* `NullPointerException` if a captured image was exported with `SavePolicy.RETURN_ALWAYS_ONLY_OUTPUT`.
* External FontAssets created with URI are sometimes not loaded correctly.
* Exported Video aspect is not correct after cropping on some devices.
## v7.2.4
### Fixed
* In exceptional cases, the preview image is not displayed.
## v7.2.3
### Fixed
* `SORTED_ROTATION_SNAP_POINTS_45` and `SORTED_ROTATION_SNAP_POINTS` of `TextDesignGlLayer` are not customizable.
* `IllegalArgumentException` when exporting a video and a remote uri was used.
## v7.2.2
### Added
* Colors: `imgly_editor_position_snap_indicator_color`, `imgly_editor_rotation_snap_indicator_color` and `imgly_editor_bounding_snap_indicator_color` to the `imgly_color.xml` to make the colors of the snapping indicator customizable.
* `NotAnImglyResultException` if intent is not a valid `EditorSDKResult`.
### Fixed
* None frame asset just included in the `assets:frame-basic` package.
* `imgly_sprite_handle_line_color` and `imgly_sprite_handle_thumb_color` got ignored when used to customize the sprite handle's colors.
### Changed
* Getting started guides and activity examples no longer display legacy code.
## [Edited]v7.2.1
### Fixed
* Android preview freeze after pause and resume the app.
* EditorSDKResult.notifyGallery() parameter are ignored, notify always for source and result.
* "Unsupported save policy" RuntimeException.
* New app permissions are needed for headless export, without using headless export.
* 🚨 We fixed that issue by making Headless rendering optional, is not longer available by default (opt-in)!
* 🚨 Add the `include 'backend:headless'` to the `modules` in the `imglyConfig` of your build.gradle file to enable it.
### Added
* `VideoEditorSaveSettings.setAllowFastTrim(true|false)` option for speed up trimming only operation without transcoding.
[Edited] * `EditorSDKResult` to wrap the intent for better API access.
## ~~v7.2.0~~ (Deprecated version, don't use it!)
### Fixed
* Exported image has shifted lines sometimes.
* Broken behavior if changing the crop size of an rotated image, manually.
### Added
* Use `startActivityForBroadcast(Activity/Fragment context, final String broadcastReceiverName)` to enable background exporting (see [Background Exporting](https://docs.videoeditorsdk.com/guides/android/v7_2/concepts/background_export).
* Set `RenderService.createNotification = {(notification) -> }` to change the Notification Style.
* Set `RenderService.updateNotification = {(notification, progress) -> }` to change the Notification Update Style.
### Changed
* Export starts a foreground service to continue exporting while app is in background.
## v7.1.13
### Changed
* Developer behavior
* `IllegalArgumentException` if there is no `CropAspectAsset` defined.
* ConfigLoader (React Native)
* 🚨 Default behavior of custom LUT filter.
### Fixed
* General
* `ConcurrentModificationException` in some cases while loading a serialization file.
* Rendering
* Bad export quality of text.
* Bad export quality of frame on a large image.
* Crashes and freezes when rendering headless.
* Wrong configuration of some frames (no noteworthy visual change).
* Wrong image sizes for JPEG export in some cases.
* Video
* 🚨 TrimToolPanel UI differences to iOS platform.
* 🚨 TrimToolPanel just fade in, instead of translate and fade.
* ConfigLoader (React Native)
* 🚨 Default serialization export type.
* Wrong behavior if no crop aspect is defined and force crop is enabled.
* Relative import paths are converted incorrectly, which leads to an export crash.
## v7.1.12
### Added
* Support for URIs with `asset` schema necessary for bundling static assets with Expo.
### Fixed
* Frame not displayed correctly while exporting.
* Options not serialized correctly in some cases.
## v7.1.11
### Fixed
* Focus blur creates artifacts when exporting large images.
* Frame export is different to frame preview.
* Serialization wrote wrong crop identifier and do not set the dimensions.
* Proguard rules of config loader necessary for React Native / Expo.
## v7.1.10
### Fixed
* Workaround: Broken URI-parsing within React Native in the release mode.
* The video export freezes if audio track not exist or if it is broken.
## v7.1.9
### Fixed
* `OutOfMemoryException` after several image exports caused by the JPEG encoder.
* `ConcurrentModificationException` while loading a serialization.
* Deserialize an image with a fixed crop aspect ratio yields wrong result.
* Some feature combinations can cause a `IndexOutOfBoundsException`.
* Set an `Imgly.Theme` got ignored.
### Added
* `IllegalArgumentException` if selecting `CropAspectAsset.FREE_CROP` for static frames.
## v7.1.8
### Fixed
* Configuration of some frames are wrong.
* Missing exif information after export.
* `GlSurfaceView` is sometimes not rendering correctly.
## v7.1.7
### Fixed
* `ConfigLoader` does ignore items property of `ExistingCategory`.
* Crashes or black images parts on some devices because of a OpenGl driver bug.
* Loading frame serialization can cause a crash.
* Configurations got ignored when using `SaveSettings`.
* Filter and Focus maybe broken.
* Exported image sometimes displaying green.
* Crash that sometimes occurred when loading serialization.
## v7.1.6
### Fixed
* Blur rendering quality sometimes bad.
* Text element still exists after deleting the content.
* Text design element still exist after deleting the content.
* Uploading a custom sticker causes a crash.
* Config Loader ignores personal sticker property if category property was defined.
### Improved
* Image export preview.
## v7.1.5
### Added
* Child friendly version of `StickerPackEmoticons`.
### Fixed
* Wrong item type in default `UIConfigSticker.quickOptionList`.
* A circular crop mask is in the defaults.
* Choose of a wrong force crop for landscape images.
* Video timer calculation shows wrong time.
### Removed
* Circular crop mask.
## v7.1.4
### Added
* Universal config loader for frameworks like react native.
### Changed
* 🚨 Some of the public API method has changed when accessed from kotlin. This is because we have convert some of our Code from JAVA to Kotlin internally.
### Fixed
* JPEG Quality is bad, because of a wrong discrete cosine transformation.
## v7.0.10
### Fixed
* QuickOptions are sometimes not shown.
* Rotation snapping guides are incorrect when the image is rotated.
* TransformSettings.setForceCrop() choose the wrong ratio after loading a serialization.
* Issue when using ConfigMap.addOrReplace().
* \[VESDK\] Video with special audio specs, does not export.
* \[VESDK\] Video with special audio specs, sound is fast forwarding in preview.
### Added
* We cut out left and right screen area of HorizontalListView and Seek Slider from system gestures in Android 10, to preserve a intuitive handling.
* `AssetConfig.addAsset(Boolean overrideExisting, @NonNull AbstractAsset... configs)` allow you to override existing assets.
* `ConfigMap.remove(String id)`.
## v7.0.9
### Fixed
* TransformSettings.setForceCrop() throwing `ArithmeticException.
## v7.0.8
### Fixed
* Video export says "Exporting Image".
* ~~TransformSettings.setForceCrop() throwing `ArithmeticException.~~
* Video encoding takes some while at the end of stream.
* Deadlock while editing.
## v7.0.7
### Added
* Option for the user to choose a sticker from your gallery, add `new PersonalStickerAddItem()` to your StickerList config to enable it.
### Fixed
* Serialization is written with wrong sizes if the image rotation is adjusted.
## v6.6.4
### Fixed
* Serialization is written with wrong sizes if the image rotation is adjusted.
## v7.0.6
### Fixed
* Some focus operations are not correctly serialized.
* Frame disappears after accepting in frame tool panel.
* Color pipette picks are not reverted after cancel.
* NPE if brush is not part of the license feature list.
* Tool list can't be changed.
* Migration task crash with `No signature of method: java.lang.String.findIndexOf()`
## v7.0.5
### Improved
* Video decoding speed.
* JPEG encoding speed.
### Fixed
* Layer randomly not serialized (sometimes cause crashes).
* Sticker position is wrong after loading a serialisation.
* NPE with some limited licenses combinations.
* StickerCategoryItem equals method ignores id.
* The default focus highlight rect appears sometimes.
* Text disappears unexpectedly after cancel font or color changes.
* TextDesign sometimes shifted after loading form serialization.
* Sticker not movable after click event.
* After leaving the transform tool the image is not fit to screen.
* Random NPE in Focus Tool.
## v6.6.3
### Fixed
* StickerCategoryItem equals method ignores id.
* The default focus highlight rect appears sometimes.
* Text disappears unexpectedly after cancel font or color changes.
* TextDesign sometimes shifted after loading form serialization.
* Sticker not movable after click event.
* Random crash after fast tool change.
* After leaving the transform tool the image is not fit to screen.
* Random NPE in Focus Tool.
## v7.0.4
### Fixed
* SaveSettings are ignored.
* Sticker color can not applied under specific conditions.
* Image zoom out after option changes.
* Unwanted painting on the image after zoom with activated brush tool.
* Native Android crash on some devices after change the brush size.
* TextDesign layout do not change in the UI after switching to another the TextDesign sticker.
### Changed
* Updated kotlin version to `1.3.50`.
* Internal use of build tools `29.0.2`
### Added
* Missing feature flag from v5 `TextGlLayer.BOUNDING_BOX_WIDTH_AUTO_FIT` if false the bounding box is not auto fitting after font changes.
## v6.6.2
### Fixed
* The opacity adjustment of stickers cannot be undone.
* Sticker color can not applied under specific conditions.
* Image zoom out after option changes.
* Unwanted painting on the image after zoom with activated brush tool.
* Brush History is broken.
* Native Android crash on some devices after change the brush size.
* TextDesign layout do not change in the UI after switching to another the TextDesign sticker.
### Added
* Missing feature flag from v5 `TextGlLayer.BOUNDING_BOX_WIDTH_AUTO_FIT` if false the bounding box is not auto fitting after font changes.
## v7.0.3
### Fixed
* The opacity adjustment of stickers cannot be undone.
* Error: `package android.support.annotation does not exist` when using AndroidX.
## v7.0.2
### Fixed
* Blur tile glitch.
* Export canceled in background.
* Filter preview sometimes broken.
* Missing thumbnail item in overlay.
* Battery drain on some devices.
* MathUtils.wrapTo360() is outside of range if value is negative.
## v7.0.1
### Fixed
* OOM if device report a too high maxTextureSize.
* crash on some older devices.
* Some gradle build issues.
* Brush is not drawn with the selected color.
* Wrong preview if image or video is rotated.
* Kotlin extension `(Video|Photo)EditorSettingsList.configure<>{}` has return `SettingsList` instead of `(Video|Photo)EditorSettingsList`.
## v7.0.0
###Added
* First release of VideoEditorSDK [videoeditorsdk.com](https://videoeditorsdk.com).
* You can use SourceType.detectTypeSafe() on WorkerThread to detect supported images and videos now.
* You can use SourceType.detectTypeFast() on AnyThread to detect images and videos by name.
* The gradle `pesdkConfig` is deprecated, but still compatible for PESDK, please use `imglyConfig` in the future.
* `VideoEditorBuilder` to create VESDK instances.
### 🚨 Changed
* Removed RenderScript support lib.
* Renderer now use OpenGl and a C++ JPEG compressor instead of RenderScript.
* `PESDKEvents.*` are deprecated now, and Events using Strings instead of enums now, *we will provide an gradle auto migration task soon.*
* `EditorSaveSettings` are now PhotoEditorSaveSettings and VideoEditorSaveSettings.
* `SettingsList` are deprecated now use `PhotoEditorSettingsList` and `PhotoEditorSaveSettings` instead.
* `EditorLoadSettings` are deprecated use `LoadSettings` instead.
* Removed `RelativeRectAccurate` class.
### Know limitations
* The Camera do not support video's use the device camera app instead to take photo's and video's
### Fixed
* AndroidX projects crashes.
## v6.6.1
### Fixed
* Deleting the last item of a `DataSourceArrayList` results in an IndexOutOfBoundsException.
## v6.6.0
### Fixed
* Doubled file extension suffix in the export when using names with only one letter.
* Text input field has wrong position, if activity is not in fullscreen mode.
* Broken style of text design color list.
### Added
* New themes `Imgly.Theme`, `Imgly.Theme.NoFullscreen`, `Imgly.Theme.TopActionBar` and `Imgly.Theme.TopActionBar.NoFullscreen` which you can set the fullscreen mode on/off and also the position of the actionbar to the top/bottom.
### 🚨 Changed Layouts (We need that due to an bugfix, please make sure you are using the new version from the default_res_files.)
** Remove wrong `rotation` attribute from `Imgly.PESDK.Editor.Panel.TextDesign.ColorList` style.
* Changed View class of the text design color list view (`@+id/rv_text_colors`) from `RecyclerView` to `HorizontalListView` in the `imgly_panel_tool_text_design.xml` layout file.
## v6.5.2
### Added
* Drawable alias `imgly_transparent_identity_color_item` and `imgly_transparent_identity_image_bg` which refer to `imgly_transparent_identity` to make them separately customizable.
* 🚨 Drawable `imgly_transparent_identity_alpha_slider`. (Please download the default_res_files of the newest version to accept the new behavior.)
* New color resource `imgly_transform_background_color` for better customization.
### Changed
* Size of some elements of the color picker to achieve equality of the platforms.
* Size of the checker board texture `imgly_transparent_identity` to achieve equality of the platforms.
* Transform crop grid lines can set to 0 to be invisible.
### Fixed
* Typos in the adjustments `Shadows` and `Highlights`.
* Some color identifiers are overwritten incorrectly.
## v6.5.1
### Added
* `Sharpness` as a new adjustment value.
### Changed
* Kotlin version to `1.3.31`.
### Fixed
* TextDesign `Summer Feeling` has no lines (old Serialisation HTML5 and Android < 3.5.0 and iOS < 3.1.1 restore the old design).
* Bounding box of TextDesign `Deko` is too big (old Serialisation HTML5 and Android < 3.5.0 and iOS < 3.1.1 restore the old design).
* `Blacks` and `Whites` adjustment applied to alpha values.
* The serialization will not be serialized / deserialized properly if some modules are not included.
* Resource deprecation warning, keeps alive until restart gradle daemon.
## v5.1.12
### Fixed
* Wrong save policy when using camera.
* Wrong label of sticker color selection tool.
## v6.5.0
### Added
* Example light theme color schema to `imgly_colors.xml` and documentation. Due to a limitation of Android 4, it is currently not possible to change the colors theme at runtime, you need to add these colors at compile time.
* Color identifier to be able to customize in more detail.
### Fixed
* Background thread workload not balanced.
* Thumbnails not shown under certain conditions.
* Wrong tool stack handling.
* Wrong tool event calls on certain conditions. `LEAVE_TOOL` and `ENTER_TOOL` sometimes were in wrong order.
* Wrong PESDK plugin classpath in the `README.md`.
### Changed
* Rename internal RenderScript files to trigger recompiling
* Layout order of `imgly_list_item_filter.xml`, `imgly_list_item_filter_folder_subitem.xml` and `imgly_list_item_overlay.xml`.
* Names of some old color identifier.
* We've removed some legacy styles, make sure you stop using them or that you have a copy from an old version.
** `Imgly.PESDK.Editor.Popup.Brush.HorizontalMargin`
** `Imgly.PESDK.Camera.UI.Container`
** `Imgly.PESDK.Editor.Panel.default.Item.SelectBackground`
** `Imgly.PESDK.Editor.Panel.Overlay.OverlayItem.Value`
** `Imgly.PESDK.Editor.Panel.Transform.Crop`
** `Imgly.PESDK.Widget.GalleryButton`
** `Imgly.PESDK.Widget.GalleryButton.ClickOverlay`
** `Imgly.PESDK.Widget.GalleryButton.PreviewImage`
## v6.4.2
### Fixed
* Typo in the filter name 'High Carp'.
### Changed
* Name of filter 'Gysmo' to 'Colorful'.
* Name of filter 'Cotton Candy' to 'Candy'.
* Name of filter 'High Contrast' to 'Hicon'.
* Order of some filters to be equal to other platforms.
## v6.4.1
### Added
* Support for `com.android.tools.build:gradle` v3.4
## v6.4.0
### Dependency changes
* RenderscriptTargetApi version migrated from 19 to 28.
### Added
* 64bit compatibility.
### Fixed
* Some renderscript crashes.
## v6.3.2
### Fixed
* Incorrect proguard rules prevent proguard from optimizing optimally.
## ~~v6.3.1~~
* Because of an mistake, this release is equal to v6.3.0 and released without any fixes.
### ~~Fixed~~
~~* Wrong proguard rules.~~
## v6.3.0
### Added
* Folders to the `FilterToolPanel` to group related filters together and to reduce clutter in the menu. To disable folders and get back the old behavior, simply use `getFilterPackWithoutFolders()` from `FilterPackBasic`.
* Duotone filters to default filter pack.
### Fixed
* Wrong save policy when using camera.
### Changed
* Displayed name of a couple of filters.
## v6.2.8
### Added
* `ColorPipetteItem` to color lists.
### Fixed
* Issue with multiple layouts.
* Events not fired after replacing a state or a settings class.
## v6.2.7
### Added
* Missing style attribute of `SeekSlider`.
### Fixed
* Wrong parceling of adjust options.
## v6.2.6
### Fixed
* Wrong parceling of tool list.
## v6.2.5
### Added
* Constructor to `PESDKFileReader` to pass `StateHandler` parameter.
## v6.2.4
### Changed
* Parceling from strict type to dynamic type.
### Added
* Setter method for brush color list.
### Fixed
* NPE, when loading broken vector drawables.
* Broken vector drawables.
## v6.2.3
### Fixed
* NPE if not all backend modules are included.
* NPE on load serialization from iOS with enabled autoEnhancement.
## v6.2.2
### Added
* Possibility to use a color pipette.
### Fixed
* Wrong parceling of brush color list.
## v6.2.1
### Fixed
* Wrong renderscript proguard rule for androidx.
* Some vector drawables are broken with android api level 21.
## v6.2.0
### Fixed
* Sticker Tint mode is converted into ink mode after read a serialization.
* Fatal Exception: java.lang.NumberFormatException: Invalid int: "drawable/%"
### Added
* New `FilterAsset` called `DuotoneFilterAsset`.
* Missing renderscript proguard rule for androidx.
## v6.1.5
### Fixed
* Blacks and Whites Adjustment destroy alpha channel.
### Improved
* Camera preview position calculation for some devices.
* Invalidate renderscript caches.
### Added
* `AcceptTextButton` and `CancelTextButton` to allow text instead of icons in the `ActionBar`.
## v6.1.4
### Fixed
* Exporting image crashes app, when certain text conditions are met.
## v6.1.3
### Fixed
* Exif data is not copied.
* Text alignment configuration is not preserved.
* Style of the transform icon is not identical to other platforms.
## v6.1.2
### Fixed
* The input image is cached, which resulting in the image containing the correct edits, but on a different image than the input image after export.
## v6.1.1
### Fixed
* NullPointerException while entering the `Frame` tool.
* NumberFormatException while inflating layout.
* The editor can not load WebP images.
* Label of the `Original` item in the `Overlay` tool.
### Improved
* Speed to take a picture.
## v5.1.9
### Fixed
* The editor can not load WebP images.
* InflateException in combination with Android Bundles.
## v6.1.0
### Fixed
* Sticker icons reload by clicking the same sticker category twice.
* The size of the image does not zoom out when you enter the frame tool.
### Added
* Possibility to add more than one `TextDesign` to canvas.
* Possibility to change the background size of an inverted `TextDesign`.
* Keeping the attributes of the most recently created `TextDesign`.
* Keeping the attributes of the mist recently created `Text`
* `FrameOptionToolPanel` which provides frame configuration.
* Possibility to adjust the opacity and width of a `Frame`.
* Possibility to adjust the opacity of a `Sticker`.
* Replace button to `StickerOptionToolPanel`.
* `ToggleAspectItem` which toggle between multiple `CropAspectItem`.
* Option to the `Transform` tool to reset the configurations.
* Option to the `Brush` tool to delete the layer.
* Option to the `Adjustment` tool to reset the configurations.
* Indicator line for the linear blur horizon.
* Visual gab at the snap point of the seek slider.
### Changed
* Default tool order so that the Focus tool is next to the Adjust tool.
* Default order and availability of options in `StickerOptionPanel`, `TextOptionToolPanel` and `TextDesignOptionToolPanel`.
* Styling of `CropAspectItem`, `FilterItem`, `AdjustOption`, `StickerCategoryItem`, `TextDesignItem`, `OverlayItem`, `FrameItem` and `FocusOption`.
* Overlay item toggle through the blend modes on click.
* Multiple icons were replaced across the SDK.
* None overlay item shows image preview instead of icon.
### Breaking-Changes
* The layout has been changed in some details. We offer a compatibility package to support the old layout files we provided in the demo repository.
* Drawable with name `imgly_icon_focus_center_thump` is renamed to `imgly_icon_focus_center_thumb`.
* We have corrected small cross platform deviations of the color
** String with name "pesdk_color_item_00000000" is renamed to "pesdk_common_title_transparentColor"
** String with name "pesdk_color_item_FFFFFFFF" is renamed to "pesdk_common_title_whiteColor"
** String with name "pesdk_color_item_FF7E7E7E" is renamed to "pesdk_common_title_grayColor"
** String with name "pesdk_color_item_FF000000" is renamed to "pesdk_common_title_blackColor"
** String with name "pesdk_color_item_FF30E5E7" is renamed to "pesdk_common_title_lightBlueColor"
** String with name "pesdk_color_item_FF6784FF" is renamed to "pesdk_common_title_blueColor"
** String with name "pesdk_color_item_FF8B60FF" is renamed to "pesdk_common_title_purpleColor"
** String with name "pesdk_color_item_FFE161FF" is renamed to "pesdk_common_title_orchidColor"
** String with name "pesdk_color_item_FFFF64CE" is renamed to "pesdk_common_title_pinkColor"
** String with name "pesdk_color_item_FFFF6688" is renamed to "pesdk_common_title_redColor"
** String with name "pesdk_color_item_FFE74E49" is renamed to "pesdk_common_title_orangeColor"
** String with name "pesdk_color_item_FFF4744D" is renamed to "pesdk_common_title_goldColor"
** String with name "pesdk_color_item_FFFFCD62" is renamed to "pesdk_common_title_yellowColor"
** String with name "pesdk_color_item_FFC8FF5F" is renamed to "pesdk_common_title_oliveColor"
** String with name "pesdk_color_item_FF7EFF60" is renamed to "pesdk_common_title_greenColor"
** String with name "pesdk_color_item_FF42FFDC" is renamed to "pesdk_common_title_aquamarinColor"
** String with name "pesdk_color_item_FF3FFF84" is now unused and removed.
## v6.0.9
### Fixed
* NullPointerException while changing text configuration.
## v6.0.8
### Fixed
* ArithmeticException in some cases while using dynamic frames.
## v6.0.7
### Fixed
* The overlay intensity was ignored by some blend modes.
## v6.0.6
### Fixed
* Unknown JPEG type cause Crash
## v6.0.5
### Added
* Adjustments: temperature, whites and blacks
### Fixed
* Crash after export if watermark is enabled.
* Some classes are not protected against proguard, which cause in runtime crashes.
* The title bar and therefore the confirm button of the Text and Text Design Tool is not reachable on some phones with a "notch".
* Export of Images with transparency is sometimes not correct.
### Known issues
* We are currently working on AndroidX support. Due to a bug in the Android RenderScript Support libraries we are actively looking into a workaround.
## v6.0.4
### Added
* The SDK can now be used for testing purposes without unlocking it with a license. A watermark image will be displayed above the edited photo in such cases. (Simply remove `licencePath` from `pesdkConfig`)
## v6.0.3
### Fixed
* Stickers are sometimes blurry or do not load.
## v5.1.8
### Fixed
* Fix compiler error in newer gradle versions.
* Stickers are sometimes blurry or do not load.
## v6.0.2
### Fixed
* Crash with some png color formats.
* Plugin does not support `kotlin-kapt`.
* Preview quality is bad on some pictures.
* Latest text state (Colors and Font) is not restored.
## v5.1.7
### Fixed
* Crash with some png color formats.
## v6.0.1
### Changed
* You can remove `pesdkVersion` from the `pesdkConfig` in you gradle config, the default value is now the plugin version.
### Fixed
* Missing ForceCrop option.
* Missing ForceCrop Guides on the Page.
* Missing `clear()` options for the assets.
* Missing Kotlin dependency.
* Crash without troubleshoot info, while creating the SettingList()
## v6.0.0
__PLEASE LOOK AT THE NEW DOCUMENTATION MANY THINGS HAS CHANGED__
### Added
* Licenced new feature "TextDesign", get a trail licence to test it.
* Background exporting without UI.
* Gradle integration plugin.
* You can create and start the Editor with different Themes.
* Two new Focus Modes.
* Gamma adjustment.
### Changed
* Java version to 1.8.
* Android SDK to 27.
* Use of Gradle 3.1.3 build plugin for faster builds.
* Split features into separate modules and asset packs, this makes it easier to control the sdk size.
* Refactored Layouts and styles.
* Rework of the focus tool with better single touch control.
* UI is now optional and can completely replaced by your own UI.
* The awkward tool class concept is removed, all functionality is now in the backend.
* You can now add your own operations (you need to understand OpenGl and Renderscript).
* Settings and state classes can be extended with your own code.
### Fixed
* Color mismatch at export.
* Some blurry in the focus area.
* Focus preview broken on some low end devices.
* Cross platform issues with the serialisation.
* `RecyclerView` sometimes scrolls in the wrong position.
## v5.1.5
### Fixed
* SDK crashes if there is a missing font in the serialisation.
* Radial focus creates an oval blur on non-rectangular images.
* ArithmeticException if device's display is too small like on smartwatches.
## v5.1.4
### Fixed
* Alpha blending produces dark glow.
* Clarity adjustment produces dark glow.
## v5.1.3
### Added
* Option `TextGlLayer.BOUNDING_BOX_WIDTH_AUTO_FIT = false` to prevent the Text Sticker bounding box from resizing when the font is changed.
## v5.1.2
### Fixed
* `CameraSettings.setOpenEditorAfterCapture` flag is not working.
* `SOURCE_IMAGE_URI` is `null` if editor is canceled.
* NullPointerException when input image is `null`.
## v5.1.1
### Fixed
* Radial and linear blur do not work on some devices.
## v5.1.0
### Fixed
* SDK crashes if `ImageSource` source file is deleted while decoding (ArithmeticException).
* Editor can be opened twice.
* Serialized stickers are sometimes broken or missing after loading.
* Add `onAttachedToList()` and `onDetachedFromList()`to the `DataSourceViewHolder`
* Add URI Support `EditorLoadSettings.setImageSource()`
### Breaking changes
* `EditorLoadSettings.setImageSourcePath()` is deprecated use `EditorLoadSettings.setImageSource()` instead.
* `Intent.getStringExtra(ImgLyIntent.SOURCE_IMAGE_PATH)` is deprecated use `Uri source = Intent.getParcelableExtra(ImgLyIntent.SOURCE_IMAGE_URI);` instead.
* `Intent.getStringExtra(ImgLyIntent.RESULT_IMAGE_PATH)` is deprecated use `Uri result = Intent.getParcelableExtra(ImgLyIntent.RESULT_IMAGE_URI);` instead.
## v5.0.22
### Fixed
* Frame list does not live update when config has changed.
### Added
* Optional text buttons for the action bar instead of icon buttons.
## v5.0.21
### Fixed
* Undoing brush step does not work after changing color.
## v5.0.20
### Hot-Fixed
* Possible crash while revert text history
## v5.0.19
### Fixed
* Three of the default asset sticker shapes are missing after gradle 3.0 compiling.
## v5.0.18
### Fixed
* Static frames are not loaded by the deserialization.
## v5.0.17
### Fixed
* Internal class TransformedMotionEvent creates wrong states in some cases.
* Sticker matrix updated wrong which causes flickering.
* Exporting many stickers crashes in some cases.
* Image does not export if only the crop aspect has changed.
* Sticker flickering while resizing on some devices.
* Texture Memory is not free up while using with results in slightly slow down.
## v5.0.16
### Hotfix
* Multitouch gesture is unstable.
### Fixed
* Slider does not close when clicking "To Front" in the Brush tool.
## v5.0.15 __DEPRECATED!__
### Fixed
* A 90 degree turn is not possible if no suitable aspect is found.
* The "Gallery" button is sometimes not visible.
* Layout problems with "right-to-left" languages.
## v5.0.14
### Fixed
* Images not saved if only text is added.
## v5.0.13
### Fixed
* Undoing brush steps reverts brush hardness, color and size.
* Increasing the text size over the limit, increases the bounding box width.
* Brush ignores transformation.
* Typo in filter name.
* OpenGl vertex index out of range error.
* Renderscript crash while export on API 26.
* Exception "Only one Looper may be created per thread".
* 🚨 This is a breaking change if you use the ThreadUtils.
* Text is added upside down, if the image is flipped.
## v5.0.12 __DEPRECATED!__
### Fixed
* Frame image tiles are repeating incorrectly.
* Frame tiles resolution is too low when frame is stretched.
* Brush is in the wrong position after exporting the image.
* Undoing brush steps creates artifacts when the image is too big.
* Undoing brush steps creates artifacts when the image preview width is not divisible by eight.
* Taking picture with front camera adds wrong exif rotation.
* Wrong exif information handling, when exporting image, which adds a black stripe in some cases.
* Wrong threading which freezes background gl threads.
* Text cursor is not at the end of the text when text is re-edited.
* License issues.
### Changed
* Performance improved.
## v5.0.11
### Fixed
* Artifacts on some devices with non-standard compliant OpenGL ES 2.0 implementation.
* NullPointerException, if image loading interrupts because of a broken file stream.
* Brush history produces color mismatch.
* Sticker is being rotated incorrectly when the image is mirrored
## v5.0.9
### Fixed
* Overlay repeats after exporting but it shouldn't.
* Crash while writing serialization, if the frame feature is disabled by license.
## v5.0.8
### Fixed
* Image do not reload after change it.
## v5.0.7
### Fixed
* Crashes when opening the brush tool while touching the canvas.
* Doesn't loading the picture when open the frame and transform tool while touching the canvas.
### Changed
* Support for images smaller than 32px per side.
## v5.0.6
### Fixed
* Image export is truncated in special cases with exif rotation 8 (Viewport 270 CW)
## v4.1.6
### Fixed
* Image export is truncated in special cases with exif rotation 8 (Viewport 270 CW)
## v5.0.5
### Changed
* Changed crop ratio name to 'Free'.
* Set rotation control dots invisible behind the value.
* Set item label to blue if the item is selected.
### Fixed
* Flipped image rotates in the wrong direction.
* Sticker not loading.
## v5.0.4
### Changed
* Add `ADJUSTMENT_OPTIONS` to Sticker Config, allow the user the change brightness, contrast and saturation of a sticker.
## v5.0.3
### Fixed
* Fix issues with loading gif and bmp images.
* Licensing issues.
* Filter always uses the placeholder photo.
* Image not centered by using a custom layout.
## v5.0.2
### Fixed
* The save policy are handled correct now.
* OpenGL Error after deserialize.
### Not fixable at the moment
* Deserialization / Rendering of text is not platform independent.
## v5.0.1-RC1
**This is pre release version and can have some bugs**
### Fixed
* Problems with Android 8.0
### Changed
* Performance improvements. Preview of Brush, Sticker and Text are now extremely fast on most of the devices.
* Layer are now rendered in preview with OpenGL
### Not fixable at the moment
* Deserialization / Rendering of text is not platform independent.
## v5.0.0-beta
### Beta-Release-Notes
**This is a beta version and has some known bugs**
* Android 8.0.0 seams to have an issue with TextureView, this view is used by brush and cause display issues in preview.
This Bug is also happen in older SDK Versions, we will hat to fix it later by changing our general implementation.
* Deserialization of text is not platform independent.
* The save policy are currently not correct.
* PNG and GIF can crash if the image is to big.
### Added
* GIF loading support for the first frame and exported as PNG or JPEG.
* Global History for all Tools, Local History for some tools.
* Support for serialization and deserialization with json schema v3.0.0 (platform independent, but with some issues).
* The background color of the editor stage is now adjustable in the LayerListSettings.
* The background color of the camera stage is now adjustable in the CameraSettings.
### Changed
* Version 2.1 of the Licence is now required.
* Assets now must have an unique id for the serialisation.
* Method AbstractEditorTool.isRevertible() is now deprecated, please use isCancelable() and isAcceptable() instead.
* Rename imgly_icon_download to imgly_icon_save.
* Transform Tool now operates like iOS.
* Event dispatcher is now Synchronized.
* Object recycling for better performance and better thread stability.
* New thread handler for better performance and better thread stability.
### Fixed
* Errors with the Event dispatcher.
* Randomly icon change when using VectorDrawables.
* VectorDrawable display issues.
* Some short bugs.
* Add two missing default ColorFilters.
## v4.1.5
### Fixed
* Overlay with transparency looks wrong after export.
* Transform tool does not show the image, if an overlay is applied.
* Crash with NullPointerException, when call StateHandler.hasChanges().
* Crash with NullPointerException("BitmapRegionDecoder.getWidth() on a null object reference") when image format not support by tile decoder.
* Crash with IllegalStateException("child already has a parent").
### Known Bugs, but not fixable without API changes (please wait for upcoming v5.0).
* Android 8.0 has display issues while Brush (Flickering for 1 Frame).
* Some, issues with async events.
* Sometimes, the dismiss dialog is displayed without changes.
## v4.1.4
### Changed
* Remove unused ImgLyTitleBar reference.
### Fixed
* Brush default color is transparent.
## v4.1.3
### Fixed
* Dismiss edits dialog appears without any changes.
## v4.1.2
### Changed
* Add Ability to configure existing panel options by extend panels. Simply extend a panel like `AdjustmentToolPanel` and override the `createOptionList` (returns the icons in the list) or `createQuickOptionList` (returns the icon inside the image area) method.
## v4.1.1
### Changed
* Configuration changes in PESDKConfig during the editor is open, are now updated instantly in the UI.
### Fixed
* Icon color of some icons is wrong if you change `@color/imgly_icon_color`.
## v4.1.0
### Changed
* Multiline Text feature like iOS.
* Sticker category keep the last selection.
### Fixed
* Preview of transparent images is wrong.
## v4.0.2
### Fixed
* Workaround: RenderScript crashes on Nexus devices with Android 7.1
* NullPointer exception, by some camera modules
* NullPointer exception, by a not reproduceable behavior.
* Linear Focus handles, rotate in the wrong direction if the image is flipped.
## v4.0.1
### Fixed
* Overlays sometimes not changed.
* Native crash on Android <= 5.0 devices, because of a memory leak inside Googles Vector Drawable support library (This is not our fault but we have found a Workaround).
* The dismiss dialog appears, without any changes.
## v4.0.0
### Changed
* OpenGl Preview for blazing fast filter preview.
* Other Performance Improvements.
* Memory Improvements.
* An improved Focus Filter.
* Smaller SDK Size
* The preview image is now automatically resized when a slider overlays the preview at the bottom, so that is always completely visible.
* Small improvements
### Added
* Tool "Overlay".
* GPS Tag Support for the Camera.
* Pinch and Zoom in Main View and Brush Tool.
* PNG export Support.
### Fixed
* A lot of bug fixes.
## v3.1.1
### Changed
* Remove old Fonts an add improved fonts.
## v3.0.15
### Fixed
* Camera crash on Androids with API lower or equal 20.
* Cutting Frames on some image size, aspect ratio combination.
## v3.0.12
### Fixed
* Small bugfixes.
## v3.0.11
### Fixed
* When dismiss dialog appears, you can still make changes to the image.
* For each time the cancel button is pressed, one new dismiss dialog is rendered on screen.
* You can also still make changes to the image during the image export.
* Icons in some special cases in wrong order.
* Sticker straighten action if the image itself is rotated.
### Changed
* Layout imgly_popup_confirm.xml has changed and is renamed to `imgly_popup_confirm_dialog.xml`.
* Layout imgly_activity_photo_editor.xml has changed!
## v3.0.10
### Fixed
* Sticker list do not scroll to top if you change the category.
## v3.0.9
### Fixed
* Dismiss edits dialog appears without any changes.
* ImageDecoder crash in some constellations.
* SettingsList configurations randomly ignored.
* Force-Crop not working.
* AutoRotation is sometimes wrong.
* License validation sometimes take to long.
## v3.0.7
### Fixed
* Missing Linter Warning if you use Documents until API 19 and fix crash if you ignore this warning and use it until API 19.
* Toggled list images if you use vector and rastered drawables together.
### Changed
* Show a warning and fix wrong scaled frames, if you put the frame assets in the wrong drawable directory.
================================================
FILE: LICENSE.md
================================================
# PhotoEditor SDK / VideoEditor SDK
## Terms of Service
### 1. Subject Matter
1.1 These Terms of Service (together with any applicable Order Form the "__Agreement__") governs all rights granted by Licensor to use and commercially exploit any of the img.ly SDKs (the "__Software__"), namely the PhotoEditor SDK and/or VideoEditor SDK and/or imglyKit SDK.
1.2 The Agreement is entered into by and between img.ly GmbH, Kortumstraße 68, 44787 Bochum, Germany (the "__Licensor__") and the entity identified in the Order Form (the "__Licensee__", together with Licensor the "__Parties__") as of the effective date the Order Form is last signed on.
1.3 This Agreement shall govern the use of the Software for commercial purposes. To the extent the Software is intended to be used for non-commercial purposes only, an alternative licensing scheme may be available upon Licensor's discretion.
### 2. Order Form
2.1 An "__Order Form__" may either be executed (i) by the Parties upon individual negotiation or (ii) via an online order issued by Licensee via Licensor's website at www.photoeditorsdk.com and/or www.videoeditorsdk.com (the "__Website__") that has been confirmed by Licensor. Online orders not confirmed within 14 days after issuance shall be considered denied.
2.2 No rights shall be granted to Licensee by virtue of these Terms of Service alone as such grant requires the execution of an Order Form making reference to these Terms of Service.
2.3 The Order Form shall specify the environment for the Software that shall be licensed by Licensee. The Software is currently available for integration in the following environments: (i) HTML5, (ii) iOS, (iii) Android and (iv) Server.
2.4 The Order Form shall specify (i) the Subscription Term and (ii) the License Fees. Unless specified otherwise in the Order Form, the Subscription Term shall be based on monthly or annual periods for payment of the License Fees (the "__Payment Periods__").
2.5 Licensor may choose to offer Licensee a trial period of 30 days to test the Software in a dedicated testing environment not subject to License Fees (the "__Trial Period__"). Upon expiration of the Trial Period, the right to test the Software shall cease without further notice. Licensee shall then be required to execute an Order Form to obtain a License for a Subscription Term in case the Software shall be further used.
### 3. Grant of Rights
3.1 Licensor shall grant to Licensee a worldwide, non-exclusive, non-transferable, non-sublicensable right to use the Software subject to the terms of this Agreement, in particular with the specifications as set out in the Order Form (the "__License__").
3.2 The License shall pertain to the Software in object code format as well as to content data (fonts, stickers, stock images, etc.) included therein. In case the disclosure of the Software in source code format is agreed upon in the Order Form, the License shall also pertain to the Software in source code format.
3.3 The term of the License shall be determined in the Order Form (the "__Subscription Term__"). The License shall commence upon initial payment of the License Fees and terminate upon the end of the Subscription Term(s). Unless stated otherwise in the Order Form, the initial Subscription Term shall automatically be extended by further consecutive Subscription Terms unless either of the Parties notifies the other in writing of its intent to terminate the License at least one month (one week in case of a monthly Subscription Term) prior to the end of the current Subscription Term. Upon expiration of the Subscription Term(s), the right to use the Software shall cease without further notice. To the extent the Subscription Term is not specified in the Order Form, Licensor shall be entitled to terminate the Agreement and revoke the License at any time.
3.4 The License shall be limited to the right (i) to copy and – in case of disclosure in source code format – modify the Software for integration into one of Licensee's products (website or app) (the "__Licenses Product__") in accordance with the requirements of interfaces and implementation guidelines as issued by Licensor (the "__Integrated Software__") and (ii) to copy, distribute and make available the Integrated Software to Licensee's end customers.
### 4. Obligations and Restrictions
4.1 Licensee shall not reproduce, disassemble, or reverse assemble any portion of the Software or otherwise derive its source code, except to the extent that such activity is specifically permitted by this Agreement or by statutory law.
4.2 Licensee shall not redistribute the Software or its modifications other than by integrating the Software into Licensee's Product. Use in context of more than one of Licensee's Products shall require multiple Licenses accordingly via respective Order Forms. Licensee's Product shall have a substantially different functionality than the Software (i.e. must not be described as a photo editor and/or video editor, respective development kit, library, or product commercially competing with the Software).
4.3 Licensee shall not use the Software in connection with or to promote any products, services, or materials that constitute or promote spyware, adware, or other malicious programs or code, unsolicited mass distribution of email (spam), defamatory, pornographic, abusive or otherwise offensive content.
4.4 Licensor shall be entitled to verify and validate Licensee's use of the Software in line with this Agreement via respective functionalities of the Software.
### 5. Proprietary Rights
5.1 All rights not expressly granted to Licensee are reserved by Licensor. Licensee shall have no rights to use, copy, or reproduce the Software except as expressly set forth in this Agreement.
5.2 No rights shall be granted with regard to trademarks, trade names, trade dress and trade secrets to Licensee except for the limited right of use provided under the License.
### 6. Third Party Components
6.1 The Software implements components licensed under open source licenses ("__OSS Components__") and further software components and content data (fonts, stickers, stock images, etc.) provided by third parties under applicable licensing terms ("__Third Party Components__"). The use of the OSS Components and the Third Party Components is subject to the applicable separate licensing terms. A list of the OSS Components and Third Party Components with reference to the applicable licensing terms is accessible online via https://photoeditorsdk.com/acknowledgements. Licensor does not act as sublicensor or agent in this regard and assumes or acknowledges no warranty or liability for the OSS Components and the Third Party Components.
6.2 Licensee shall only use further third party software components or content data (fonts, stickers, stock images, etc.) with the Software to the extent that Licensee is entitled to such use. Licensor shall not be liable or responsible for any use of third party software components or content data by Licensee. Licensee shall indemnify and hold harmless Licensor from any third-party claims caused by Licensee's actions involving third party software components or content data.
### 7. Payment
7.1 The license fees as specified in the Order Form (the "__License Fees__") shall be due and payable in line with the Payment Periods. To the extent the due date is not specified in the Order Form, the License Fees shall be due upon the execution of the Order Form and then upon the commencement of each further Payment Period for all of the Subscription Term.
7.2 Licensor shall invoice the License Fees to Licensee. Invoices are payable without deduction within 14 days of the date of the invoice and may be made by direct payment on the Website via credit card, if a respective option is provided by Licensor. If Licensee is in default of payment, the outstanding amount shall bear interest as applicable under statutory law. Licensor reserves all further rights resulting from default.
7.3 Unless specified otherwise in the Order Form, the License Fees shall be paid in Euros. All amounts stated in the Order Form are excluding any applicable value added tax (VAT), unless explicitly specified otherwise. Licensee shall be responsible for any applicable sales, use, value added or similar taxes payable with respect to the licensing of the Software, or arising out of or in connection with this Agreement, other than taxes levied or imposed based upon Licensor's income or gross revenues. If Licensee has tax-exempt status, Licensee shall provide written evidence of such status to Licensor. Upon Licensor's request, Licensee shall provide its VAT identification number or other identification information required for invoicing purposes.
### 8. Delivery and Maintenance
8.1 The Software shall be delivered via download from designated package repositories. The designated link for such download shall be provided in the Order Form. The use of the Software in a Subscription Term requires a key that shall be provided upon the initial payment of the License Fees, subject to the terms agreed upon in the Order Form. The key required for a Trial Period shall be provided upon commencement and deactivated upon expiration of the Trial Period.
8.2 The Software and Documentation shall be provided in English language.
8.3 Licensee shall be responsible for installing the Software and providing the system environment required to operate the Software in accordance with the requirements as set forth in the Documentation.
8.4 Subject to any other specification in the Order Form, Licensor shall not provide any support and maintenance services other than the issuance of such updates, upgrades or patches as made available via the Website.
### 9. Termination
9.1 Either Party shall be entitled to immediately terminate this Agreement or suspend any rights granted hereunder upon notice to the other in the event that: (i) the other Party breaches any material term of this Agreement, Licensor may particularly revoke the License in case of default or other non-payment of License Fees; or (ii) upon the other Party's dissolution, liquidation, or the appointment of a receiver, trustee, custodian, or similar agent for the Party's business or property. A change of control of Licensee, the sale of all or more than 50% of Licensee's assets, or a merger or reorganization of Licensee in which Licensee is not the surviving organization is considered dissolution of Licensee. In the event that Licensor terminates this Agreement for breach, all amounts due or to become due under this Agreement shall immediately become due and payable.
9.2 Upon expiration of the Subscription Term or termination, each Party shall promptly remit to the other all unpaid monies due, or to become due, under this Agreement. Licensee shall return to Licensor or destroy all copies of the Software in its possession and provide written confirmation to that effect; this particularly applies to the Software in source code format in case such disclosure has occurred. In case of termination or revocation of the License, paid monies or due payments for any commenced Payment Periods shall not be refunded to Licensee.
9.3 In addition to those provisions which by their nature are intended to survive any termination or expiration of this Agreement or any license granted hereunder, Sections 11, 12 and 13 of this Agreement shall specifically survive such expiration or termination.
### 10. Warranty Claims
10.1 Product descriptions shall not be deemed guaranteed unless separately agreed in writing.
10.2 Rights in case of defects shall be excluded in case of minor or immaterial deviations from the characteristics of the Software or in the case of only slight impairment of use. Licensor shall further not be responsible for defects which are caused by improper use or operation.
10.3 Any claims for damages are subject to the limitations set forth under Section 11 of this Agreement.
### 11. Limitation of Liability
11.1 Licensor shall be liable without restriction for damages caused intentionally or with gross negligence by Licensor, its legal representatives or assistants in performance. Licensor shall also be liable without restriction for death, personal injury or damage to health caused by Licensor, its legal representatives or assistants in performance. Furthermore, Licensor shall be liable without restriction for damages in accordance with the German Product Liability Act.
11.2 Licensor shall be liable for damages caused by breach of its primary obligations under this Agreement by Licensor, its legal representatives or assistants in performance. Primary obligations are such duties that form the essence of the Agreement, which were decisive for the conclusion of the Agreement and on the performance of which Licensee may rely. If Licensor breaches its primary obligations with simple negligence, then its liability shall be limited to the amount which was foreseeable for Licensor at the time when the respective duty was performed. Any further liability of Licensor shall be excluded on the merits.
11.3 The right to set off a claim shall be limited to such claims that are uncontested or have been finally established with legal effect.
### 12. Confidentiality
12.1 Each Party may be granted access to confidential information of the other Party during the term of this Agreement. Confidential information does not include information that: (i) is or becomes publicly available through no act or omission of the other party, (ii) is rightfully acquired by the recipient from a third party that was not under an obligation to hold the information in confidence, (iii) is independently developed by the recipient or, (iv) is previously known to the recipient without non-disclosure obligations. The terms of this Agreement and the source code to the Software shall constitute confidential information under this Agreement.
12.2 Neither Party shall use any confidential information of the other Party other than for the purpose of exercising its rights or performing its obligations under this Agreement or disclose to any third party any confidential information of the other Party except as permitted under this Agreement. Disclosure of confidential information shall not be precluded if such disclosure is in response to a valid order of a court or other governmental body or is otherwise required by statutory law.
12.3 Subject to the exceptions under Section 12.2., Licensee shall not disclose the terms of this Agreement to any third party.
12.4 Non-disclosure agreements executed by the Parties independent from this Agreement shall remain in force.
### 13. Final Provisions
13.1 Licensor shall be entitled to identify Licensee as a customer and to refer to Licensee and its business by name, trademark and trade name, if applicable, on the Website and in Licensor's marketing materials.
13.2 Licensor shall not accept, and this Agreement does not operate as an acceptance of, any different or additional terms and conditions, and this Agreement shall prevail over any such different or additional provisions, of any Licensee's order.
13.3 All notices or reports shall be in writing or sent by email.
13.4 Licensee may not assign this Agreement, in whole or in part to any third party without the prior written consent of Licensor.
13.5 Amendments or additions to this Agreement must be made in writing to be effective. This shall also apply to amendments of this written form requirement.
13.6 This Agreement shall be governed by the laws of the Federal Republic of Germany; the regulations of the UN Sales Convention shall be excluded.
13.7 The courts for Licensor's registered office shall have exclusive jurisdiction over all disputes under and in connection with this Agreement.
13.8 Should any provision of this Agreement be or become invalid, this shall not affect the validity of the remaining terms. In such event, the Parties shall be obliged to cooperate in the creation of terms which achieve such legally valid result as comes closest commercially to that of the invalid provision. The above shall apply accordingly to the closing of any gaps in the Agreement.
================================================
FILE: README.md
================================================
<!-- ------------------------------------------------------- --|
|-- ------------------------------------------------------- --|
|-- ----This file is automatically generated by groovy.---- --|
|-- Do not modify this file -- YOUR CHANGES WILL BE ERASED! --|
|-- ------------------------------------------------------- --|
|-- ------------------------------------------------------- -->
<p align="center">
<a target="_blank" href="https://img.ly/video-sdk/?utm_campaign=Projects&utm_source=Github&utm_medium=VESDK&utm_content=Android"><img src="https://img.ly/static/logos/VE.SDK_Logo.svg" alt="VideoEditor SDK Logo"/></a>
</p>
<p align="center">
<a href="http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels">
<img src="https://img.shields.io/badge/MIN_SDK-21-B8D529.svg?style=flat">
<img src="https://img.shields.io/badge/BUILD_SDK-31-92D230.svg?style=flat">
</a>
<a href="https://img.ly/docs/vesdk/android/introduction/getting_started">
<img src="https://img.shields.io/badge/platform-android-2DC25C.svg?style=flat">
</a>
<a href="https://artifactory.img.ly/artifactory/imgly/ly/img/android/pesdk/">
<img src="https://img.shields.io/badge/VERSION-10.7.3-007ec6.svg?style=flat" alt="Maven">
</a>
<a href="http://twitter.com/PhotoEditorSDK">
<img src="https://img.shields.io/badge/twitter-@PhotoEditorSDK-8646E2.svg?style=flat" alt="Twitter">
</a>
</p>
# Seamlessly integrate video creation into your Android applications
[VideoEditor SDK](https://img.ly/video-sdk/?utm_campaign=Projects&utm_source=Github&utm_medium=VESDK&utm_content=Android) expands the powerful tools and features of the PhotoEditor SDK into the realm of mobile video creation.
With an intuitive UI, an extensive filter gallery, advanced adjustment tools and crops for social aspect ratios you’ll empower your users to create engaging and professional looking videos in a breeze.
<p align="center">
<a target="_blank" href="https://img.ly/pricing?utm_campaign=Projects&utm_source=Github&utm_medium=VESDK&utm_content=Android"><img src="https://img.ly/static/logos/VE.SDK_Button.svg" alt="Get VideoEditor SDK" width="180" height="72" border="0" /></a>
</p>
<p align="center">
## Features
### Adjustments
<p align="center">
<a target="_blank" href="https://www.videoeditorsdk.com/?utm_campaign=Projects&utm_source=Github&utm_medium=VESDK&utm_content=Android"><img src="adjustment.jpeg" alt="VideoEditor SDK Adjustments" height="400px"/></a>
</p>
<p align="center">
The Adjustment section holds a variety of handy tools for your users to tweak and fine tune their footage ranging from basic operations like brightness and contrast to more sophisticated options like gamma.
### Trimming
The trimming tool helps your users to keep their content relevant and get rid of unnecessary or boring parts. With a simple drag of the playhead your users can limit their footage to the most interesting parts only.
### Filters
The VideoEditor SDK ships with over 60 filters for every mood and atmosphere. Let your users achieve a cinematic look for their videos with a single tap.
### Transform
Let your users present their content in the most fitting format. The Transform section unifies cropping, flipping and rotating operations. The SDK ships with various preset crop and aspect ratios like 1:1, 16:9, and common social media formats.
### Furnish
The VideoEditor SDK offers various handy tools to spice up and furnish video content for maximum effect. With Stickers, Frames, Overlays and a Brush tool your users can easily turn any video into a successful social media post.
### Communicate
A compelling message adds the final touch to any video. The VideoEditor SDK provides all necessary functions for quickly adding and editing text. Furthermore: The Text Design tool automatically merges input text with typography layouts to create stunning designs.
## License Terms
Make sure you have a commercial license before releasing your app. A commercial license is required for any app or service that has any form of monetization: This includes free apps with in-app purchases or ad supported applications. Please contact us if you want to purchase the commercial license.
## Support and License
Use our [service desk](https://support.img.ly) for bug reports or support requests. To request a commercial license, please use the [license request](https://img.ly/pricing?product=vesdk&?utm_campaign=Projects&utm_source=Github&utm_medium=VESDK&utm_content=Android) form on our website.
================================================
FILE: app/.gitignore
================================================
/build
================================================
FILE: app/build.gradle
================================================
apply plugin: 'com.android.application'
// Apply the IMGLYPlugin
apply plugin: 'ly.img.android.sdk'
apply plugin: 'kotlin-android'
apply plugin: 'com.google.devtools.ksp'
// Configure the IMGLYPlugin
IMGLY.configure {
vesdk {
enabled true
licensePath 'vesdk_android_license'
}
// Define the modules you are need
modules {
// Add all the UI modules you are need
include 'ui:video-trim'
include 'ui:core'
include 'ui:text'
include 'ui:focus'
include 'ui:frame'
include 'ui:brush'
include 'ui:filter'
include 'ui:camera'
include 'ui:sticker'
include 'ui:overlay'
include 'ui:transform'
include 'ui:adjustment'
include 'ui:text-design'
include 'ui:video-composition'
include 'ui:video-library'
// Add the serializer if you need
include 'backend:serializer'
// Allow Background Encoding [Optional]
include 'backend:headless'
// Add asset packs if you need
include 'assets:font-basic'
include 'assets:frame-basic'
include 'assets:filter-basic'
include 'assets:overlay-basic'
include 'assets:sticker-shapes'
include 'assets:sticker-emoticons'
include 'assets:sticker-animated'
// Add animated sticker support
include 'backend:sticker-animated'
// Add smart sticker support
include 'backend:sticker-smart'
}
}
android {
namespace "com.videoeditorsdk.android.app"
compileSdkVersion 35
buildToolsVersion '35.0.0'
defaultConfig {
applicationId "com.photoeditorsdk.android.app"
minSdkVersion 21
targetSdkVersion 35
versionCode 1
versionName "1.0"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
resValue 'string', 'vesdk_version', "v$vesdk_version"
}
/* Set Java Language level to Java 1.8+ */
compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.7.0'
}
================================================
FILE: app/proguard-rules.pro
================================================
# Add project specific ProGuard rules here.
# You can control the set of applied configuration files using the
# proguardFiles setting in build.gradle.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html
# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}
# Uncomment this to preserve the line number information for
# debugging stack traces.
#-keepattributes SourceFile,LineNumberTable
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
================================================
FILE: app/src/main/AndroidManifest.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-feature
android:name="android.hardware.camera"
android:required="false" />
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity
android:exported="true"
android:name=".KVideoEditorDemoActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
</application>
</manifest>
================================================
FILE: app/src/main/assets/vesdk_android_license
================================================
{"api_token":"e__gVrjmfkfMSEGhVhLPwA","app_identifiers":["com.photoeditorsdk.android.app"],"available_actions":[],"domains":["https://api.photoeditorsdk.com"],"enterprise_license":true,"expires_at":null,"features":["noexporttracking","camera","library","export","whitelabel","customassets","adjustment","audio","brush","composition","filter","focus","frame","overlay","sticker","text","textdesign","transform","trim","videolibrary"],"issued_at":1620753677,"minimum_sdk_version":"1.0","owner":"img.ly GmbH","platform":"Android","products":["vesdk"],"version":"2.4","signature":"GVhHzHl4jZ1drjFuKRhVD5S7O5h8uXzypSaTQ7JYzjNoFJx7cFoVFj5LSqLIHs0qcXOIRRB1FdAzerdWA4+2hDYReTaOyGcie/zGG6x0/dVK8lI5dt6s2BPO3/M9vw/Cy50boHLZNbaMj4m/zvScyfL50a5aoxxfv/oSm9absz8FyudXv4vg18kOenz/eEdY1cAFeSBw9SGjWUNvO1b9E39vHPi5qBPKfzbAmT6nwnEwJ1Lt30mFpXrDzrOTK/7kOHjrFg40UeXqsKAmhXdl8di5WTT1JPfnXdyqYXBg16ZSdGEB36v0pQXa0TIjuv2E3oYFQ+vi2wytrHRBmkMDixU38CX0Dnja0zNKDl3npUS1oS4my+f+E5aR9dseiAtbSA12etIicW63d3ggYwUMJ5s/JBEvdZk8L0JLap+576Kcnn45LHiKtj0kOVde50DNaLQqJaB8KldXZc1xAU7oYJcKmJXuWtGgsZxspnUwMGyUisi1oGf+tuoqGKryPs89Czfq37QewaHAhS0dkud7A1oIZIt6Id8NtWN/ddmbpe4vCXhOFc77urvrayFZLn4OGz1vNzEZjxu0mmordfC02s16QH4VzHwaOfEKnVN3Lf6uEJjKZ8V2fXbwLXCgwhQ0Xyha1nHR81P6Wv6nbI6AWQIcIll50uQCvKRf8CTO0rM="}
================================================
FILE: app/src/main/java/com/videoeditorsdk/android/app/KVideoEditorDemoActivity.kt
================================================
package com.videoeditorsdk.android.app
import android.app.Activity
import android.content.ActivityNotFoundException
import android.content.Intent
import android.net.Uri
import android.os.Bundle
import android.os.Environment
import android.provider.MediaStore
import android.util.Log
import android.widget.Button
import android.widget.Toast
import ly.img.android.pesdk.VideoEditorSettingsList
import ly.img.android.pesdk.assets.filter.basic.FilterPackBasic
import ly.img.android.pesdk.assets.font.basic.FontPackBasic
import ly.img.android.pesdk.assets.frame.basic.FramePackBasic
import ly.img.android.pesdk.assets.overlay.basic.OverlayPackBasic
import ly.img.android.pesdk.assets.sticker.animated.StickerPackAnimated
import ly.img.android.pesdk.assets.sticker.emoticons.StickerPackEmoticons
import ly.img.android.pesdk.assets.sticker.shapes.StickerPackShapes
import ly.img.android.pesdk.backend.model.EditorSDKResult
import ly.img.android.pesdk.backend.model.constant.OutputMode
import ly.img.android.pesdk.backend.model.state.LoadSettings
import ly.img.android.pesdk.backend.model.state.VideoEditorSaveSettings
import ly.img.android.pesdk.ui.activity.ExternalVideoCaptureBuilder
import ly.img.android.pesdk.ui.activity.VideoEditorBuilder
import ly.img.android.pesdk.ui.model.state.UiConfigFilter
import ly.img.android.pesdk.ui.model.state.UiConfigFrame
import ly.img.android.pesdk.ui.model.state.UiConfigOverlay
import ly.img.android.pesdk.ui.model.state.UiConfigSticker
import ly.img.android.pesdk.ui.model.state.UiConfigText
import ly.img.android.pesdk.ui.panels.item.PersonalStickerAddItem
import ly.img.android.serializer._3.IMGLYFileWriter
import java.io.File
import java.io.IOException
class KVideoEditorDemoActivity : Activity() {
companion object {
const val VESDK_RESULT = 1
const val CAMERA_AND_GALLERY_RESULT = 2
}
// Create an empty new SettingsList and apply the changes on this reference.
// If you include our asset Packs and use our UI you also need to add them to the UI Config,
// otherwise they are only available for the backend (like Serialisation)
// See the specific feature sections of our guides if you want to know how to add your own Assets.
private fun createVESDKSettingsList() =
VideoEditorSettingsList(true)
.configure<UiConfigFilter> {
it.setFilterList(FilterPackBasic.getFilterPack())
}
.configure<UiConfigText> {
it.setFontList(FontPackBasic.getFontPack())
}
.configure<UiConfigFrame> {
it.setFrameList(FramePackBasic.getFramePack())
}
.configure<UiConfigOverlay> {
it.setOverlayList(OverlayPackBasic.getOverlayPack())
}
.configure<UiConfigSticker> {
it.setStickerLists(
PersonalStickerAddItem(),
StickerPackEmoticons.getStickerCategory(),
StickerPackShapes.getStickerCategory(),
StickerPackAnimated.getStickerCategory()
)
}
.configure<VideoEditorSaveSettings> {
// Set custom editor video export settings
it.setOutputToGallery(Environment.DIRECTORY_DCIM)
it.outputMode = OutputMode.EXPORT_IF_NECESSARY
}
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_main)
val openGallery = findViewById<Button>(R.id.openGallery)
openGallery.setOnClickListener {
openSystemGalleryToSelectVideo()
}
val captureVideo = findViewById<Button>(R.id.captureVideo)
captureVideo.setOnClickListener {
openSystemCameraToCaptureVideo()
}
}
fun openSystemGalleryToSelectVideo() {
val intent = Intent(Intent.ACTION_PICK)
intent.setDataAndType(MediaStore.Video.Media.EXTERNAL_CONTENT_URI, "video/*")
try {
startActivityForResult(intent, CAMERA_AND_GALLERY_RESULT)
} catch (ex: ActivityNotFoundException) {
Toast.makeText(
this,
"No Gallery APP installed",
Toast.LENGTH_LONG
).show()
}
}
fun openSystemCameraToCaptureVideo() {
ExternalVideoCaptureBuilder().startActivityForResult(
this,
CAMERA_AND_GALLERY_RESULT
)
}
fun openEditor(inputSource: Uri?) {
val settingsList = createVESDKSettingsList()
settingsList.configure<LoadSettings> {
it.source = inputSource
}
VideoEditorBuilder(this)
.setSettingsList(settingsList)
.startActivityForResult(this, VESDK_RESULT)
settingsList.release()
}
override fun onActivityResult(requestCode: Int, resultCode: Int, intent: Intent?) {
super.onActivityResult(requestCode, resultCode, intent)
intent ?: return
if (resultCode == RESULT_OK && requestCode == CAMERA_AND_GALLERY_RESULT) {
// Open Editor with some uri in this case with an video selected from the system gallery.
val selectedVideo = intent.data
if (selectedVideo != null) {
openEditor(selectedVideo)
}
} else if (resultCode == RESULT_OK && requestCode == VESDK_RESULT) {
// Editor has saved an Video.
val data = EditorSDKResult(intent)
Log.i("VESDK", "Source video is located here ${data.sourceUri}")
Log.i("VESDK", "Result video is located here ${data.resultUri}")
// TODO: Do something with the result video
// OPTIONAL: read the latest state to save it as a serialisation
val lastState = data.settingsList
try {
IMGLYFileWriter(lastState).writeJson(
File(
getExternalFilesDir(null),
"serialisationReadyToReadWithPESDKFileReader.json"
)
)
} catch (e: IOException) {
e.printStackTrace()
}
lastState.release()
} else if (resultCode == RESULT_CANCELED && requestCode == VESDK_RESULT) {
// Editor was canceled
val data = EditorSDKResult(intent)
val sourceURI = data.sourceUri
// TODO: Do something with the source...
}
}
}
================================================
FILE: app/src/main/res/drawable/background_black.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="270"
android:endColor="#000000"
android:startColor="#2E2E2E"
android:type="linear" />
</shape>
================================================
FILE: app/src/main/res/drawable/button_launcher_background.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#28ffffff" />
<corners android:radius="24dp" />
</shape>
================================================
FILE: app/src/main/res/drawable/button_launcher_vesdk.xml
================================================
<?xml version="1.0" encoding="utf-8"?><!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#DF3461" />
<corners android:radius="24dp" />
</shape>
================================================
FILE: app/src/main/res/layout/activity_main.xml
================================================
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 9elements GmbH <contact@9elements.com>
~ All rights reserved.
~
~ Redistribution and use in sourceType and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/background_black"
tools:context=".KVideoEditorDemoActivity">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginBottom="45dp"
android:gravity="center"
android:orientation="vertical">
<ly.img.android.pesdk.ui.widgets.ImageSourceView
android:id="@+id/pesdk_logo"
android:layout_width="200dp"
android:layout_height="100dp"
android:src="@drawable/imgly_logo_vesdk" />
<Button
android:id="@+id/captureVideo"
android:layout_width="200dp"
android:layout_height="wrap_content"
android:layout_margin="16dp"
android:background="@drawable/button_launcher_vesdk"
android:padding="16dp"
android:text="TAKE FROM CAMERA"
android:textAllCaps="true"
android:textColor="#FFFFFF"
android:textSize="12sp"
android:textStyle="bold" />
<Button
android:id="@+id/openGallery"
android:layout_width="200dp"
android:layout_height="wrap_content"
android:background="@drawable/button_launcher_background"
android:padding="16dp"
android:text="TAKE FROM GALLERY"
android:textAllCaps="true"
android:textColor="#FFFFFF"
android:textSize="12sp"
android:textStyle="bold" />
</LinearLayout>
<RelativeLayout
android:id="@+id/footer"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom"
android:paddingStart="16dp"
android:paddingEnd="16dp">
<TextView
android:id="@+id/showVersion"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_centerVertical="true"
android:alpha="0.5"
android:text="@string/vesdk_version"
android:textColor="#ffffff"
android:textSize="12sp" />
<ly.img.android.pesdk.ui.widgets.ImageSourceView
android:layout_width="72dp"
android:layout_height="45dp"
android:layout_centerInParent="true"
android:alpha="0.5"
android:src="@drawable/imgly_logo" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:layout_gravity="center"
android:alpha="0.5"
android:text="@string/copyright_text"
android:textColor="#ffffffff" />
</RelativeLayout>
</FrameLayout>
================================================
FILE: app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>
================================================
FILE: app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>
================================================
FILE: app/src/main/res/values/colors.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#008577</color>
<color name="colorPrimaryDark">#00574B</color>
<color name="colorAccent">#D81B60</color>
<color name="ic_launcher_background">#DF3461</color>
</resources>
================================================
FILE: app/src/main/res/values/strings.xml
================================================
<resources>
<string name="app_name">img.ly Editor</string>
<string name="copyright_text">© 2014 – 2021</string>
</resources>
================================================
FILE: app/src/main/res/values/styles.xml
================================================
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
</style>
</resources>
================================================
FILE: build.gradle
================================================
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.8.22'
ext.ksp_version = '1.8.22-1.0.11'
ext.vesdk_version = '10.10.14'
repositories {
google()
gradlePluginPortal()
maven { url 'https://artifactory.img.ly/artifactory/imgly' }
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
// Insert the latest SDK version number here. You will find it here https://github.com/imgly/pesdk-android-demo/releases
classpath "ly.img.android.pesdk:plugin:$vesdk_version"
classpath("com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:$ksp_version")
}
}
allprojects {
repositories {
google()
mavenCentral()
maven { url 'https://artifactory.img.ly/artifactory/imgly' }
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
================================================
FILE: default_res_files/v_10_0/res/color/imgly_crop_item_fill_color_states.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:color="?attr/imgly_crop_icon_fill_color_active" android:state_selected="true" />
<item android:color="?attr/imgly_crop_icon_fill_color" />
</selector>
================================================
FILE: default_res_files/v_10_0/res/color/imgly_crop_item_line_color_states.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:color="?attr/imgly_icon_color_active" android:state_selected="true" />
<item android:color="?attr/imgly_icon_color" />
</selector>
================================================
FILE: default_res_files/v_10_0/res/color/imgly_lable_color_states.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_selected="true"
android:color="?attr/imgly_text_color_active"/>
<item android:color="?attr/imgly_editor_text_color_secondary"/>
</selector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_audio_select_left.xml
================================================
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="7dp"
android:height="50dp"
android:viewportWidth="7"
android:viewportHeight="50">
<path
android:pathData="M7,1H3C1.8954,1 1,1.8954 1,3V47C1,48.1046 1.8954,49 3,49H7"
android:strokeWidth="2"
android:strokeColor="?attr/imgly_icon_border_color_active"/>
</vector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_audio_select_right.xml
================================================
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="7dp"
android:height="50dp"
android:viewportWidth="7"
android:viewportHeight="50">
<path
android:pathData="M0,1H4C5.1046,1 6,1.8954 6,3V47C6,48.1046 5.1046,49 4,49H0"
android:strokeWidth="2"
android:strokeColor="?attr/imgly_icon_border_color_active"/>
</vector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_audio_selection_item_background.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_selected="true">
<shape android:shape="rectangle">
<solid android:color="?attr/imgly_audio_selection_background_color_selected"/>
</shape>
</item>
<item android:state_selected="false">
<shape android:shape="rectangle">
<solid android:color="?attr/imgly_transparent_color"/>
</shape>
</item>
</selector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_blend_mode_background_bottom.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="400" android:exitFadeDuration="400">
<item>
<shape>
<gradient android:startColor="#99000000" android:endColor="#33000000" android:angle="90"/>
</shape>
</item>
</selector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_blend_mode_background_top.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="400" android:exitFadeDuration="400">
<item>
<shape>
<gradient android:startColor="#33000000" android:endColor="#00000000" android:angle="90"/>
</shape>
</item>
</selector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_button.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="0" android:exitFadeDuration="0">
<item android:drawable="@drawable/imgly_button_disabled" android:color="?attr/imgly_text_color" android:state_enabled="false"/>
<item android:drawable="@drawable/imgly_button_pressed" android:color="?attr/imgly_text_color" android:state_pressed="true"/>
<item android:drawable="@drawable/imgly_button_normal" android:color="?attr/imgly_text_color" android:state_enabled="true"/>
<item android:drawable="@drawable/imgly_button_normal" android:color="?attr/imgly_text_color"/>
</selector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_button_click_overlay.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true">
<shape>
<corners android:radius="2dp"/>
<solid android:color="#33FFFFFF"/>
</shape>
</item>
<item>
<shape>
<corners android:radius="2dp"/>
<solid android:color="?attr/imgly_transparent_color"/>
</shape>
</item>
</selector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_button_disabled.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape>
<padding android:top="0dp" android:right="0.5dp" android:bottom="0.5dp" android:left="0dp" />
<solid android:color="#14000000" />
<corners android:radius="3.5dp"/>
<size android:width="20dp" android:height="20dp" />
</shape>
</item>
<item>
<shape>
<padding android:top="0dp" android:right="0.5dp" android:bottom="0.5dp" android:left="0dp" />
<solid android:color="#14000000" />
<corners android:radius="3.5dp"/>
</shape>
</item>
<item>
<shape>
<padding android:top="3dp" android:right="3dp" android:bottom="3dp" android:left="3dp" />
<corners android:radius="3.5dp"/>
<solid android:color="?attr/imgly_button_color_disabled"/>
</shape>
</item>
</layer-list>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_button_normal.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape>
<padding android:top="3dp" android:right="3dp" android:bottom="3dp" android:left="3dp" />
<solid android:color="?attr/imgly_button_color" />
<corners android:radius="3.5dp"/>
</shape>
</item>
</layer-list>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_button_pressed.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape>
<padding android:top="0dp" android:right="0.5dp" android:bottom="0.5dp" android:left="0dp" />
<solid android:color="#14000000" />
<corners android:radius="3.5dp"/>
<size android:width="20dp" android:height="20dp" />
</shape>
</item>
<item>
<shape>
<padding android:top="0dp" android:right="0.5dp" android:bottom="0.5dp" android:left="0dp" />
<solid android:color="#14000000" />
<corners android:radius="3.5dp"/>
</shape>
</item>
<item>
<shape>
<padding android:top="3dp" android:right="3dp" android:bottom="3dp" android:left="3dp" />
<solid android:color="?attr/imgly_button_color_pressed" />
<corners android:radius="3.5dp"/>
</shape>
</item>
</layer-list>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_button_shutter_pressed_animation.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<animation-list xmlns:android="http://schemas.android.com/apk/res/android" android:oneshot="true">
<item android:drawable="@drawable/imgly_button_shutter_animation_frame_00001" android:duration="30"/>
<item android:drawable="@drawable/imgly_button_shutter_animation_frame_00002" android:duration="30"/>
<item android:drawable="@drawable/imgly_button_shutter_animation_frame_00003" android:duration="30"/>
<item android:drawable="@drawable/imgly_button_shutter_animation_frame_00004" android:duration="30"/>
<item android:drawable="@drawable/imgly_button_shutter_animation_frame_00005" android:duration="30"/>
<item android:drawable="@drawable/imgly_button_shutter_animation_frame_00006" android:duration="30"/>
<item android:drawable="@drawable/imgly_button_shutter_animation_frame_00007" android:duration="30"/>
<item android:drawable="@drawable/imgly_button_shutter_animation_frame_00008" android:duration="30"/>
<item android:drawable="@drawable/imgly_button_shutter_animation_frame_00009" android:duration="30"/>
<item android:drawable="@drawable/imgly_button_shutter_animation_frame_00010" android:duration="30"/>
</animation-list>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_design_color_list_item.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_selected="false" android:drawable="@drawable/imgly_design_color_list_item_normal"/>
<item android:state_selected="true" android:drawable="@drawable/imgly_design_color_list_item_active"/>
</selector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_design_color_list_item_active.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="2dp"/>
<size android:width="36dp"
android:height="20dp"/>
<solid android:color="#FFFFFFFF"/>
</shape>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_design_color_list_item_normal.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:left="-2dp" android:right="-2dp">
<shape android:shape="rectangle">
<corners android:radius="2dp"/>
<size android:width="32dp"
android:height="20dp"/>
<solid android:color="#FFFFFFFF"/>
<stroke android:width="4dp"
android:color="#00FFFFFF"/>
</shape>
</item>
</layer-list>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_dialog_background.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">s
<item>
<shape>
<padding android:top="3dp" android:right="3dp" android:bottom="3dp" android:left="3dp" />
<solid android:color="?attr/imgly_dialog_background_color" />
<corners android:radius="3.5dp"/>
</shape>
</item>
</layer-list>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_add.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="48"
android:viewportHeight="48"
android:width="48dp"
android:height="48dp">
<path
android:pathData="M25 23v-5h-2v5h-5v2h5v5h2v-5h5v-2zm-1 13c-6.627417 0 -12 -5.372583 -12 -12 0 -6.627417 5.372583 -12 12 -12 6.627417 0 12 5.372583 12 12 0 6.627417 -5.372583 12 -12 12z"
android:fillColor="?attr/imgly_icon_color_on_canvas" />
</vector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_audio_category.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_selected="false" android:drawable="@drawable/imgly_icon_audio_category_normal"/>
<item android:state_selected="true" android:drawable="@drawable/imgly_icon_audio_category_active"/>
</selector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_audio_category_active.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="48dp"
android:height="48dp"
android:viewportWidth="48"
android:viewportHeight="48">
<path
android:pathData="M14,21L34,21A1,1 0,0 1,35 22L35,33A1,1 0,0 1,34 34L14,34A1,1 0,0 1,13 33L13,22A1,1 0,0 1,14 21z"
android:strokeWidth="2"
android:fillColor="?attr/imgly_icon_color_active"
android:strokeColor="?attr/imgly_icon_color_active"/>
<path
android:pathData="M16,17L32,17"
android:strokeLineJoin="round"
android:strokeWidth="2"
android:fillColor="?attr/imgly_icon_color_active"
android:strokeColor="?attr/imgly_icon_color_active"
android:strokeLineCap="round"/>
<path
android:pathData="M19,13L29,13"
android:strokeLineJoin="round"
android:strokeWidth="2"
android:fillColor="?attr/imgly_icon_color_active"
android:strokeColor="?attr/imgly_icon_color_active"
android:strokeLineCap="round"/>
</vector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_audio_category_normal.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="48dp"
android:height="48dp"
android:viewportWidth="48"
android:viewportHeight="48">
<path
android:pathData="M14,21L34,21A1,1 0,0 1,35 22L35,33A1,1 0,0 1,34 34L14,34A1,1 0,0 1,13 33L13,22A1,1 0,0 1,14 21z"
android:strokeWidth="2"
android:fillColor="?attr/imgly_icon_color"
android:strokeColor="?attr/imgly_icon_color"/>
<path
android:pathData="M16,17L32,17"
android:strokeLineJoin="round"
android:strokeWidth="2"
android:fillColor="?attr/imgly_icon_color"
android:strokeColor="?attr/imgly_icon_color"
android:strokeLineCap="round"/>
<path
android:pathData="M19,13L29,13"
android:strokeLineJoin="round"
android:strokeWidth="2"
android:fillColor="?attr/imgly_icon_color"
android:strokeColor="?attr/imgly_icon_color"
android:strokeLineCap="round"/>
</vector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_back.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="24"
android:viewportHeight="24"
android:width="24dp"
android:height="24dp">
<path
android:pathData="M4 12l8 8 1.4 -1.4L7.8 13 20 13 20 11 7.8 11 13.4 5.4 12 4Z"
android:fillColor="?attr/imgly_icon_color" />
</vector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_camera.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="48"
android:viewportHeight="48"
android:width="48dp"
android:height="48dp">
<path
android:pathData="M15 13h18c1.104569 0 2 0.895431 2 2v18c0 1.104569 -0.895431 2 -2 2H15c-1.104569 0 -2 -0.895431 -2 -2V15c0 -1.104569 0.895431 -2 2 -2zm0 2V33H33V15Zm9 12c1.656854 0 3 -1.343146 3 -3 0 -1.656854 -1.343146 -3 -3 -3 -1.656854 0 -3 1.343146 -3 3 0 1.656854 1.343146 3 3 3zm0 2c-2.761424 0 -5 -2.238576 -5 -5 0 -2.761424 2.238576 -5 5 -5 2.761424 0 5 2.238576 5 5 0 2.761424 -2.238576 5 -5 5zM16 12h4v2h-4z"
android:fillColor="?attr/imgly_camera_icon_color" />
</vector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_camera_flash.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="48"
android:viewportHeight="48"
android:width="48dp"
android:height="48dp">
<path
android:pathData="M18.7 13h10.561483c0.276143 0 0.5 0.223858 0.5 0.5 0 0.06361 -0.01214 0.126635 -0.03576 0.185695L26 23h4.084167c0.276143 0 0.5 0.223858 0.5 0.5 0 0.09588 -0.02756 0.18973 -0.07941 0.270379L22.736471 35.854378C22.61701 36.040206 22.369525 36.094007 22.183697 35.974546 22.069208 35.900946 22 35.77418 22 35.638075V26H18.7C18.313401 26 18 25.686599 18 25.3V13.7C18 13.313401 18.313401 13 18.7 13Z"
android:fillColor="?attr/imgly_camera_icon_color" />
</vector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_camera_switch.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="48"
android:viewportHeight="48"
android:width="48dp"
android:height="48dp">
<path
android:pathData="M30 34L14 34L14 28L15.999 28L15.999 32L30 32L30 30L33.9996 33L30 36L30 34M24 29C26.76142 29 29 26.76142 29 24C29 21.23858 26.76142 19 24 19C21.23858 19 19 21.23858 19 24C19 26.76142 21.23858 29 24 29M17.5014 16L32 16L32 20L34 20L34 14L17.5014 14L17.5014 12L14 15L17.5014 18L17.5014 16M24 27C22.34315 27 21 25.65685 21 24C21 22.34315 22.34315 21 24 21C25.65685 21 27 22.34315 27 24C27 25.65685 25.65685 27 24 27"
android:fillColor="?attr/imgly_camera_icon_color" />
</vector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_cancel.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="24"
android:viewportHeight="24"
android:width="24dp"
android:height="24dp">
<path
android:pathData="M5 6.4L10.6 12 5 17.6 6.4 19 12 13.4 17.6 19 19 17.6 13.4 12 19 6.4 17.6 5 12 10.6 6.4 5Z"
android:fillColor="?attr/imgly_icon_color_secondary" />
</vector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_color_picker.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="48"
android:viewportHeight="48"
android:width="48dp"
android:height="48dp">
<path
android:pathData="M10.255541 0h27.488918c3.566075 0 4.85922 0.37130244 6.162924 1.0685308 1.303703 0.6972284 2.326858 1.7203827 3.024086 3.0240864C47.628698 5.3963209 48 6.6894658 48 10.255541v27.488918c0 3.566075 -0.371302 4.85922 -1.068531 6.162924 -0.697228 1.303703 -1.720383 2.326858 -3.024086 3.024086C42.603679 47.628698 41.310534 48 37.744459 48H10.255541C6.6894658 48 5.3963209 47.628698 4.0926172 46.931469 2.7889135 46.234241 1.7657592 45.211086 1.0685308 43.907383 0.37130244 42.603679 0 41.310534 0 37.744459V10.255541C0 6.6894658 0.37130244 5.3963209 1.0685308 4.0926172 1.7657592 2.7889135 2.7889135 1.7657592 4.0926172 1.0685308 5.3963209 0.37130244 6.6894658 0 10.255541 0Z"
android:fillColor="#18181a" />
<path
android:pathData="M31.9538 22.6569l1.4141 1.4141 -1.414 1.414 -8.485 -8.485 1.414 -1.414 1.4139 1.4139 2.829 -2.828c1.561 -1.562 4.095 -1.562 5.656 0 1.563 1.562 1.563 4.094 0 5.656zm-8.4853 -2.8286l5.657 5.657 -7.63 7.63c-0.558 0.558 -1.265 0.94 -2.043 1.095l-1.754 0.354c-0.382 0.071 -0.742 0.262 -1.025 0.545l-0.198 0.198c-0.417 0.416 -0.981 0.646 -1.539 0.646 -0.389 0 -0.775 -0.111 -1.106 -0.349 -0.099 -0.071 -0.184 -0.142 -0.261 -0.22 -0.078 -0.077 -0.149 -0.162 -0.22 -0.262 -0.579 -0.805 -0.41 -1.937 0.297 -2.644l0.198 -0.197c0.283 -0.284 0.474 -0.644 0.545 -1.026l0.353 -1.754c0.156 -0.778 0.538 -1.485 1.097 -2.044zm2.828 5.657l-2.828 -2.828 -6.215 6.215c-0.283 0.282 -0.472 0.635 -0.55 1.022l-0.354 1.756c-0.01874 0.101543 -0.01812 0.205714 0.0019 0.307023 0.08746 0.443743 0.51809 0.732565 0.961832 0.645103l-0.00001 -0.000052c0.0071 -0.0014 0.01425 -0.0028 0.02132 -0.0041l1.722 -0.348c0.39 -0.078 0.743 -0.267 1.025 -0.549z"
android:fillColor="?attr/imgly_icon_color" />
</vector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_color_selected.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="48"
android:viewportHeight="48"
android:width="48dp"
android:height="48dp">
<path
android:pathData="M24 12c-6.627 0 -12 5.373 -12 12 0 6.627 5.373 12 12 12 6.627 0 12 -5.373 12 -12 0 -6.627 -5.373 -12 -12 -12m0 2c5.514 0 10 4.486 10 10 0 5.514 -4.486 10 -10 10 -5.514 0 -10 -4.486 -10 -10 0 -5.514 4.486 -10 10 -10"
android:fillColor="?attr/imgly_icon_color" />
</vector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_confirm.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="24"
android:viewportHeight="24"
android:width="24dp"
android:height="24dp">
<path
android:pathData="M20.999994 7l-1.4 -1.4 -10.6000001 10.6 -4.2 -4.2 -1.4 1.4 5.6 5.6z"
android:fillColor="?attr/imgly_icon_color_secondary" />
</vector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_custom_crop.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="48"
android:viewportHeight="48"
android:width="48dp"
android:height="48dp">
<path
android:pathData="M39 39l0 -2 1 0 0 3 -3 0 0 -1 2 0zm1 -31l0 3 -1 0 0 -2 -2 0 0 -1 3 0zm-31 31l2 0 0 1 -3 0 0 -3 1 0 0 2zM9 9L9 11 8 11 8 8 11 8 11 9 9 9Zm4 -1l4 0 0 1 -4 0 0 -1zm6 0l4 0 0 1 -4 0 0 -1zm6 0l4 0 0 1 -4 0 0 -1zm6 0l4 0 0 1 -4 0 0 -1zm-18 31l4 0 0 1 -4 0 0 -1zm6 0l4 0 0 1 -4 0 0 -1zm6 0l4 0 0 1 -4 0 0 -1zm6 0l4 0 0 1 -4 0 0 -1zM8 13l1 0 0 4 -1 0 0 -4zm0 6l1 0 0 4 -1 0 0 -4zm0 6l1 0 0 4 -1 0 0 -4zm0 6l1 0 0 4 -1 0 0 -4zm31 -18l1 0 0 4 -1 0 0 -4zm0 6l1 0 0 4 -1 0 0 -4zm0 6l1 0 0 4 -1 0 0 -4zm0 6l1 0 0 4 -1 0 0 -4z"
android:fillColor="?attr/imgly_icon_color_active" />
</vector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_default_color_bg.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="48"
android:viewportHeight="48"
android:width="48dp"
android:height="48dp">
<path
android:pathData="M24 36C30.62742 36 36 30.62742 36 24C36 17.37258 30.62742 12 24 12C17.37258 12 12 17.37258 12 24C12 30.62742 17.37258 36 24 36ZM24 34C18.47715 34 14 29.52285 14 24C14 18.47715 18.47715 14 24 14C29.52285 14 34 18.47715 34 24C34 29.52285 29.52285 34 24 34Z"
android:fillColor="?attr/imgly_icon_color" />
<path
android:pathData="M33 24a9 9 0 0 1 -9 9 9 9 0 0 1 -9 -9 9 9 0 0 1 9 -9 9 9 0 0 1 9 9z"
android:fillColor="#CCFFFFFF" />
<path
android:pathData="M30.70832 30C31.70846 28.88256 32.4335 27.51374 32.77699 26L30 26L30 30L30.70832 30M30 26L30 22L26 22L26 26L30 26M30 22L32.77699 22C32.4335 20.48626 31.70846 19.11744 30.70832 18L30 18L30 22M30 18L30 17.29168C28.88256 16.29154 27.51374 15.5665 26 15.22302L26 18L30 18M26 18L22 18L22 22L26 22L26 18M22 18L22 15.22302C20.48626 15.5665 19.11744 16.29154 18 17.29168L18 18L22 18M18 18L17.29168 18C16.29154 19.11744 15.5665 20.48626 15.22302 22L18 22L18 18M18 22L18 26L22 26L22 22L18 22M18 26L15.22302 26C15.5665 27.51374 16.29154 28.88256 17.29168 30L18 30L18 26M18 30L18 30.70832C19.11744 31.70846 20.48626 32.4335 22 32.77699L22 30L18 30M22 30L26 30L26 26L22 26L22 30M26 30L26 32.77699C27.51374 32.4335 28.88256 31.70846 30 30.70832L30 30L26 30"
android:fillColor="#afafaf" />
</vector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_default_color_fill.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="48"
android:viewportHeight="48"
android:width="48dp"
android:height="48dp">
<path
android:pathData="M33 24a9 9 0 0 1 -9 9 9 9 0 0 1 -9 -9 9 9 0 0 1 9 -9 9 9 0 0 1 9 9z"
android:fillColor="#ffffffff" />
</vector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_delete.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="48"
android:viewportHeight="48"
android:width="48dp"
android:height="48dp">
<path
android:pathData="M20 14v-1c0 -0.552285 0.447715 -1 1 -1h6c0.552285 0 1 0.447715 1 1v1h7v2H13v-2zm13 4l-2.311506 15.718241C30.580227 34.454455 29.948587 35 29.204455 35h-10.40891c-0.744132 0 -1.375772 -0.545545 -1.484039 -1.281759L15 18Z"
android:fillColor="?attr/imgly_icon_color_on_canvas" />
</vector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_edit.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="24"
android:viewportHeight="24"
android:width="24dp"
android:height="24dp">
<path
android:pathData="M18.591154 9.6565l-4.243 -4.243 2.122 -2.121c0.39 -0.39 1.023 -0.39 1.414 0l2.828 2.828c0.391 0.391 0.391 1.024 0 1.415l-2.121 2.121zm-0.7057 0.7032l-8.76 8.76 -6.03 2.44c-0.41 0.17 -0.82 -0.24 -0.66 -0.65l2.42 -6.06 6.186201 -6.1862009 2.573799 -2.5737991 4.27 4.27z"
android:fillColor="?attr/imgly_icon_color" />
</vector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_font.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="48"
android:viewportHeight="48"
android:width="48dp"
android:height="48dp">
<path
android:pathData="M21.362439 30L20.64 26.391398H15.957073L15.067317 30H12l4.49561 -17h3.699512L24.5 30Zm-4.890244 -6.084747h3.652683L18.298537 15.501412ZM36 17c-0.718052 0.320048 -1.78731 1.255492 -3.207805 1.255492 0.702443 0.336892 1.225364 0.787479 1.568781 1.351773 0.343416 0.564295 0.515122 1.250702 0.515122 2.059243 0 1.347569 -0.413655 2.43403 -1.240976 3.259416 -0.827321 0.825386 -1.943408 1.238073 -3.348293 1.238073 -0.515124 0 -0.952193 -0.06738 -1.311219 -0.202135 -0.140489 0.117913 -0.253658 0.265301 -0.339512 0.442169 -0.08586 0.176869 -0.128781 0.366368 -0.128781 0.568503 0 0.303203 0.09756 0.543235 0.292683 0.720103C28.995123 27.869506 29.500485 28 30 28h1.5c1.311226 0 2.259996 0.31167 3.024878 1.019144 0.764882 0.707473 1.147317 1.608647 1.147317 2.703546 0 1.297035 -0.483898 2.324541 -1.451707 3.082548C33.252678 35.563246 31.826351 36 30 36 28.07999 36 26.762931 35.592723 25.990244 34.893672 25.217557 34.194621 25 33.381258 25 32h2.622439c0 0.707474 0 1 0.369756 1.289231 0.369756 0.289231 1.045849 0.454802 2.060488 0.454802 0.983419 0 1.678047 -0.15581 2.083902 -0.467435 0.405856 -0.311626 0.608781 -0.762212 0.608781 -1.351774 0 -1.094899 -0.647799 -1.642341 -1.943415 -1.642341h-1.311219c-1.186348 0 -2.060485 -0.235821 -2.622439 -0.70747 -0.561954 -0.471649 -0.842927 -1.086468 -0.842927 -1.844475 0 -0.471649 0.117072 -0.918025 0.351219 -1.33914 0.234148 -0.421115 0.561949 -0.783269 0.983415 -1.086472 -0.686833 -0.43796 -1.190242 -0.960135 -1.510244 -1.566541 -0.320002 -0.606406 -0.48 -1.347558 -0.48 -2.223477 0 -1.448637 0.433166 -2.606686 1.299512 -3.474184 0.866346 -0.867497 2.009749 -1.301239 3.430244 -1.301239 1.170738 0 2.119021 -0.117911 2.844878 -0.353735C33.670248 16.149925 34.188289 15.488494 35 15Zm-7.246829 2.518831c-0.320002 0.43796 -0.48 1.086468 -0.48 1.945543 0 0.842231 0.1639 1.494949 0.491707 1.958176 0.327807 0.463227 0.78829 0.694837 1.381463 0.694837 0.640004 0 1.116096 -0.214766 1.428293 -0.644303 0.312197 -0.429538 0.468293 -1.107523 0.468293 -2.033977 0 -1.71815 -0.632189 -2.577212 -1.896586 -2.577212 -0.608783 0 -1.073169 0.218977 -1.39317 0.656936z"
android:fillColor="?attr/imgly_icon_color" />
</vector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_horizontal_flip.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="48"
android:viewportHeight="48"
android:width="48dp"
android:height="48dp">
<path
android:pathData="M35 15.5v17C35 33.328427 34.328427 34 33.5 34H27v-2h6V16h-6v-2h6.5c0.828427 0 1.5 0.671573 1.5 1.5zM23 14v-2h2v24h-2v-2h-8c-1.104569 0 -2 -0.895431 -2 -2V16c0 -1.104569 0.895431 -2 2 -2z"
android:fillColor="?attr/imgly_icon_color_on_canvas" />
</vector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_horizontal_flip_transform.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="48"
android:viewportHeight="48"
android:width="40dp"
android:height="40dp">
<path
android:pathData="M35 15.5v17C35 33.328427 34.328427 34 33.5 34H27v-2h6V16h-6v-2h6.5c0.828427 0 1.5 0.671573 1.5 1.5zM23 14v-2h2v24h-2v-2h-8c-1.104569 0 -2 -0.895431 -2 -2V16c0 -1.104569 0.895431 -2 2 -2z"
android:fillColor="?attr/imgly_icon_color_active" />
</vector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_item_options.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="34"
android:viewportHeight="16"
android:width="34dp"
android:height="16dp">
<group
android:translateX="-171"
android:translateY="-598">
<group
android:translateX="177"
android:translateY="602">
<path
android:pathData="M13 2A2 2 0 0 1 11 4 2 2 0 0 1 9 2 2 2 0 0 1 11 0 2 2 0 0 1 13 2Z"
android:fillColor="#000000" />
<path
android:pathData="M13 2A2 2 0 0 1 11 4 2 2 0 0 1 9 2 2 2 0 0 1 11 0 2 2 0 0 1 13 2Z"
android:fillColor="#ffffff" />
<path
android:pathData="M4 2A2 2 0 0 1 2 4 2 2 0 0 1 0 2 2 2 0 0 1 2 0 2 2 0 0 1 4 2Z"
android:fillColor="#000000" />
<path
android:pathData="M4 2A2 2 0 0 1 2 4 2 2 0 0 1 0 2 2 2 0 0 1 2 0 2 2 0 0 1 4 2Z"
android:fillColor="#ffffff" />
<path
android:pathData="M22 2A2 2 0 0 1 20 4 2 2 0 0 1 18 2 2 2 0 0 1 20 0 2 2 0 0 1 22 2Z"
android:fillColor="#000000" />
<path
android:pathData="M22 2A2 2 0 0 1 20 4 2 2 0 0 1 18 2 2 2 0 0 1 20 0 2 2 0 0 1 22 2Z"
android:fillColor="#ffffff" />
</group>
</group>
</vector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_mute_unmute.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 9elements GmbH <contact@9elements.com>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/imgly_icon_muted" android:state_enabled="true"/>
<item android:drawable="@drawable/imgly_icon_unmuted" android:state_enabled="false"/>
</selector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_muted.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 9elements GmbH <contact@9elements.com>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="48"
android:viewportHeight="48"
android:width="48dp"
android:height="48dp">
<path
android:pathData="m13.2792,13.9219 l21,21.0001 1.4142,-1.4143 -3.3526,-3.3526c1.0792,-1.9272 1.6592,-4.155 1.6592,-6.44 0,-3.2354 -1.1627,-6.3558 -3.2586,-8.6712l-1.4828,1.3423c1.7459,1.9285 2.7414,4.5633 2.7414,7.3289 0,1.7547 -0.4008,3.4569 -1.1398,4.9594l-1.7745,-1.7745c0.5953,-0.9483 0.9183,-2.0525 0.9183,-3.19 0,-1.591 -0.6319,-3.1168 -1.7567,-4.242l-1.4145,1.414c0.7499,0.7501 1.1712,1.7674 1.1712,2.828 0,0.6007 -0.1352,1.1875 -0.3886,1.7197l-3.6154,-3.6154v-5.0992c0,-0.3844 -0.2203,-0.7348 -0.5668,-0.9013 -0.3465,-0.1666 -0.7577,-0.1197 -1.0579,0.1204l-2.3641,1.8913 -5.3178,-5.3178zM21.4341,19.2484 L22,19.8143v-1.0186zM18,21.7151c0.1611,0 0.3188,-0.0389 0.4602,-0.1122l-1.8879,-1.8878h-2.5723c-0.5523,0 -1,0.4477 -1,1v6c0,0.5522 0.4477,1 1,1h3.6492l4.7261,3.7808c0.3002,0.2402 0.7114,0.287 1.0579,0.1205 0.3465,-0.1666 0.5668,-0.5169 0.5668,-0.9013v-3.5724l-2,-2v3.4917l-3.3753,-2.7002c-0.1773,-0.1419 -0.3976,-0.2191 -0.6247,-0.2191h-3v-4z"
android:fillColor="?attr/imgly_icon_color_on_canvas"
android:fillType="evenOdd"/>
</vector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_option_add.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="48"
android:viewportHeight="48"
android:width="48dp"
android:height="48dp">
<path
android:pathData="M25 23v-5h-2v5h-5v2h5v5h2v-5h5v-2zm-1 13c-6.627417 0 -12 -5.372583 -12 -12 0 -6.627417 5.372583 -12 12 -12 6.627417 0 12 5.372583 12 12 0 6.627417 -5.372583 12 -12 12z"
android:fillColor="?attr/imgly_icon_color" />
</vector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_option_align_center.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_selected="false" android:drawable="@drawable/imgly_icon_option_align_center_normal"/>
<item android:state_selected="true" android:drawable="@drawable/imgly_icon_option_align_center_active"/>
</selector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_option_align_center_active.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="48"
android:viewportHeight="48"
android:width="48dp"
android:height="48dp">
<path
android:pathData="M18 34v-2h12v2zM12 16v-2h24v2zm0 6v-2h24v2zm0 6v-2h24v2z"
android:fillColor="?attr/imgly_icon_color_active" />
</vector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_option_align_center_normal.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="48"
android:viewportHeight="48"
android:width="48dp"
android:height="48dp">
<path
android:pathData="M18 34v-2h12v2zM12 16v-2h24v2zm0 6v-2h24v2zm0 6v-2h24v2z"
android:fillColor="?attr/imgly_icon_color" />
</vector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_option_align_fill.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_selected="false" android:drawable="@drawable/imgly_icon_option_align_fill_normal"/>
<item android:state_selected="true" android:drawable="@drawable/imgly_icon_option_align_fill_active"/>
</selector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_option_align_fill_active.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="48"
android:viewportHeight="48"
android:width="48dp"
android:height="48dp">
<path
android:pathData="M12 28v-2h24v2zm0 6v-2h24v2zm0 -18v-2h24v2zm0 6v-2h24v2z"
android:fillColor="?attr/imgly_icon_color_active" />
</vector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_option_align_fill_normal.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="48"
android:viewportHeight="48"
android:width="48dp"
android:height="48dp">
<path
android:pathData="M12 28v-2h24v2zm0 6v-2h24v2zm0 -18v-2h24v2zm0 6v-2h24v2z"
android:fillColor="?attr/imgly_icon_color" />
</vector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_option_align_left.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_selected="false" android:drawable="@drawable/imgly_icon_option_align_left_normal"/>
<item android:state_selected="true" android:drawable="@drawable/imgly_icon_option_align_left_active"/>
</selector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_option_align_left_active.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="48"
android:viewportHeight="48"
android:width="48dp"
android:height="48dp">
<path
android:pathData="M12 28v-2h24v2zm0 6v-2h12v2zm0 -18v-2h24v2zm0 6v-2h24v2z"
android:fillColor="?attr/imgly_icon_color_active" />
</vector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_option_align_left_normal.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="48"
android:viewportHeight="48"
android:width="48dp"
android:height="48dp">
<path
android:pathData="M12 28v-2h24v2zm0 6v-2h12v2zm0 -18v-2h24v2zm0 6v-2h24v2z"
android:fillColor="?attr/imgly_icon_color" />
</vector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_option_align_resize.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_selected="false" android:drawable="@drawable/imgly_icon_option_align_resize_normal"/>
<item android:state_selected="true" android:drawable="@drawable/imgly_icon_option_align_resize_active"/>
</selector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_option_align_resize_active.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="48"
android:viewportHeight="48"
android:width="48dp"
android:height="48dp">
<path
android:pathData="M24 12c6.627 0 12 5.373 12 12 0 6.627 -5.373 12 -12 12 -6.627 0 -12 -5.373 -12 -12 0 -6.627 5.373 -12 12 -12zm0 2c-5.514 0 -10 4.486 -10 10 0 5.514 4.486 10 10 10 5.514 0 10 -4.486 10 -10 0 -5.514 -4.486 -10 -10 -10zm4 14h-5l5 -5zm-8 -8h5l-5 5z"
android:fillColor="?attr/imgly_icon_color_active" />
</vector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_option_align_resize_normal.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="48"
android:viewportHeight="48"
android:width="48dp"
android:height="48dp">
<path
android:pathData="M24 12c6.627 0 12 5.373 12 12 0 6.627 -5.373 12 -12 12 -6.627 0 -12 -5.373 -12 -12 0 -6.627 5.373 -12 12 -12zm0 2c-5.514 0 -10 4.486 -10 10 0 5.514 4.486 10 10 10 5.514 0 10 -4.486 10 -10 0 -5.514 -4.486 -10 -10 -10zm4 14h-5l5 -5zm-8 -8h5l-5 5z"
android:fillColor="?attr/imgly_icon_color" />
</vector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_option_align_right.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_selected="false" android:drawable="@drawable/imgly_icon_option_align_right_normal"/>
<item android:state_selected="true" android:drawable="@drawable/imgly_icon_option_align_right_active"/>
</selector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_option_align_right_active.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="48"
android:viewportHeight="48"
android:width="48dp"
android:height="48dp">
<group
android:scaleX="-1"
android:translateX="48">
<path
android:pathData="M12 34v-2h12v2zm0 -18v-2h24v2zm0 6v-2h24v2zm0 6v-2h24v2z"
android:fillColor="?attr/imgly_icon_color_active" />
</group>
</vector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_option_align_right_normal.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="48"
android:viewportHeight="48"
android:width="48dp"
android:height="48dp">
<group
android:scaleX="-1"
android:translateX="48">
<path
android:pathData="M12 34v-2h12v2zm0 -18v-2h24v2zm0 6v-2h24v2zm0 6v-2h24v2z"
android:fillColor="?attr/imgly_icon_color" />
</group>
</vector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_option_blacks.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_selected="false" android:drawable="@drawable/imgly_icon_option_blacks_normal"/>
<item android:state_selected="true" android:drawable="@drawable/imgly_icon_option_blacks_active"/>
</selector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_option_blacks_active.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="48"
android:viewportHeight="48"
android:width="48dp"
android:height="48dp">
<path
android:pathData="M24 12c-6.627 0 -12 5.373 -12 12 0 6.627 5.373 12 12 12 6.627 0 12 -5.373 12 -12 0 -6.627 -5.373 -12 -12 -12m0 2c5.514 0 10 4.486 10 10 0 5.514 -4.486 10 -10 10 -5.514 0 -10 -4.486 -10 -10 0 -5.514 4.486 -10 10 -10m4 12c0 2.788 -2.326126 3.878728 -7 3V18.5c4.148 -0.459 6.516325 0.226396 6.516325 2.623396 0 1.207 -0.4928 1.997334 -1.5128 2.473334C27.503525 23.99863 28 24.618828 28 26Zm-5 -6v3c2.244 0.068 2.774958 -0.718714 2.774958 -1.535531C25.774958 20.244278 25.244 19.65158 23 20Zm0 7.5c2.189341 0.192814 3.03808 -0.03907 3.03808 -1.484069C26.03808 24.646826 24.941633 24.320752 23 24.5Z"
android:fillColor="?attr/imgly_icon_color_active" />
</vector>
================================================
FILE: default_res_files/v_10_0/res/drawable/imgly_icon_option_blacks_normal.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2023 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
Showing preview only (284K chars total). Download the full file or copy to clipboard to get everything.
gitextract_3yi7masj/ ├── .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/ │ │ └── vesdk_android_license │ ├── java/ │ │ └── com/ │ │ └── videoeditorsdk/ │ │ └── android/ │ │ └── app/ │ │ └── KVideoEditorDemoActivity.kt │ └── res/ │ ├── drawable/ │ │ ├── background_black.xml │ │ ├── button_launcher_background.xml │ │ └── button_launcher_vesdk.xml │ ├── layout/ │ │ └── activity_main.xml │ ├── mipmap-anydpi-v26/ │ │ ├── ic_launcher.xml │ │ └── ic_launcher_round.xml │ └── values/ │ ├── colors.xml │ ├── strings.xml │ └── styles.xml ├── build.gradle ├── default_res_files/ │ ├── 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/ │ │ │ ├── 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/ │ │ │ ├── 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 │ │ ├── values-night/ │ │ │ └── imgly_themes.xml │ │ └── values-v21/ │ │ └── imgly_styles.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/ │ │ │ ├── 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/ │ │ │ ├── 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 │ │ ├── values-night/ │ │ │ └── imgly_themes.xml │ │ └── values-v21/ │ │ └── imgly_styles.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/ │ │ │ ├── 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_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_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/ │ │ │ ├── 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 │ │ └── values-v21/ │ │ └── imgly_styles.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/ │ │ │ ├── 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/ │ │ │ ├── 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 │ │ └── values-v21/ │ │ └── imgly_styles.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/ │ │ │ ├── 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/ │ │ │ ├── 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 │ │ └── values-v21/ │ │ └── imgly_styles.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/ │ │ │ ├── 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/ │ │ │ ├── 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 │ │ └── values-v21/ │ │ └── imgly_styles.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/ │ │ │ ├── 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/ │ │ │ ├── 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 │ │ └── values-v21/ │ │ └── imgly_styles.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/ │ │ │ ├── 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/ │ │ │ ├── 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 │ │ └── values-v21/ │ │ └── imgly_styles.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/ │ │ │ ├── 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/ │ │ │ ├── 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 │ │ └── values-v21/ │ │ └── imgly_styles.xml │ ├── v_8_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/ │ │ │ ├── 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/ │ │ │ ├── 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 │ │ └── values-v21/ │ │ └── imgly_styles.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/ │ │ │ ├── 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/ │ │ │ ├── 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 │ │ └── values-v21/ │ │ └── imgly_styles.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/ │ │ │ ├── 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/ │ │ │ ├── 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 │ │ └── values-v21/ │ │ └── imgly_styles.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/ │ │ │ ├── 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 │ │
Condensed preview — 4451 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (8,377K chars).
[
{
"path": ".github/workflows/build.yml",
"chars": 444,
"preview": "name: CI\n\non:\n push:\n branches: [ master ]\n pull_request:\n branches: [ master ]\n\njobs:\n build:\n runs-on: ubu"
},
{
"path": ".github/workflows/release.yml",
"chars": 1050,
"preview": "name: Release\n\non:\n pull_request:\n branches: [ master ]\n types: [ closed ]\n\njobs:\n release:\n if: github.event"
},
{
"path": ".gitignore",
"chars": 264,
"preview": "*.iml\n.gradle\nlocal.properties\n/local.properties\n.idea\n/.idea/caches\n/.idea/libraries\n/.idea/modules.xml\n/.idea/workspac"
},
{
"path": "CHANGELOG.md",
"chars": 79208,
"preview": "# VideoEditor SDK - Changelog\n## 10.10.14\n### Fixed \n* AGP 9 Final Module not being generated automatically \n\n\n## 10.10."
},
{
"path": "LICENSE.md",
"chars": 16291,
"preview": "# PhotoEditor SDK / VideoEditor SDK\n## Terms of Service\n\n\n### 1. Subject Matter\n\n1.1 These Terms of Service (together"
},
{
"path": "README.md",
"chars": 4546,
"preview": "<!-- ------------------------------------------------------- --|\n |-- --------------------------------------------------"
},
{
"path": "app/.gitignore",
"chars": 7,
"preview": "/build\n"
},
{
"path": "app/build.gradle",
"chars": 2521,
"preview": "apply plugin: 'com.android.application'\n\n// Apply the IMGLYPlugin\napply plugin: 'ly.img.android.sdk'\napply plugin: 'kotl"
},
{
"path": "app/proguard-rules.pro",
"chars": 751,
"preview": "# Add project specific ProGuard rules here.\n# You can control the set of applied configuration files using the\n# proguar"
},
{
"path": "app/src/main/AndroidManifest.xml",
"chars": 1090,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\">\n\n <uses-"
},
{
"path": "app/src/main/assets/vesdk_android_license",
"chars": 1263,
"preview": "{\"api_token\":\"e__gVrjmfkfMSEGhVhLPwA\",\"app_identifiers\":[\"com.photoeditorsdk.android.app\"],\"available_actions\":[],\"domai"
},
{
"path": "app/src/main/java/com/videoeditorsdk/android/app/KVideoEditorDemoActivity.kt",
"chars": 6536,
"preview": "package com.videoeditorsdk.android.app\n\nimport android.app.Activity\nimport android.content.ActivityNotFoundException\nimp"
},
{
"path": "app/src/main/res/drawable/background_black.xml",
"chars": 261,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<shape xmlns:android=\"http://schemas.android.com/apk/res/android\">\n <gradient\n"
},
{
"path": "app/src/main/res/drawable/button_launcher_background.xml",
"chars": 719,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "app/src/main/res/drawable/button_launcher_vesdk.xml",
"chars": 716,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?><!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ Co"
},
{
"path": "app/src/main/res/layout/activity_main.xml",
"chars": 3645,
"preview": "<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ Copyright (C) 2023 9elements GmbH <conta"
},
{
"path": "app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml",
"chars": 265,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<adaptive-icon xmlns:android=\"http://schemas.android.com/apk/res/android\">\n <b"
},
{
"path": "app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml",
"chars": 265,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<adaptive-icon xmlns:android=\"http://schemas.android.com/apk/res/android\">\n <b"
},
{
"path": "app/src/main/res/values/colors.xml",
"chars": 265,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n <color name=\"colorPrimary\">#008577</color>\n <color name=\"color"
},
{
"path": "app/src/main/res/values/strings.xml",
"chars": 133,
"preview": "<resources>\n <string name=\"app_name\">img.ly Editor</string>\n <string name=\"copyright_text\">© 2014 – 2021</string>\n"
},
{
"path": "app/src/main/res/values/styles.xml",
"chars": 383,
"preview": "<resources>\n\n <!-- Base application theme. -->\n <style name=\"AppTheme\" parent=\"Theme.AppCompat.Light.DarkActionBar"
},
{
"path": "build.gradle",
"chars": 1159,
"preview": "// Top-level build file where you can add configuration options common to all sub-projects/modules.\n\nbuildscript {\n e"
},
{
"path": "default_res_files/v_10_0/res/color/imgly_crop_item_fill_color_states.xml",
"chars": 779,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/color/imgly_crop_item_line_color_states.xml",
"chars": 759,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/color/imgly_lable_color_states.xml",
"chars": 784,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_audio_select_left.xml",
"chars": 379,
"preview": "<vector xmlns:android=\"http://schemas.android.com/apk/res/android\"\n android:width=\"7dp\"\n android:height=\"50dp\"\n "
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_audio_select_right.xml",
"chars": 379,
"preview": "<vector xmlns:android=\"http://schemas.android.com/apk/res/android\"\n android:width=\"7dp\"\n android:height=\"50dp\"\n "
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_audio_selection_item_background.xml",
"chars": 503,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<selector xmlns:android=\"http://schemas.android.com/apk/res/android\">\n <item a"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_blend_mode_background_bottom.xml",
"chars": 839,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_blend_mode_background_top.xml",
"chars": 839,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_button.xml",
"chars": 1174,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_button_click_overlay.xml",
"chars": 961,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_button_disabled.xml",
"chars": 1474,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ "
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_button_normal.xml",
"chars": 890,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ "
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_button_pressed.xml",
"chars": 1474,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ "
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_button_shutter_pressed_animation.xml",
"chars": 1713,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_design_color_list_item.xml",
"chars": 832,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_design_color_list_item_active.xml",
"chars": 785,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_design_color_list_item_normal.xml",
"chars": 1004,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_dialog_background.xml",
"chars": 902,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ "
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_add.xml",
"chars": 997,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_audio_category.xml",
"chars": 821,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_audio_category_active.xml",
"chars": 1532,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_audio_category_normal.xml",
"chars": 1490,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_back.xml",
"chars": 879,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_camera.xml",
"chars": 1243,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_camera_flash.xml",
"chars": 1237,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_camera_switch.xml",
"chars": 1253,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_cancel.xml",
"chars": 918,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_color_picker.xml",
"chars": 2493,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_color_selected.xml",
"chars": 1037,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_confirm.xml",
"chars": 913,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_custom_crop.xml",
"chars": 1354,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_default_color_bg.xml",
"chars": 2055,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_default_color_fill.xml",
"chars": 890,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_delete.xml",
"chars": 1052,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_edit.xml",
"chars": 1087,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_font.xml",
"chars": 2931,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_horizontal_flip.xml",
"chars": 1019,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_horizontal_flip_transform.xml",
"chars": 1016,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_item_options.xml",
"chars": 1934,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_mute_unmute.xml",
"chars": 804,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_muted.xml",
"chars": 1809,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_add.xml",
"chars": 987,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_align_center.xml",
"chars": 838,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_align_center_active.xml",
"chars": 883,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_align_center_normal.xml",
"chars": 876,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_align_fill.xml",
"chars": 834,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_align_fill_active.xml",
"chars": 898,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_align_fill_normal.xml",
"chars": 891,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_align_left.xml",
"chars": 834,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_align_left_active.xml",
"chars": 883,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_align_left_normal.xml",
"chars": 876,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_align_resize.xml",
"chars": 838,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_align_resize_active.xml",
"chars": 1071,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_align_resize_normal.xml",
"chars": 1064,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_align_right.xml",
"chars": 836,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_align_right_active.xml",
"chars": 995,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_align_right_normal.xml",
"chars": 988,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_blacks.xml",
"chars": 826,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_blacks_active.xml",
"chars": 1421,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_blacks_normal.xml",
"chars": 1430,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_brightness.xml",
"chars": 834,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_brightness_active.xml",
"chars": 1202,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_brightness_normal.xml",
"chars": 1195,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_bring_to_front.xml",
"chars": 1327,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_clarity.xml",
"chars": 828,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_clarity_active.xml",
"chars": 935,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_clarity_normal.xml",
"chars": 928,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_color_pipette.xml",
"chars": 1962,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_contrast.xml",
"chars": 830,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_contrast_active.xml",
"chars": 980,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_contrast_normal.xml",
"chars": 973,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_exposure.xml",
"chars": 828,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_exposure_active.xml",
"chars": 1405,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_exposure_normal.xml",
"chars": 1398,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_flip_horizontal.xml",
"chars": 844,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_flip_horizontal_active.xml",
"chars": 1096,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_flip_horizontal_normal.xml",
"chars": 1089,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_flip_vertical.xml",
"chars": 840,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_flip_vertical_active.xml",
"chars": 1141,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_flip_vertical_normal.xml",
"chars": 1134,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_focus_gaussian.xml",
"chars": 842,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_focus_gaussian_active.xml",
"chars": 1298,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_focus_gaussian_normal.xml",
"chars": 1279,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_focus_linear.xml",
"chars": 838,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_focus_linear_active.xml",
"chars": 1012,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_focus_linear_normal.xml",
"chars": 1005,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_focus_mirrored.xml",
"chars": 842,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_focus_mirrored_active.xml",
"chars": 1054,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_focus_mirrored_normal.xml",
"chars": 1047,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_focus_none.xml",
"chars": 834,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_focus_none_active.xml",
"chars": 1543,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_focus_none_normal.xml",
"chars": 1536,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_focus_radial.xml",
"chars": 838,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_focus_radial_active.xml",
"chars": 3615,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_focus_radial_normal.xml",
"chars": 3608,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_frame_none.xml",
"chars": 834,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_frame_none_active.xml",
"chars": 1192,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_frame_none_normal.xml",
"chars": 1185,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_gamma.xml",
"chars": 824,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_gamma_active.xml",
"chars": 3649,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_gamma_normal.xml",
"chars": 3642,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_hardness.xml",
"chars": 830,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_hardness_active.xml",
"chars": 3243,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_hardness_normal.xml",
"chars": 3236,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_highlight.xml",
"chars": 832,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_highlight_active.xml",
"chars": 1128,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_highlight_normal.xml",
"chars": 1121,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_magic.xml",
"chars": 824,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_magic_active.xml",
"chars": 1419,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_magic_normal.xml",
"chars": 1412,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_opacity.xml",
"chars": 827,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_opacity_active.xml",
"chars": 1740,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_opacity_normal.xml",
"chars": 1733,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_overlay_none.xml",
"chars": 1781,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_rotate_left.xml",
"chars": 836,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_rotate_left_active.xml",
"chars": 1306,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_rotate_left_normal.xml",
"chars": 1299,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_rotate_right.xml",
"chars": 838,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_rotate_right_active.xml",
"chars": 1209,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_rotate_right_normal.xml",
"chars": 1202,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_saturation.xml",
"chars": 834,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_saturation_active.xml",
"chars": 1222,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_saturation_normal.xml",
"chars": 1215,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_shadow.xml",
"chars": 826,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_shadow_active.xml",
"chars": 1666,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_shadow_normal.xml",
"chars": 1659,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_sharpness.xml",
"chars": 832,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_sharpness_active.xml",
"chars": 901,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_sharpness_normal.xml",
"chars": 894,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_sticker_brightness.xml",
"chars": 850,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_sticker_brightness_active.xml",
"chars": 3479,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_sticker_brightness_normal.xml",
"chars": 3472,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_sticker_contrast.xml",
"chars": 846,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_sticker_contrast_active.xml",
"chars": 980,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_sticker_contrast_normal.xml",
"chars": 973,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_sticker_saturation.xml",
"chars": 850,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_sticker_saturation_active.xml",
"chars": 1366,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_sticker_saturation_normal.xml",
"chars": 1359,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_tempature.xml",
"chars": 836,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_temperature_active.xml",
"chars": 1453,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_temperature_normal.xml",
"chars": 1445,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_text_design_inverted_disabled.xml",
"chars": 1212,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_text_design_inverted_enabled.xml",
"chars": 1217,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_undo.xml",
"chars": 1062,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_whites.xml",
"chars": 826,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_whites_active.xml",
"chars": 1183,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_option_whites_normal.xml",
"chars": 1176,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_pause.xml",
"chars": 890,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_photoroll.xml",
"chars": 1143,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_play.xml",
"chars": 999,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_play_pause.xml",
"chars": 801,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_play_pause_option.xml",
"chars": 801,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_redo.xml",
"chars": 808,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_redo_disabled.xml",
"chars": 1180,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_redo_enabled.xml",
"chars": 1171,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_replace.xml",
"chars": 1301,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_reset.xml",
"chars": 1522,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_rotate.xml",
"chars": 2771,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_save.xml",
"chars": 897,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_shuffle.xml",
"chars": 812,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_shuffle_active.xml",
"chars": 1032,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_shuffle_light.xml",
"chars": 824,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_shuffle_light_active.xml",
"chars": 1033,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_shuffle_light_normal.xml",
"chars": 928,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_shuffle_normal.xml",
"chars": 928,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_straighten.xml",
"chars": 1424,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_swap.xml",
"chars": 806,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_swap_active.xml",
"chars": 1059,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_swap_normal.xml",
"chars": 928,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_to_front.xml",
"chars": 814,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_to_front_disabled.xml",
"chars": 1107,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_to_front_enabled.xml",
"chars": 1097,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_tool_adjust.xml",
"chars": 932,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_tool_audio.xml",
"chars": 1097,
"preview": "<vector xmlns:android=\"http://schemas.android.com/apk/res/android\"\n android:width=\"48dp\"\n android:height=\"48dp\"\n "
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_tool_brush.xml",
"chars": 1235,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_tool_filters.xml",
"chars": 1617,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_tool_focus.xml",
"chars": 1306,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
},
{
"path": "default_res_files/v_10_0/res/drawable/imgly_icon_tool_frame.xml",
"chars": 1069,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n ~ This file is part of the PhotoEditor Software Development Kit.\n ~\n ~ C"
}
]
// ... and 4251 more files (download for full content)
About this extraction
This page contains the full source code of the imgly/vesdk-android-demo GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 4451 files (7.3 MB), approximately 2.2M tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.