Skip to content

Instantly share code, notes, and snippets.

View Francis-Njoku's full-sized avatar

Francis Xavier Francis-Njoku

View GitHub Profile
@novembergave
novembergave / activity_main.xml
Created January 15, 2017 15:56
Udacity Android Basics: User Interface Project 1
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/white"
android:orientation="vertical">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">