summaryrefslogtreecommitdiff
path: root/org.fox.ttcomics/src/main/res/layout/fragment_comic.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-02-08 00:13:20 +0300
committerAndrew Dolgov <[email protected]>2015-02-08 00:13:20 +0300
commit3d6fc567fa9e92f85adcc5b6f0695acfce53f58c (patch)
treed151165adcbc7942759ad1416b64186ca97a7308 /org.fox.ttcomics/src/main/res/layout/fragment_comic.xml
parentd00f42f86412137b0999d4d9b246ab7745a5b4a0 (diff)
disable built-in page numbers
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.xml7
1 files changed, 3 insertions, 4 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
index cfc54b3..c9dbbfc 100644
--- a/org.fox.ttcomics/src/main/res/layout/fragment_comic.xml
+++ b/org.fox.ttcomics/src/main/res/layout/fragment_comic.xml
@@ -1,21 +1,20 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/FrameLayout3"
android:layout_width="fill_parent"
- android:layout_height="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
+ <!-- <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" />
+ android:text="25" /> -->
</FrameLayout> \ No newline at end of file