Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 209 Bytes

create-region-android-studio.md

File metadata and controls

10 lines (7 loc) · 209 Bytes

Create region in Android studio

Creating a region is easy, just start a comment with region and end with endregion:

//region Set up views
setContentView(R.layout.layout_activity);
//endregion