Created
September 28, 2013 21:51
-
-
Save stanch/6747093 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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