| <?xml version="1.0" encoding="UTF-8"?> |
| <templateSet group="AndroidXML"> |
| <template name="appNs" value="xmlns:app="http://schemas.android.com/apk/res-auto"" description="Adds application namespace" toReformat="true" toShortenFQNames="true"> |
| <context> |
| <option name="XSL_TEXT" value="true" /> |
| <option name="XML_ATTRIBUTE" value="true" /> |
| </context> |
| </template> |
| <template name="distNs" value="xmlns:dist="http://schemas.android.com/apk/distribution"" description="Adds distribution namespace" toReformat="true" toShortenFQNames="true"> |
| <context> |
| <option name="XSL_TEXT" value="true" /> |
| <option name="XML_ATTRIBUTE" value="true" /> |
| </context> |
| </template> |
| <template name="toolsNs" value="xmlns:tools="http://schemas.android.com/tools"" description="Adds tools namespace" toReformat="true" toShortenFQNames="true"> |
| <context> |
| <option name="XSL_TEXT" value="true" /> |
| <option name="XML_ATTRIBUTE" value="true" /> |
| </context> |
| </template> |
| <template name="lww" value="android:layout_width="wrap_content"" description="android:layout_width="wrap_content"" toReformat="false" toShortenFQNames="true"> |
| <context> |
| <option name="XSL_TEXT" value="true" /> |
| <option name="XML_ATTRIBUTE" value="true" /> |
| </context> |
| </template> |
| <template name="lw" value="android:layout_width="$width$"" description="android:layout_width=""" toReformat="false" toShortenFQNames="true"> |
| <variable name="width" expression="" defaultValue="wrap_content" alwaysStopAt="true" /> |
| <context> |
| <option name="XSL_TEXT" value="true" /> |
| <option name="XML_ATTRIBUTE" value="true" /> |
| </context> |
| </template> |
| <template name="lwm" value="android:layout_width="match_parent"" description="android:layout_width="match_parent"" toReformat="false" toShortenFQNames="true"> |
| <context> |
| <option name="XSL_TEXT" value="true" /> |
| <option name="XML_ATTRIBUTE" value="true" /> |
| </context> |
| </template> |
| <template name="lhw" value="android:layout_height="wrap_content"" description="android:layout_height="wrap_content"" toReformat="false" toShortenFQNames="true"> |
| <context> |
| <option name="XSL_TEXT" value="true" /> |
| <option name="XML_ATTRIBUTE" value="true" /> |
| </context> |
| </template> |
| <template name="lhm" value="android:layout_height="match_parent"" description="android:layout_height="match_parent"" toReformat="false" toShortenFQNames="true"> |
| <context> |
| <option name="XSL_TEXT" value="true" /> |
| <option name="XML_ATTRIBUTE" value="true" /> |
| </context> |
| </template> |
| <template name="lh" value="android:layout_height="$height$"" description="android:layout_height=""" toReformat="false" toShortenFQNames="true"> |
| <variable name="height" expression="" defaultValue="wrap_content" alwaysStopAt="true" /> |
| <context> |
| <option name="XSL_TEXT" value="true" /> |
| <option name="XML_ATTRIBUTE" value="true" /> |
| </context> |
| </template> |
| </templateSet> |
| |