Subratsss
4/12/2019 - 10:56 AM

TABLE

 <LinearLayout
                    android:id="@+id/bill_bodylayout"
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:layout_below="@+id/extra_info"
                    android:orientation="horizontal">

                    <TableLayout
                        android:id="@+id/particular_name"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content">

                    </TableLayout>

                    <HorizontalScrollView
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:scrollbarSize="2dp"
                        android:scrollbarStyle="outsideOverlay"
                        android:scrollbarThumbHorizontal="@color/colorAccent"
                        android:scrollbars="horizontal">

                        <TableLayout
                            android:id="@+id/particular_info"
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content">

                        </TableLayout>
                    </HorizontalScrollView>

                </LinearLayout>