Android Button Onclick

后端 未结 9 2032
猫巷女王i
猫巷女王i 2020-11-29 03:41

OK I\'m new to android dev\'s and Java, so I\'m having problems with on click method here\'s my code. I know I\'ve gotta be close, thanks in advance. All I want my button to

9条回答
  •  离开以前
    2020-11-29 04:27

    Use Layout inflater method in your button click. it will change your current .xml to targeted .xml file. Google for layout inflater code.

提交回复
热议问题