When scrolling podlagivaet scrollview. How can this be fixed? Image size 1200x600
<android.support.percent.PercentRelativeLayout android:id="@+id/vkl3" android:visibility="visible" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/imgone"> <ScrollView app:layout_marginTopPercent="13%" app:layout_marginLeftPercent="5%" app:layout_widthPercent="36%" app:layout_heightPercent="80%" > <android.support.percent.PercentRelativeLayout android:visibility="visible" android:layout_width="match_parent" android:layout_height="match_parent" > <ImageView app:layout_aspectRatio="48%" app:layout_widthPercent="100%" android:src="@drawable/imgforthird"/> </android.support.percent.PercentRelativeLayout> </ScrollView> </android.support.percent.PercentRelativeLayout>