blob: a0600778cdced5ab89b54db72a533d98f2c5dd6f [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<include layout="@layout/stats_insights_header_line" />
<LinearLayout
android:id="@+id/stats_post_tabs"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<!-- VIEWS tab-->
<include
layout="@layout/stats_visitors_and_views_tab"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:orientation="horizontal" />
<!-- VISITORS tab -->
<include
layout="@layout/stats_visitors_and_views_tab"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:orientation="horizontal" />
<!-- LIKES tab -->
<include
layout="@layout/stats_visitors_and_views_tab"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:orientation="horizontal" />
<!-- COMMENTS tab -->
<include
layout="@layout/stats_visitors_and_views_tab"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:orientation="horizontal" />
</LinearLayout>
</LinearLayout>