Skip to content

Instantly share code, notes, and snippets.

@stanch
Created September 28, 2013 21:51
Show Gist options
  • Save stanch/6747093 to your computer and use it in GitHub Desktop.
Save stanch/6747093 to your computer and use it in GitHub Desktop.
l[ScrollView](
l[LinearLayout](
w[TextView],
w[Button],
l[LinearLayout](
w[ImageView],
w[ImageView]
),
// this will use ProgressBar(context, attrs, defStyle); context is passed for you automatically!
w[ProgressBar](null, android.R.attr.progressBarStyleLarge)
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment