diff options
| author | Camil Staps | 2015-06-04 15:44:10 +0200 |
|---|---|---|
| committer | Camil Staps | 2015-06-04 15:44:10 +0200 |
| commit | 00eead039eb0c8801dd96e85273ca4f0bfe7962d (patch) | |
| tree | 20699087ea880c8ab2d2442b5e1635dbab2d626d /app/src/main/res/layout/walkthrough_single_view.xml | |
| parent | Clearly 300 feeds is a little bit too much. (diff) | |
| parent | Started 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.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 |
