aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/pager_content_dailymeditation.xml
diff options
context:
space:
mode:
authorCamil Staps2015-04-15 12:59:32 +0200
committerCamil Staps2015-04-15 12:59:32 +0200
commit88041c0a7fd2c69094f1bb0ab1d15518cd1fd75d (patch)
tree5ee8cf6d2c3513f9a794ef9ae8dc9303c58b33e1 /app/src/main/res/layout/pager_content_dailymeditation.xml
parentNew version readme (diff)
Working tabs & meditations
Diffstat (limited to 'app/src/main/res/layout/pager_content_dailymeditation.xml')
-rw-r--r--app/src/main/res/layout/pager_content_dailymeditation.xml38
1 files changed, 38 insertions, 0 deletions
diff --git a/app/src/main/res/layout/pager_content_dailymeditation.xml b/app/src/main/res/layout/pager_content_dailymeditation.xml
new file mode 100644
index 0000000..2d096f0
--- /dev/null
+++ b/app/src/main/res/layout/pager_content_dailymeditation.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="utf-8"?>
+<ScrollView
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/pager_content"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:paddingLeft="10dp"
+ android:paddingBottom="10dp"
+ android:paddingTop="10dp"
+ android:paddingRight="0dp">
+
+ <LinearLayout
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:orientation="vertical"
+ android:layout_weight="1.0"
+ android:paddingRight="10dp">
+
+ <TextView
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="Date"
+ android:id="@+id/dateDailyMeditation"
+ android:layout_gravity="center"
+ android:layout_marginBottom="6dp"
+ android:textStyle="bold"/>
+
+ <TextView
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:text="Daily Meditation"
+ android:id="@+id/textDailyMeditation"
+ android:layout_gravity="left|top"
+ android:layout_marginBottom="10dp"
+ android:textIsSelectable="true"/>
+
+ </LinearLayout>
+</ScrollView> \ No newline at end of file