Created
August 15, 2019 12:34
-
-
Save akshaymukadam/88a8ae46843c6b1aa65cce27539b8b9a to your computer and use it in GitHub Desktop.
Live template for LinearLayout
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
<LinearLayout | |
android:layout_width="match_parent" | |
android:id="@+id/$id$" | |
android:layout_height="match_parent" | |
android:orientation="vertical"> | |
</LinearLayout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment