mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	
				
					committed by
					
						 inorichi
						inorichi
					
				
			
			
				
	
			
			
			
						parent
						
							6196480d1d
						
					
				
				
					commit
					1fbec7bf3d
				
			| @@ -5,7 +5,13 @@ | ||||
|                 android:layout_height="match_parent" | ||||
|                 android:orientation="vertical"> | ||||
|  | ||||
|     <android.support.v7.widget.RecyclerView | ||||
|     <android.support.v4.widget.SwipeRefreshLayout | ||||
|         android:id="@+id/swipe_refresh" | ||||
|         android:layout_width="match_parent" | ||||
|         android:layout_height="match_parent" | ||||
|         android:orientation="vertical"> | ||||
|  | ||||
|         <android.support.v7.widget.RecyclerView | ||||
|         android:id="@+id/recycler" | ||||
|         android:layout_width="match_parent" | ||||
|         android:layout_height="match_parent" | ||||
| @@ -13,5 +19,6 @@ | ||||
|         tools:listitem="@layout/item_recent_chapter"> | ||||
|  | ||||
|     </android.support.v7.widget.RecyclerView> | ||||
|     </android.support.v4.widget.SwipeRefreshLayout> | ||||
|  | ||||
| </RelativeLayout> | ||||
| @@ -1,9 +1,10 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|                 xmlns:app="http://schemas.android.com/apk/res-auto" | ||||
|                 xmlns:tools="http://schemas.android.com/tools" | ||||
|                 android:layout_width="fill_parent" | ||||
|                 android:layout_height="?android:attr/listPreferredItemHeight" | ||||
|                 xmlns:app="http://schemas.android.com/apk/res-auto"> | ||||
|                 android:background="?attr/selectable_list_drawable"> | ||||
|  | ||||
|  | ||||
|     <RelativeLayout | ||||
| @@ -39,8 +40,8 @@ | ||||
|             android:layout_alignParentLeft="true" | ||||
|             android:layout_alignParentStart="true" | ||||
|             android:layout_centerVertical="true" | ||||
|             android:layout_marginRight="30dp" | ||||
|             android:layout_marginEnd="30dp" | ||||
|             android:layout_marginRight="30dp" | ||||
|             android:orientation="vertical"> | ||||
|  | ||||
|             <TextView | ||||
|   | ||||
							
								
								
									
										30
									
								
								app/src/main/res/menu/chapter_recent_selection.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										30
									
								
								app/src/main/res/menu/chapter_recent_selection.xml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,30 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
|  | ||||
| <menu xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|       xmlns:app="http://schemas.android.com/apk/res-auto"> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/action_download" | ||||
|         android:icon="@drawable/ic_file_download_white_24dp" | ||||
|         android:title="@string/action_download" | ||||
|         app:showAsAction="ifRoom"/> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/action_delete" | ||||
|         android:icon="@drawable/ic_delete_white_24dp" | ||||
|         android:title="@string/action_delete" | ||||
|         app:showAsAction="ifRoom"/> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/action_mark_as_read" | ||||
|         android:icon="@drawable/ic_done_all_white_24dp" | ||||
|         android:title="@string/action_mark_as_read" | ||||
|         app:showAsAction="ifRoom"/> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/action_mark_as_unread" | ||||
|         android:icon="@drawable/ic_done_all_grey_24dp" | ||||
|         android:title="@string/action_mark_as_unread" | ||||
|         app:showAsAction="ifRoom"/> | ||||
|  | ||||
| </menu> | ||||
		Reference in New Issue
	
	Block a user