Browse Source

Place reload button above the image

inorichi 9 years ago
parent
commit
fad7b75b96
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/src/main/res/layout/item_pager_reader.xml

+ 2 - 2
app/src/main/res/layout/item_pager_reader.xml

@@ -30,6 +30,8 @@
 
     </LinearLayout>
 
+    <include layout="@layout/chapter_image"/>
+
     <Button
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
@@ -38,6 +40,4 @@
         android:layout_gravity="center"
         android:visibility="gone"/>
 
-    <include layout="@layout/chapter_image"/>
-
 </FrameLayout>