aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/layout/stats_insights_today_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'WordPress/src/main/res/layout/stats_insights_today_item.xml')
-rw-r--r--WordPress/src/main/res/layout/stats_insights_today_item.xml48
1 files changed, 48 insertions, 0 deletions
diff --git a/WordPress/src/main/res/layout/stats_insights_today_item.xml b/WordPress/src/main/res/layout/stats_insights_today_item.xml
new file mode 100644
index 000000000..a0600778c
--- /dev/null
+++ b/WordPress/src/main/res/layout/stats_insights_today_item.xml
@@ -0,0 +1,48 @@
+<?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> \ No newline at end of file