Skip to content

Instantly share code, notes, and snippets.

View dainantonio's full-sized avatar

dain russell dainantonio

View GitHub Profile
@dainantonio
dainantonio / activity_main.xml
Created January 14, 2018 23:08
ChristmasCardApp
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">
<ImageView
@dainantonio
dainantonio / activity_main.xml
Created January 14, 2018 23:01
ChristmasCardApp
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">
<ImageView
@dainantonio
dainantonio / activity_main.xml
Created January 13, 2018 05:02
MyFirstApp- Single Screen
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">
<ImageView
android:layout_width="match_parent"