Skip to content

Instantly share code, notes, and snippets.

View aviralsharma021's full-sized avatar

Aviral Sharma aviralsharma021

  • vellore- tamil nadu- india
View GitHub Profile
anonymous
anonymous / activity_main.xml
Created April 8, 2015 22:18
RelativeLayout XML for Udacity quiz question
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="16dp">
<TextView
android:text="I’m in this corner"
android:layout_height="wrap_content"
android:layout_width="wrap_content"