David Mcrae Jr
09/18/2020, 7:45 PM<RelativeLayout>
<ScrollView android:id="@+id/left_view">
</ScrollView>
<LinearLayout android:layout_toRightOf="@id/left_view>
</LinearLayout>
</RelativeLayout>
The issue I am having is that the LinearLayout scrolls with the ScrollView and I only want the ScrollView scrolling…