android - Not scrolling screen -
i have layout file of screen in there gridview elements , lianerlayout lower in shall information on clicking elements in gridview output. here xml file: <?xml version="1.0" encoding="utf-8"?> <linearlayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/linearlayout1" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" > <linearlayout android:layout_width="match_parent" android:layout_height="360dp" android:orientation="vertical" > <relativelayout android:id="@+id/header" android:layout_width="fill_parent" android:layout_height="wrap_content" android:background="@drawable/calendar_top" > <relativelayout an...