mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Reader fixes
This commit is contained in:
		| @@ -32,12 +32,20 @@ | ||||
|  | ||||
|     <include layout="@layout/chapter_image"/> | ||||
|  | ||||
|     <Button | ||||
|     <FrameLayout | ||||
|         android:layout_width="wrap_content" | ||||
|         android:layout_height="wrap_content" | ||||
|         android:id="@+id/retry_button" | ||||
|         android:text="@string/action_retry" | ||||
|         android:layout_gravity="center" | ||||
|         android:visibility="gone"/> | ||||
|         android:layout_height="192dp" | ||||
|         android:layout_gravity="center_horizontal" | ||||
|         android:id="@+id/retry_container" | ||||
|         android:visibility="gone"> | ||||
|  | ||||
|         <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"/> | ||||
|  | ||||
|     </FrameLayout> | ||||
|  | ||||
| </FrameLayout> | ||||
							
								
								
									
										32
									
								
								app/src/main/res/layout/page_decode_error.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										32
									
								
								app/src/main/res/layout/page_decode_error.xml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,32 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <LinearLayout | ||||
|     xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     android:layout_width="match_parent" | ||||
|     android:layout_height="512dp" | ||||
|     android:layout_gravity="center" | ||||
|     android:orientation="vertical" | ||||
|     android:gravity="center"> | ||||
|  | ||||
|     <TextView | ||||
|         android:id="@+id/decode_error_text" | ||||
|         android:layout_width="wrap_content" | ||||
|         android:layout_height="wrap_content" | ||||
|         android:text="@string/decode_image_error" | ||||
|         android:layout_margin="8dp" | ||||
|         android:gravity="center"/> | ||||
|  | ||||
|     <Button | ||||
|         android:id="@+id/decode_retry" | ||||
|         android:layout_width="wrap_content" | ||||
|         android:layout_height="wrap_content" | ||||
|         android:layout_margin="8dp" | ||||
|         android:text="@string/action_retry"/> | ||||
|  | ||||
|     <Button | ||||
|         android:id="@+id/decode_open_browser" | ||||
|         android:layout_width="wrap_content" | ||||
|         android:layout_height="wrap_content" | ||||
|         android:layout_margin="8dp" | ||||
|         android:text="@string/action_open_in_browser"/> | ||||
|  | ||||
| </LinearLayout> | ||||
		Reference in New Issue
	
	Block a user