aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/walkthrough_single_view.xml
diff options
context:
space:
mode:
authorCamil Staps2015-06-04 15:44:10 +0200
committerCamil Staps2015-06-04 15:44:10 +0200
commit00eead039eb0c8801dd96e85273ca4f0bfe7962d (patch)
tree20699087ea880c8ab2d2442b5e1635dbab2d626d /app/src/main/res/layout/walkthrough_single_view.xml
parentClearly 300 feeds is a little bit too much. (diff)
parentStarted on first time boot but not yet finished, fixed cards (diff)
Merge branch 'master' into app
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