diff options
author | Size43 | 2015-06-04 16:14:05 +0200 |
---|---|---|
committer | Size43 | 2015-06-04 16:14:05 +0200 |
commit | cd80be88f66ca67d4ef5ccf36faa1ba34cb67937 (patch) | |
tree | cfe1d22cbef7e0be93fb0231f47d089fe950fc1f /app/src/main/res/layout/walkthrough_single_view.xml | |
parent | Adding Feeds/Filters directly from the hamburger menu (diff) | |
parent | Merge 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.xml | 5 |
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 |