android-theme-attrs-to-markdown-table icon indicating copy to clipboard operation
android-theme-attrs-to-markdown-table copied to clipboard

Simple tool to parse Android theme attrs.xml to markdown table

android-theme-attrs-to-markdown-table

Simple tool to parse Android theme attrs.xml to markdown table.

Run

Color attributes

$ python ./scripts/parse.py color

Background attributes

$ python ./scripts/parse.py background

TextAppearance attributes

$ python ./scripts/parse.py text_appearance

Widget style attributes

$ python ./scripts/parse.py widget_style

Theme attributes

$ python ./scripts/parse.py theme

Window configurations attributes

$ python ./scripts/parse.py window_configuration

ShapeAppearance attributes

$ python ./scripts/parse.py shape_appearance