aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/layout/note_block_basic.xml
diff options
context:
space:
mode:
Diffstat (limited to 'WordPress/src/main/res/layout/note_block_basic.xml')
-rw-r--r--WordPress/src/main/res/layout/note_block_basic.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/WordPress/src/main/res/layout/note_block_basic.xml b/WordPress/src/main/res/layout/note_block_basic.xml
new file mode 100644
index 000000000..e720fa615
--- /dev/null
+++ b/WordPress/src/main/res/layout/note_block_basic.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:layout_gravity="center"
+ android:paddingLeft="@dimen/margin_extra_large"
+ android:paddingRight="@dimen/margin_extra_large"
+ android:paddingTop="@dimen/margin_medium"
+ android:paddingBottom="@dimen/margin_medium"
+ android:orientation="vertical">
+
+ <org.wordpress.android.widgets.WPTextView
+ android:id="@+id/note_text"
+ android:layout_width="wrap_content"
+ android:layout_height="match_parent"
+ android:textSize="@dimen/text_sz_large"
+ android:textColor="@color/grey_dark"
+ android:textColorLink="@color/grey_dark"
+ app:fixWidowWords="true"/>
+</LinearLayout> \ No newline at end of file