summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_view_comic.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-02-11 11:49:51 +0300
committerAndrew Dolgov <[email protected]>2015-02-11 11:49:51 +0300
commit68ae4822e2777ef3d065c18b1c3964cc4d01b486 (patch)
tree77606adb89429c1ecd8756b3b403267a352e4069 /app/src/main/res/layout/activity_view_comic.xml
parent2dbc784804774f563601b7af4b2082be89c08cd3 (diff)
rename main module
Diffstat (limited to 'app/src/main/res/layout/activity_view_comic.xml')
-rw-r--r--app/src/main/res/layout/activity_view_comic.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/src/main/res/layout/activity_view_comic.xml b/app/src/main/res/layout/activity_view_comic.xml
new file mode 100644
index 0000000..8016730
--- /dev/null
+++ b/app/src/main/res/layout/activity_view_comic.xml
@@ -0,0 +1,13 @@
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/FrameLayout2"
+ 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