Closed rushou closed 4 years ago
Hmm... same behavior on emulator. I test the code on Genymotion 5.0.0 Lollipop device.
My code is
LibsBuilder() .withAutoDetect(true) .withActivityStyle(Libs.ActivityStyle.LIGHT_DARK_TOOLBAR) .withAboutIconShown(true) .withAboutAppName(getString(R.string.app_name)) .withActivityTitle(getString(R.string.nav_title_info)) .withAboutDescription("테스트 프로젝트, Project TESTAMENT") .withVersionShown(true) .withLicenseShown(true) .start(this)
Originally posted by @choryuidentify in https://github.com/mikepenz/AboutLibraries/issues/448#issuecomment-549737880
readme-edits
Hmm... same behavior on emulator. I test the code on Genymotion 5.0.0 Lollipop device.
My code is
Originally posted by @choryuidentify in https://github.com/mikepenz/AboutLibraries/issues/448#issuecomment-549737880