Skip to content

Instantly share code, notes, and snippets.

@sharish
Created July 27, 2015 08:29
Show Gist options
  • Save sharish/4a5810cb2808da835834 to your computer and use it in GitHub Desktop.
Save sharish/4a5810cb2808da835834 to your computer and use it in GitHub Desktop.
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">
<View
android:id="@+id/hello"
android:layout_width="150dp"
android:layout_height="150dp"
android:layout_centerInParent="true"
android:visibility="invisible" />
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment