Pārlūkot izejas kodu

Place reload button above the image

inorichi 9 gadi atpakaļ
vecāks
revīzija
fad7b75b96
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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>