Skip to content

Instantly share code, notes, and snippets.

@gsrathoreniks
Created October 28, 2020 10:16
Show Gist options
  • Save gsrathoreniks/882a1b27b85aa363900eb544770a9021 to your computer and use it in GitHub Desktop.
Save gsrathoreniks/882a1b27b85aa363900eb544770a9021 to your computer and use it in GitHub Desktop.
A basic layout file
<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