Android, Horizontal and Vertical Scroll for GridLayout
I'm having trouble getting a GridLayout to scroll horizontally. I found a similar question Gridlayout + ScrollView . I tried that method, but it didn't work. It cuts out many tables (because it was supposed to go display all tables from 1 to 20). Here is the xml file <?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:layout_height="wrap_content" > <ScrollView android:layout_width="match_parent" android:layout_height="match_parent" > <LinearLayout android:layout_width="wrap_content" android