Skip to content

Instantly share code, notes, and snippets.

@yccheok
Created February 11, 2015 15:26
Show Gist options
  • Save yccheok/28ec5ae0f786cb4f4efd to your computer and use it in GitHub Desktop.
Save yccheok/28ec5ae0f786cb4f4efd to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<NowScrollView
android:id="@+id/scroll_view" >
<LinearLayout
android:id="@+id/chart_container"
android:layout_width="match_parent"
android:layout_height="240dp" >
<NowLinearLayout
android:id="@+id/news_container"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</NowScrollView>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment