summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/pager_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/pager_item.xml')
-rw-r--r--app/src/main/res/layout/pager_item.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/app/src/main/res/layout/pager_item.xml b/app/src/main/res/layout/pager_item.xml
new file mode 100644
index 0000000..d948c64
--- /dev/null
+++ b/app/src/main/res/layout/pager_item.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/pager_item"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+ <TextView
+ android:id="@+id/pager_title"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_below="@id/pager_image"
+ android:textSize="20dp"/>
+ <com.android.volley.toolbox.NetworkImageView
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/pager_image"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"/>
+
+</FrameLayout> \ No newline at end of file