mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-30 23:03:00 +00:00 
			
		
		
		
	Fix swapped colors in video and playlist thumbnails
This commit is contained in:
		
							
								
								
									
										20
									
								
								app/src/main/res/drawable-night/dummy_person.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								app/src/main/res/drawable-night/dummy_person.xml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,20 @@ | ||||
| <vector xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     android:width="24dp" | ||||
|     android:height="24dp" | ||||
|     android:viewportWidth="24" | ||||
|     android:viewportHeight="24"> | ||||
|  | ||||
|   <path | ||||
|       android:pathData="M0,0 L24,0 L24,24 L0,24 z" | ||||
|       android:fillColor="@color/placeholder_foreground" /> | ||||
|  | ||||
|   <group android:scaleX="0.8333333" | ||||
|       android:scaleY="0.8333333" | ||||
|       android:translateX="2" | ||||
|       android:translateY="2"> | ||||
|     <path | ||||
|         android:pathData="M12,12c2.21,0 4,-1.79 4,-4s-1.79,-4 -4,-4 -4,1.79 -4,4 1.79,4 4,4zM12,14c-2.67,0 -8,1.34 -8,4v2h16v-2c0,-2.66 -5.33,-4 -8,-4z" | ||||
|         android:fillColor="@color/placeholder_background" /> | ||||
|   </group> | ||||
|  | ||||
| </vector> | ||||
							
								
								
									
										
											BIN
										
									
								
								app/src/main/res/drawable-nodpi/dummy_thumbnail_dark.bmp
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								app/src/main/res/drawable-nodpi/dummy_thumbnail_dark.bmp
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 62 B | 
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 134 B | 
| @@ -6,7 +6,7 @@ | ||||
|  | ||||
|   <path | ||||
|       android:pathData="M0,0 L24,0 L24,24 L0,24 z" | ||||
|       android:fillColor="@color/placeholder_foreground" /> | ||||
|       android:fillColor="@color/placeholder_background" /> | ||||
|  | ||||
|   <group android:scaleX="0.8333333" | ||||
|       android:scaleY="0.8333333" | ||||
| @@ -14,7 +14,7 @@ | ||||
|       android:translateY="2"> | ||||
|     <path | ||||
|         android:pathData="M12,12c2.21,0 4,-1.79 4,-4s-1.79,-4 -4,-4 -4,1.79 -4,4 1.79,4 4,4zM12,14c-2.67,0 -8,1.34 -8,4v2h16v-2c0,-2.66 -5.33,-4 -8,-4z" | ||||
|         android:fillColor="@color/placeholder_background" /> | ||||
|         android:fillColor="@color/placeholder_foreground" /> | ||||
|   </group> | ||||
|  | ||||
| </vector> | ||||
|   | ||||
| @@ -5,8 +5,8 @@ | ||||
|     android:viewportHeight="24"> | ||||
|   <path | ||||
|       android:pathData="M0,0h24v24h-24z" | ||||
|       android:fillColor="@color/placeholder_background" /> | ||||
|       android:fillColor="@color/placeholder_foreground" /> | ||||
|   <path | ||||
|       android:pathData="M15,11.9023L12.2188,13.3828L9.0898,15L9.0273,12.1641L9,9L11.8477,10.3555ZM15,11.9023" | ||||
|       android:fillColor="@color/placeholder_foreground" /> | ||||
|       android:fillColor="@color/placeholder_background" /> | ||||
| </vector> | ||||
|   | ||||
| @@ -6,8 +6,8 @@ | ||||
|  | ||||
|     <color name="ic_launcher_background">#CD201F</color> | ||||
|  | ||||
|     <color name="placeholder_background">#F6F6F6</color> | ||||
|     <color name="placeholder_foreground">#6E6E6E</color> | ||||
|     <color name="placeholder_background">#6E6E6E</color> | ||||
|     <color name="placeholder_foreground">#F6F6F6</color> | ||||
|  | ||||
|     <!-- Light Theme --> | ||||
|     <color name="light_background_color">#EEEEEE</color> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 krlvm
					krlvm