mikepenz / AboutLibraries

AboutLibraries automatically collects all dependencies and licenses of any gradle project (Kotlin MultiPlatform), and provides easy to integrate UI components for Android and Compose-jb environments
http://mikepenz.github.io/AboutLibraries/
Apache License 2.0
3.66k stars 423 forks source link

Hmm... same behavior on emulator. I test the code on Genymotion 5.0.0 Lollipop device. #452

Closed rushou closed 4 years ago

rushou commented 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)

2019-11-05 18_26_53-Genymotion for personal use - Custom Phone (768x1280, 320dpi) - 192 168 205 101

Originally posted by @choryuidentify in https://github.com/mikepenz/AboutLibraries/issues/448#issuecomment-549737880

rushou commented 4 years ago

readme-edits