Skip to content

Commit

Permalink
EditText snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
TechIsFun committed Aug 29, 2014
1 parent 98924ee commit 28f0963
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ad-edittext.sublime-snippet
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<snippet>
<content><![CDATA[
<EditText
android:id="@+id/${1:edittext_id}"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:hint="@string/${2:hint}"
android:inputType="text"
/>
]]></content>
<tabTrigger>EditText</tabTrigger>
<scope>text.xml</scope>
</snippet>

0 comments on commit 28f0963

Please sign in to comment.