Skip to content

Instantly share code, notes, and snippets.

@akshaymukadam
Last active August 15, 2019 12:32
Show Gist options
  • Save akshaymukadam/3c72eeb5a01a746d96ce7fc7ffcdc7f8 to your computer and use it in GitHub Desktop.
Save akshaymukadam/3c72eeb5a01a746d96ce7fc7ffcdc7f8 to your computer and use it in GitHub Desktop.
Template for creating linear layout
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
android:layout_width="match_parent"
android:id="@+id/${layoutId}"
android:layout_height="match_parent"
android:orientation="vertical">
</LinearLayout>
<!--${SUBSTITTE}--> it allows to assign value to the required params
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment