Created
October 28, 2020 10:16
-
-
Save gsrathoreniks/882a1b27b85aa363900eb544770a9021 to your computer and use it in GitHub Desktop.
A basic layout file
This file contains 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 ... > | |
<ImageView android:cropToPadding="true" /> | |
<TextView android:id="@+id/tvName" /> | |
<Button android:id="@+id/nextBtn" | |
android:background="@drawable/rounded_button" /> | |
</LinearLayout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment