<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent" android:layout_height="match_parent">
 <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content"
     android:orientation="vertical" android:padding="16dp">
   <TextView android:layout_width="wrap_content" android:layout_height="wrap_content"
       android:text="Analytics" android:textSize="26sp" android:textStyle="bold" android:textColor="#0F172A"/>
   <TextView android:id="@+id/tvRange" android:layout_width="wrap_content" android:layout_height="wrap_content"
       android:textColor="#64748B" android:layout_marginTop="4dp" android:layout_marginBottom="14dp"/>
   <GridLayout android:id="@+id/grid" android:layout_width="match_parent" android:layout_height="wrap_content"
       android:columnCount="2" android:useDefaultMargins="true"/>
 </LinearLayout>
</ScrollView>
