Skip to content

Instantly share code, notes, and snippets.

View Waaped's full-sized avatar
🏠
Working from home

Waaped

🏠
Working from home
View GitHub Profile
@Waaped
Waaped / activity_main.xml
Created July 17, 2018 23:12 — 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"
<html>
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans" rel="stylesheet"
type="text/css">
<style>
.black-text {
color: black;
}
.dank-font-bold {