Skip to content

Instantly share code, notes, and snippets.

View evanca's full-sized avatar
🎯
Be so good they can't ignore you

Ivanna evanca

🎯
Be so good they can't ignore you
View GitHub Profile
@evanca
evanca / activity_main.xml
Last active January 8, 2018 07:40
Google Developer Challenge Scholarship - Android Basics / Make Your Own Card
<?xml version="1.0" encoding="utf-8"?>
<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:id="@+id/photo_image_view"
android:layout_width="match_parent"