Is it possible to add buttons to a framelayout that was set programmatically?
问题 this is somewhat of of difficult to describe issue but I'll do my very best: I am developing a an android app that uses a custom camera activity. In this camera activity I use create a surface view programmatically and set it to the framelayout (covers full screen) that was defined in the xml layout file. My question now is, how can I add other elements to the frame layout? Only programmatically? I am asking because as of now I was only able to add other elements programmatically. Elements