aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/layout/plan_section_title.xml
diff options
context:
space:
mode:
Diffstat (limited to 'WordPress/src/main/res/layout/plan_section_title.xml')
-rw-r--r--WordPress/src/main/res/layout/plan_section_title.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/WordPress/src/main/res/layout/plan_section_title.xml b/WordPress/src/main/res/layout/plan_section_title.xml
new file mode 100644
index 000000000..a905fc694
--- /dev/null
+++ b/WordPress/src/main/res/layout/plan_section_title.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginBottom="@dimen/margin_large"
+ android:layout_marginTop="@dimen/margin_large"
+ android:orientation="vertical">
+
+ <View
+ android:layout_width="match_parent"
+ android:layout_height="1dp"
+ android:background="@color/divider_grey"/>
+
+ <org.wordpress.android.widgets.WPTextView
+ android:id="@+id/text_section_title"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_marginTop="@dimen/margin_extra_large"
+ android:ellipsize="end"
+ android:textColor="@color/grey_dark"
+ android:textSize="@dimen/text_sz_large"
+ android:textStyle="bold"
+ tools:text="text_section_title"/>
+
+</LinearLayout> \ No newline at end of file