<?xml version="1.0" encoding="utf-8"?>
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/layout_main"
android:orientation="vertical"
android:background="@drawable/background"
android:weightSum="3">
<View android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1.2"/>
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
<include layout="@layout/table_layout"
android:id="@+id/table"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginRight="15dp"
android:layout_marginLeft="17dp"
android:layout_weight="0.35"/>
</ScrollView>
<View android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1.45"/>
</LinearLayout>