Skip to content

Commit 82c7100

Browse files
committed
Toast snippet
1 parent 28f0963 commit 82c7100

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ad-toast.sublime-snippet

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<snippet>
2+
<content>
3+
<![CDATA[
4+
Toast.makeText(this, ${1:""}, Toast.LENGTH_LONG).show();
5+
]]>
6+
</content>
7+
<tabTrigger>ad-toast</tabTrigger>
8+
<scope>source.java</scope>
9+
</snippet>

0 commit comments

Comments
 (0)