Skip to content

Commit

Permalink
more android snippets added
Browse files Browse the repository at this point in the history
  • Loading branch information
Reza Jelveh committed Aug 5, 2012
1 parent 822eb0e commit 24b6ca9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions UltiSnips/xml.snippets
@@ -0,0 +1,18 @@
snippet light "Light theme" !b
<style name="AppTheme" parent="android:Theme.Light" />
endsnippet

snippet holo "Holo Light theme" !b
<style name="AppTheme" parent="android:Theme.Holo.Light.DarkActionBar" />
endsnippet

snippet theme "Set Android theme" !b
android:theme="@style/AppTheme" >
endsnippet


snippet ver "Set SDK version" !b
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="16" />
endsnippet

0 comments on commit 24b6ca9

Please sign in to comment.