Scope of R.id values

前端 未结 3 496
野趣味
野趣味 2021-01-01 17:26

I\'m looking for ways to reduce what I would call \"id pollution\" in my apps. From what I can tell, R.id is global to the application, so in every Activity I

3条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-01 18:18

    The other answers will work, but you could also make a save_button.xml in your layout folder, with

提交回复
热议问题