mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Add minor improvements and retry button to webtoon reader.
This commit is contained in:
		| @@ -34,7 +34,7 @@ | ||||
|         android:layout_width="wrap_content" | ||||
|         android:layout_height="wrap_content" | ||||
|         android:id="@+id/retry_button" | ||||
|         android:text="Retry" | ||||
|         android:text="@string/action_retry" | ||||
|         android:layout_gravity="center" | ||||
|         android:visibility="gone"/> | ||||
| 
 | ||||
| @@ -4,12 +4,27 @@ | ||||
|     android:layout_width="match_parent" | ||||
|     android:layout_height="match_parent"> | ||||
|  | ||||
|     <ProgressBar | ||||
|         android:id="@+id/progress" | ||||
|         style="?android:attr/progressBarStyleLarge" | ||||
|         android:layout_width="wrap_content" | ||||
|         android:layout_height="wrap_content" | ||||
|         android:layout_gravity="center_vertical|center_horizontal"/> | ||||
|     <FrameLayout | ||||
|         android:layout_width="match_parent" | ||||
|         android:layout_height="300dp" | ||||
|         android:id="@+id/frame_container"> | ||||
|  | ||||
|         <ProgressBar | ||||
|             android:id="@+id/progress" | ||||
|             style="?android:attr/progressBarStyleLarge" | ||||
|             android:layout_width="wrap_content" | ||||
|             android:layout_height="wrap_content" | ||||
|             android:layout_gravity="center_vertical|center_horizontal"/> | ||||
|  | ||||
|         <Button | ||||
|             android:layout_width="wrap_content" | ||||
|             android:layout_height="wrap_content" | ||||
|             android:id="@+id/retry_button" | ||||
|             android:text="@string/action_retry" | ||||
|             android:layout_gravity="center_vertical|center_horizontal" | ||||
|             android:visibility="gone" /> | ||||
|  | ||||
|     </FrameLayout> | ||||
|  | ||||
|     <include layout="@layout/chapter_image"/> | ||||
|  | ||||
|   | ||||
| @@ -36,6 +36,7 @@ | ||||
|     <string name="action_stop">Stop</string> | ||||
|     <string name="action_previous_chapter">Previous chapter</string> | ||||
|     <string name="action_next_chapter">Next chapter</string> | ||||
|     <string name="action_retry">Retry</string> | ||||
|  | ||||
|  | ||||
|     <!-- Buttons --> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user