产品动态
关于短视频 SDK “startPlay”接口名变更的公告

app/res/values/style.xml 中声明一个 <style>,父主题指定为 RecordStyle,重写您需要替换的样式,这些可替换的样式在 app/ugckit/res/values.theme_style.xml 中可找到。<style name="RecordActivityTheme" parent="RecordStyle"><item name="recordMusicIcon">@drawable/ic_music</item><item name="recordBeautyIcon">@drawable/ic_beauty</item></style>
AndroidManifest.xml 中声明您定制的主题:<activityandroid:name="com.tencent.qcloud.xiaoshipin.videorecord.TCVideoRecordActivity"android:launchMode="singleTop"android:screenOrientation="portrait"android:theme="@style/RecordActivityTheme"android:windowSoftInputMode="adjustNothing" />

app/res/values/style.xml 中声明一个 <style>,父主题指定为 EditerStyle,重写您需要替换的样式,这些可替换的样式在 app/ugckit/res/values.theme_style.xml 中可找到。<style name="EditerActivityTheme" parent="EditerStyle"><item name="editorPlayIcon">@drawable/ic_play</item><item name="editorPauseIcon">@drawable/ic_pause</item></style>
AndroidManifest.xml 中声明您定制的主题:<activityandroid:name=".videoeditor.TCVideoEffectActivity"android:screenOrientation="portrait"android:theme="@style/EditerActivityTheme" />
文档反馈