Is there an Android tool to find the name of a layout for a running app?

后端 未结 7 1578
刺人心
刺人心 2021-02-07 03:37

Background

I have been recently hired to maintain a very large program (only two Activities, about a hundred Fragments, and several hundred layouts).

7条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-07 04:15

    You can try this tool that I created: https://github.com/nekocode/ResourceInspector

    It can inspect all used layout files of current Activity.

提交回复
热议问题