Skip to content
This repository has been archived by the owner on Aug 21, 2021. It is now read-only.

ipad problem #13

Open
fukemy opened this issue Sep 3, 2020 · 0 comments
Open

ipad problem #13

fukemy opened this issue Sep 3, 2020 · 0 comments

Comments

@fukemy
Copy link

fukemy commented Sep 3, 2020

please help
IMG_0695
IMG_3404

here is code:

imgCamera.setOnClickListener {
            val builder = BottomSheet.Builder(this@ChatScreen)
            builder.setWindowDimming(DEFAULT_DIM_WINDOW)
            builder.setDividers(true)
            val items = arrayOf(
                "Take photo",
                "Choose photo",
                "Choose video",
                "Dismiss"
            )

            builder.show()
        }
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant