Skip to content

Instantly share code, notes, and snippets.

View fanky10's full-sized avatar

Ewen Mackenzie fanky10

  • Disney
  • Orlando
  • 08:10 (UTC -04:00)
View GitHub Profile
@fanky10
fanky10 / activity_main.xml
Created August 27, 2016 12:13
android-basico-ejericicio-b1
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/hello">