android - scroll bar doesn't scroll to the last view -
    i have problem scroll view   i have tow toolbar 1 on top , 1 on bottom, , these tool bars should on top of other views   when scroll down last view behind bottom bar , not shown   this pic show mean :   https://drive.google.com/file/d/0b4lj_q-ecia7n19meujuothwanm/view?usp=sharing   in red circle there view behind bar want view shown in same time bottom bar still on top of other views   this layout code :   <relativelayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/mainroot" android:layout_width="match_parent" android:layout_height="match_parent" tools:context="com.wujhaat.wujhaatod.mainactivity">  <include     android:id="@+id/app_bar"     layout="@layout/app_bar" />  <include     android:id="@+id/end_bar"     layout="@layout/end_bar"     android:layout_width="wrap_content"     an...