-
Notifications
You must be signed in to change notification settings - Fork 267
/
AndroidXML.xml
54 lines (53 loc) · 2.67 KB
/
AndroidXML.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?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" value="true" />
</context>
</template>
<template name="toolsNs" value="xmlns:tools="http://schemas.android.com/tools"" description="adds tools namespace to Android xml file" toReformat="true" toShortenFQNames="true">
<context>
<option name="XSL_TEXT" value="true" />
<option name="XML" 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" 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" 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" 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" 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" 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" value="true" />
</context>
</template>
</templateSet>