aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/layout/stats_top_module_pager_button.xml
diff options
context:
space:
mode:
Diffstat (limited to 'WordPress/src/main/res/layout/stats_top_module_pager_button.xml')
-rw-r--r--WordPress/src/main/res/layout/stats_top_module_pager_button.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/WordPress/src/main/res/layout/stats_top_module_pager_button.xml b/WordPress/src/main/res/layout/stats_top_module_pager_button.xml
new file mode 100644
index 000000000..a4268440c
--- /dev/null
+++ b/WordPress/src/main/res/layout/stats_top_module_pager_button.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:background="@drawable/stats_top_pager_button_selector"
+ android:padding="@dimen/margin_medium"
+ android:textColor="@color/stats_text_color"
+ android:textSize="@dimen/text_sz_small"
+ android:clickable="true"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content" /> \ No newline at end of file