Skip to content

Instantly share code, notes, and snippets.

@sagar-viradiya
Created October 2, 2020 13:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sagar-viradiya/e6d4f34747541a6bd9b2672a9ebd2b24 to your computer and use it in GitHub Desktop.
Save sagar-viradiya/e6d4f34747541a6bd9b2672a9ebd2b24 to your computer and use it in GitHub Desktop.
Cheat sheet for DevFest 2020
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Hello world!"/>
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
tools:src="@tools:sample/backgrounds/scenic"/>
<com.google.android.material.textview.MaterialTextView
android:id="@+id/releaseDate"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Hello world!"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment