Home | History | Annotate | Download | only in Settings

Lines Matching refs:src

20     for src in files:
21 if not src.endswith(".png"): continue
22 src = src[0:-4]
24 src_clause = '\n android:src="@drawable/%s"' % (src)
26 alpha = src.endswith("_alpha")
28 src = src[0:-6]
33 am = src.endswith("_am")
35 src = src[0:-3]
40 with open("res/drawable/%s.xml" % (src), 'w') as xml: