Skip to content

Instantly share code, notes, and snippets.

View thirulak's full-sized avatar
Looking at stars 😉

thiru thirulak

Looking at stars 😉
View GitHub Profile
@thirulak
thirulak / activity_main.xml
Created June 4, 2018 11:53 — 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"
@thirulak
thirulak / Birthday card app #UdacityBasicAndroidScholar
Created April 25, 2018 16:43
XML code for Birthday card app
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.example.android.happybirthday.MainActivity">
<TextView
android:layout_width="wrap_content"