Skip to content

Instantly share code, notes, and snippets.

@janishar
Created August 24, 2016 20:34
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 janishar/ddad211a63acd9c35665ec122439c5ec to your computer and use it in GitHub Desktop.
Save janishar/ddad211a63acd9c35665ec122439c5ec to your computer and use it in GitHub Desktop.
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:background="@color/bg_color"
xmlns:android="http://schemas.android.com/apk/res/android">
<com.mindorks.placeholderview.ExpandablePlaceHolderView
android:id="@+id/expandableView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbars="vertical"/>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment