Skip to content

Instantly share code, notes, and snippets.

@ckdevrel
Created October 2, 2017 20:16
Show Gist options
  • Save ckdevrel/2211320ec6ee5a72f4113ad0c7a3a931 to your computer and use it in GitHub Desktop.
Save ckdevrel/2211320ec6ee5a72f4113ad0c7a3a931 to your computer and use it in GitHub Desktop.
<parameter
id="activityClass"
name="Activity Name"
type="string" constraints="class|unique|nonempty"
visibility="!isFragment" //This view will be shown only if fragment checkbox is false
suggest="${layoutToActivity(layoutActivityName)}"
default="RecyclerViewActivity"
help="The name of the activity class to create"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment