mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Implement latest updates. (#472)
This commit is contained in:
		
							
								
								
									
										9
									
								
								app/src/main/res/drawable-anydpi/ic_watch_later.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								app/src/main/res/drawable-anydpi/ic_watch_later.xml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| <vector xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|         android:width="24dp" | ||||
|         android:height="24dp" | ||||
|         android:viewportWidth="24.0" | ||||
|         android:viewportHeight="24.0"> | ||||
|     <path | ||||
|         android:fillColor="#FF000000" | ||||
|         android:pathData="M12,2C6.5,2 2,6.5 2,12s4.5,10 10,10 10,-4.5 10,-10S17.5,2 12,2zM16.2,16.2L11,13L11,7h1.5v5.2l4.5,2.7 -0.8,1.3z"/> | ||||
| </vector> | ||||
| @@ -19,7 +19,8 @@ | ||||
|             android:layout_height="match_parent" | ||||
|             android:background="?android:attr/colorBackground" | ||||
|             tools:background="?android:attr/colorBackground" | ||||
|             tools:src="@mipmap/ic_launcher" /> | ||||
|             tools:src="@mipmap/ic_launcher" | ||||
|             tools:ignore="ContentDescription" /> | ||||
|  | ||||
|         <View | ||||
|             android:id="@+id/gradient" | ||||
|   | ||||
| @@ -7,19 +7,22 @@ | ||||
|             android:id="@+id/nav_drawer_library" | ||||
|             android:icon="@drawable/ic_book_black_24dp" | ||||
|             android:title="@string/label_library" /> | ||||
|         <item | ||||
|             android:id="@+id/nav_drawer_recent_updates" | ||||
|             android:icon="@drawable/ic_update_black_24dp" | ||||
|             android:title="@string/label_recent_updates" /> | ||||
|         <item | ||||
|             android:id="@+id/nav_drawer_recently_read" | ||||
|             android:icon="@drawable/ic_glasses_black_24dp" | ||||
|             android:title="@string/label_recent_manga"/> | ||||
|         <item | ||||
|             android:id="@+id/nav_drawer_recent_updates" | ||||
|             android:icon="@drawable/ic_update_black_24dp" | ||||
|             android:title="@string/label_recent_updates" /> | ||||
|  | ||||
|         <item | ||||
|             android:id="@+id/nav_drawer_catalogues" | ||||
|             android:icon="@drawable/ic_explore_black_24dp" | ||||
|             android:title="@string/label_catalogues" /> | ||||
|         <item | ||||
|             android:id="@+id/nav_drawer_latest_updates" | ||||
|             android:icon="@drawable/ic_watch_later" | ||||
|             android:title="@string/label_latest_updates" /> | ||||
|         <item | ||||
|             android:id="@+id/nav_drawer_downloads" | ||||
|             android:icon="@drawable/ic_file_download_black_24dp" | ||||
|   | ||||
| @@ -8,8 +8,9 @@ | ||||
|     <string name="label_download_queue">Download queue</string> | ||||
|     <string name="label_library">My library</string> | ||||
|     <string name="label_recent_manga">Recently read</string> | ||||
|     <string name="label_recent_updates">Recent updates</string> | ||||
|     <string name="label_catalogues">Catalogues</string> | ||||
|     <string name="label_recent_updates">Library updates</string> | ||||
|     <string name="label_latest_updates">Latest updates</string> | ||||
|     <string name="label_categories">Categories</string> | ||||
|     <string name="label_selected">Selected: %1$d</string> | ||||
|     <string name="label_backup">Backup</string> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user