Skip to content

Instantly share code, notes, and snippets.

View dhruv-chitkara27's full-sized avatar
:octocat:
Hey there !!

Dhruv Chitkara dhruv-chitkara27

:octocat:
Hey there !!
View GitHub Profile
@dhruv-chitkara27
dhruv-chitkara27 / activity_main.xml
Created February 3, 2018 13:25 — forked from anonymous/activity_main.xml
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"