aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/layout/stats_activity.xml
diff options
context:
space:
mode:
authorDanilo Ercoli <ercoli@gmail.com>2015-08-11 18:04:07 +0200
committerDanilo Ercoli <ercoli@gmail.com>2015-08-11 18:04:07 +0200
commit3627a281f387c7f9a5d50f5904ccbcececf1b101 (patch)
tree372b7f75ef575fdaa254fc88ccf5930ea8f7d9e3 /WordPress/src/main/res/layout/stats_activity.xml
parentb9111e0c6b37c8fdb7c886c144822a70f0494807 (diff)
downloadgradle-perf-android-medium-3627a281f387c7f9a5d50f5904ccbcececf1b101.tar.gz
Add most of the code for "Latest Post Summary" module.
I changed a bit of other things while adding the module since some of the required code was already there, but in private class/method.
Diffstat (limited to 'WordPress/src/main/res/layout/stats_activity.xml')
-rw-r--r--WordPress/src/main/res/layout/stats_activity.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/WordPress/src/main/res/layout/stats_activity.xml b/WordPress/src/main/res/layout/stats_activity.xml
index 928da8d3a..b37176fd0 100644
--- a/WordPress/src/main/res/layout/stats_activity.xml
+++ b/WordPress/src/main/res/layout/stats_activity.xml
@@ -55,6 +55,13 @@
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/margin_large" />
+ <!-- LATEST POST SUMMARY SECTION -->
+ <FrameLayout
+ android:id="@+id/stats_insights_latest_post_summary_container"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginTop="@dimen/margin_large" />
+
<org.wordpress.android.widgets.WPTextView
android:textAppearance="?android:attr/textAppearance"
android:textSize="@dimen/text_sz_large"