Skip to main content

Editor screen

Change icons

You can use your app specific icons in Video Editor SDK. Add icon files to Android drawable folder with predefined names.

info

We strongly recommend using vector assets (.svg files).

Screenshot 

Below is a list of icons. Each icon has a few states - on, off, disabled. Specific file name should be assigned to each state. The filename on the right.
Example, ic_gif_on.xml file is used in the SDK to denote the state when a sticker is added to the video.

  1. Stickers
    1. on - ic_gif_on
    2. off - ic_gif_off
  2. Text
    1. on - ic_text_effect_on
    2. off - ic_text_effect_off
  3. Captions
    1. on - ic_captions_on
    2. off - ic_captions_off
    3. disabled - ic_captions_disabled
  4. Effects
    1. on - ic_visual_effect_on
    2. off - ic_visual_effect_off
  5. Masks
    1. on - ic_mask_on
    2. off - ic_mask_off
  6. Music
    1. on - ic_music_on
    2. off - ic_music_off
  7. Time
    1. on - ic_time_effect_on
    2. off - ic_time_effect_off
  8. Filters
    1. on - ic_lut_on
    2. off - ic_lut_off
  9. Blur
    1. on - ic_blur_on
    2. off - ic_blur_off
  10. AI Clipping
    1. on - ic_autocut_on
    2. off - ic_autocut_off