summaryrefslogtreecommitdiff
path: root/res/layout/activity_view_comic.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-10-16 20:37:25 +0400
committerAndrew Dolgov <[email protected]>2014-10-16 20:37:25 +0400
commitbc10c74406c0e8a16c40dbfcd30a138d441dd859 (patch)
tree97b5d14dae214c7012c22ed04bdbac7ca2585704 /res/layout/activity_view_comic.xml
parentb654ce6cf83c8e81b7c6bacab02442661a751e26 (diff)
initial, after reimport to android studio
Diffstat (limited to 'res/layout/activity_view_comic.xml')
-rw-r--r--res/layout/activity_view_comic.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/res/layout/activity_view_comic.xml b/res/layout/activity_view_comic.xml
deleted file mode 100644
index 2cc0dd3..0000000
--- a/res/layout/activity_view_comic.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:id="@+id/FrameLayout2"
- android:fitsSystemWindows="true"
- android:background="?attr/viewComicsBackground"
- android:layout_width="match_parent"
- android:layout_height="match_parent" >
-
- <FrameLayout
- android:id="@+id/comics_pager_container"
- android:layout_width="match_parent"
- android:layout_height="match_parent" >
-
- </FrameLayout>
-
-</FrameLayout> \ No newline at end of file