Skip to content

Instantly share code, notes, and snippets.

View OmniOracle's full-sized avatar
:electron:
Block by Block

OmniOracle

:electron:
Block by Block
  • wonderland
View GitHub Profile
@OmniOracle
OmniOracle / Contract Killer 3.md
Created July 1, 2020 15:01
The latest version of my ‘killer contract’ for web designers and developers

Contract Killer

The popular open-source contract for web professionals by Stuff & Nonsense

  • Originally published: 23rd December 2008
  • Revised date: March 15th 2016
  • Original post

@OmniOracle
OmniOracle / activity_main.xml
Created July 5, 2019 22:03 — 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"