Skip to content

Instantly share code, notes, and snippets.

@iewnait
Created March 19, 2012 20:32
Show Gist options
  • Save iewnait/2126869 to your computer and use it in GitHub Desktop.
Save iewnait/2126869 to your computer and use it in GitHub Desktop.
Main Layout file for AccelerometerDemo App
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2012 WIMM Labs Incorporated -->
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/textView"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:textColor="#000"
android:gravity="center"
android:text="@string/prompt"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment