aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/walkthrough_single_view.xml
diff options
context:
space:
mode:
authorSize432015-06-04 16:14:05 +0200
committerSize432015-06-04 16:14:05 +0200
commitcd80be88f66ca67d4ef5ccf36faa1ba34cb67937 (patch)
treecfe1d22cbef7e0be93fb0231f47d089fe950fc1f /app/src/main/res/layout/walkthrough_single_view.xml
parentAdding Feeds/Filters directly from the hamburger menu (diff)
parentMerge branch 'master' into app (diff)
Merge branch 'master' of http://github.com/camilstaps/RSSin
Diffstat (limited to 'app/src/main/res/layout/walkthrough_single_view.xml')
-rw-r--r--app/src/main/res/layout/walkthrough_single_view.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/layout/walkthrough_single_view.xml b/app/src/main/res/layout/walkthrough_single_view.xml
new file mode 100644
index 0000000..e8ef067
--- /dev/null
+++ b/app/src/main/res/layout/walkthrough_single_view.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/image_view"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent" /> \ No newline at end of file