INNER CODE UNIT · Kotlin
onCreate
burhanrashid52/PhotoEditor · app/src/main/java/com/burhanrashid52/photoediting/EditImageActivity.kt:85
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
makeFullScreen()
setContentView(R.layout.activity_edit_image)
initViews()
handleIntentImage(mPhotoEditorView.source)
mWonderFont = Typeface.createFromAsset(assets, "beyond_wonderland.ttf")
mPropertiesBSFragment = PropertiesBSFragment()
mEmojiBSFragment = EmojiBSFragment()
mStickerBSFragment = StickerBSFragment()
mShapeBSFragment = ShapeBSFragment()
mStickerBSFragment.setStickerListener(this)
mEmojiBSFragment.setEmojiListener(this)
mPropertiesBSFragment.setPropertiesChangeListener(this)