diff options
author | Camil Staps | 2015-04-15 12:59:32 +0200 |
---|---|---|
committer | Camil Staps | 2015-04-15 12:59:32 +0200 |
commit | 88041c0a7fd2c69094f1bb0ab1d15518cd1fd75d (patch) | |
tree | 5ee8cf6d2c3513f9a794ef9ae8dc9303c58b33e1 /app/src/main/res/layout/pager_content.xml | |
parent | New version readme (diff) |
Working tabs & meditations
Diffstat (limited to 'app/src/main/res/layout/pager_content.xml')
-rw-r--r-- | app/src/main/res/layout/pager_content.xml | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/app/src/main/res/layout/pager_content.xml b/app/src/main/res/layout/pager_content.xml deleted file mode 100644 index 9a3a6cc..0000000 --- a/app/src/main/res/layout/pager_content.xml +++ /dev/null @@ -1,55 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<ScrollView - xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/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/dateDailyReading" - 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 Reading" - android:id="@+id/textDailyReading" - android:layout_gravity="left|top" - android:layout_marginBottom="10dp" - android:textIsSelectable="true"/> - - <TextView - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:text="Bible Text" - android:id="@+id/refDailyReadingBibleText" - 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 Reading Bible text" - android:id="@+id/textDailyReadingBibleText" - android:layout_gravity="left|top" - android:textIsSelectable="true"/> - - </LinearLayout> -</ScrollView>
\ No newline at end of file |