Skip to content

Instantly share code, notes, and snippets.

@PondThaitay
Last active December 1, 2016 18:50
Show Gist options
  • Save PondThaitay/46230de7954f953253a320262e8a8ea1 to your computer and use it in GitHub Desktop.
Save PondThaitay/46230de7954f953253a320262e8a8ea1 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<layout xmlns:android="http://schemas.android.com/apk/res/android">
<RelativeLayout
android:id="@+id/activity_main"
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:id="@+id/tv_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Hello World!" />
</RelativeLayout>
</layout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment