Home | History | Annotate | only in /sdk/attribute_stats
Up to higher level directory
NameDateSize
.classpath05-Oct-2017226
.gitignore05-Oct-20174
.project05-Oct-2017374
.settings/05-Oct-2017
README.txt05-Oct-2017584
src/05-Oct-2017

README.txt

      1 Attribute Statistics
      2 ---------------------
      3 
      4 This program gathers statistics about attribute usage in layout
      5 files. This is how the "topAttrs" attributes listed in ADT's
      6 extra-view-metadata.xml file (which drives the common attributes
      7 listed in the top of the context menu) is determined by running this
      8 script on a body of sample Android code, such as the AOSP repository.
      9 
     10 This program takes one or more directory paths, and then it searches
     11 all of them recursively for layout files that are not in folders
     12 containing the string "test", and computes and prints frequency
     13 statistics.
     14