Skip to content

Instantly share code, notes, and snippets.

@Dima564
Last active October 31, 2016 15:46
Show Gist options
  • Save Dima564/15c363ec7ebfa5cd6e95188d858e7c62 to your computer and use it in GitHub Desktop.
Save Dima564/15c363ec7ebfa5cd6e95188d858e7c62 to your computer and use it in GitHub Desktop.
verticalLayout() {
friendsPanel = friendsPanel.with(friendsData).lparams(width = matchParent)
politicalMapCardView {
setMarker(quizManager.getMarker())
}.lparams(width = matchParent) { topMargin = dip(10) }
cardView() {
verticalLayout() {
topPadding = dip(5)
textView(getString(R.string.register_question))
blueButtonView(text="Register here") {
onClick { browse("https://www.uptech.team") }
}
}
}.lparams(width = matchParent) {
topMargin = dip(10)
bottomMargin = dip(20)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment