I'm an Android Studio noob. In 2.1.1, when I click on a file to edit, the file opens up in the edit pane and its tab usually reflects the name of the file. For instance, if I click on MyActivity.java, when it opens in the editor the tab for it says "MyActivity.java". This is useful because I often have many files open at the same time and I can quickly scan across them and see what they are.
But if I'm editing build.gradle the tab just says "app". Why?
Edit: if I open other gradle files, e.g., settings.gradle, the tab says "settings.gradle". XML files also seem to use their correct file name. So build.gradle seems to be special-cased. Why?