Skip to content

Instantly share code, notes, and snippets.

@DanishAmjad12
Created September 13, 2018 06:28
Show Gist options
  • Save DanishAmjad12/c16f1d099f215266f51e6c40216393b1 to your computer and use it in GitHub Desktop.
Save DanishAmjad12/c16f1d099f215266f51e6c40216393b1 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout 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"
android:orientation="vertical"
tools:context=".MainActivity">
<Button
android:layout_width="wrap_content"
android:layout_marginTop="16dp"
android:text="1-Item"
android:visibility="gone"
tools:visibility="visible"
android:layout_height="wrap_content" />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment