blob: a4fa3274840cf1eba7fbb6bbd035a30ebe0e0f27 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/stats_pager_tabs"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="@dimen/margin_small"
android:paddingBottom="@dimen/margin_medium"
android:layout_marginLeft="@dimen/margin_large"
android:layout_marginRight="@dimen/margin_large"
android:orientation="horizontal">
<org.wordpress.android.widgets.WPTextView
android:id="@+id/stats_post_trend_label"
android:background="?android:selectableItemBackground"
android:textAppearance="?android:attr/textAppearance"
android:textColor="@color/grey_dark"
android:textSize="@dimen/text_sz_small"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="start"/>
</LinearLayout>
<include layout="@layout/stats_insights_header_line" />
<LinearLayout
android:id="@+id/stats_latest_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" />
<!-- 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>