diff options
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 |