summaryrefslogtreecommitdiff
path: root/org.fox.ttcomics/src/main/res/layout/fragment_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 /org.fox.ttcomics/src/main/res/layout/fragment_comic.xml
parent2dbc784804774f563601b7af4b2082be89c08cd3 (diff)
rename main module
Diffstat (limited to 'org.fox.ttcomics/src/main/res/layout/fragment_comic.xml')
-rw-r--r--org.fox.ttcomics/src/main/res/layout/fragment_comic.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/org.fox.ttcomics/src/main/res/layout/fragment_comic.xml b/org.fox.ttcomics/src/main/res/layout/fragment_comic.xml
deleted file mode 100644
index c9dbbfc..0000000
--- a/org.fox.ttcomics/src/main/res/layout/fragment_comic.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/FrameLayout3"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent">
-
- <it.sephiroth.android.library.imagezoom.ImageViewTouch
- android:id="@+id/comic_image"
- android:layout_width="match_parent"
- android:layout_height="match_parent" />
-
- <!-- <TextView
- android:id="@+id/comic_page"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="bottom|right"
- android:layout_margin="4dp"
- android:alpha="0.25"
- android:text="25" /> -->
-
-</FrameLayout> \ No newline at end of file