Skip to content

Instantly share code, notes, and snippets.

@robillo
Created August 8, 2017 17:08
Show Gist options
  • Save robillo/35e59bdfd97279c1d4ca3c945cf25837 to your computer and use it in GitHub Desktop.
Save robillo/35e59bdfd97279c1d4ca3c945cf25837 to your computer and use it in GitHub Desktop.
activity_main
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
tools:context="com.robillo.customviewstutorial.MainActivity">
<com.robillo.customviewstutorial.MyCustomView
android:layout_width="300sp"
android:layout_height="300sp"
app:square_color="@color/colorPrimary"/>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment