UGCKit
is a set of encapsulated interactive UIs, which is the UGSV demo app's theme by default. With simple modifications, you can customize your own theme and replace the icons, text, and colors.
The recording UI contains the right icon toolbar, the bottom toolbar, music panel, beauty filter panel, and sound effect panel.
<style>
in app/res/values/style.xml
, specify its parent theme as RecordStyle
, and change the theme to the target theme. You can find all available themes in app/ugckit/res/values.theme_style.xml
.AndroidManifest.xml
:The editing UI contains the editing and clipping UI, animated effect, beauty filter, and special effect panel, and speed, filter, sticker, and bubble subtitles panels.
<style>
in app/res/values/style.xml
, specify its parent theme as EditerStyle
, and change the theme to the target theme. You can find all available themes in app/ugckit/res/values.theme_style.xml
.AndroidManifest.xml
:
Was this page helpful?