Skip to content

Instantly share code, notes, and snippets.

@ssaurel
Created May 27, 2017 21:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssaurel/bcb1949db94888db421064ac28af85d0 to your computer and use it in GitHub Desktop.
Save ssaurel/bcb1949db94888db421064ac28af85d0 to your computer and use it in GitHub Desktop.
Main layout for a the Luminosity Detector App Tutorial on the SSaurel's Channel
<?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:id="@+id/root"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.ssaurel.sensors.MainActivity">
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment