mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 15:23:00 +00:00 
			
		
		
		
	Optimize thumbnail placeholder drawables
This commit is contained in:
		| @@ -1,22 +1,12 @@ | |||||||
| <vector xmlns:android="http://schemas.android.com/apk/res/android" | <vector xmlns:android="http://schemas.android.com/apk/res/android" | ||||||
|     android:width="200dp" |     android:width="24dp" | ||||||
|     android:height="200dp" |     android:height="24dp" | ||||||
|     android:viewportWidth="200" |     android:viewportWidth="24" | ||||||
|     android:viewportHeight="200"> |     android:viewportHeight="24"> | ||||||
|   <path |   <path | ||||||
|       android:pathData="M0,0l200.173,0l0,200.425l-200.173,0z" |       android:pathData="M0,0h24v24h-24z" | ||||||
|       android:strokeAlpha="0.997" |       android:fillColor="@color/placeholder_background" /> | ||||||
|       android:strokeWidth="4.6539564" |  | ||||||
|       android:fillColor="@color/placeholder_background" |  | ||||||
|       android:strokeColor="#00000000" |  | ||||||
|       android:fillType="nonZero" |  | ||||||
|       android:fillAlpha="0.997"/> |  | ||||||
|   <path |   <path | ||||||
|       android:pathData="M125.003,99.189L101.807,111.522L75.753,125.001L75.225,101.364L75.004,75L98.727,86.303L125.003,99.189Z" |       android:pathData="M15,11.9023L12.2188,13.3828L9.0898,15L9.0273,12.1641L9,9L11.8477,10.3555ZM15,11.9023" | ||||||
|       android:strokeAlpha="0.997" |       android:fillColor="@color/placeholder_foreground" /> | ||||||
|       android:strokeWidth="5" |  | ||||||
|       android:fillColor="@color/placeholder_foreground" |  | ||||||
|       android:strokeColor="#00000000" |  | ||||||
|       android:fillType="nonZero" |  | ||||||
|       android:fillAlpha="0.997"/> |  | ||||||
| </vector> | </vector> | ||||||
|   | |||||||
| @@ -1,30 +1,15 @@ | |||||||
| <vector xmlns:android="http://schemas.android.com/apk/res/android" | <vector xmlns:android="http://schemas.android.com/apk/res/android" | ||||||
|     android:width="200dp" |     android:width="24dp" | ||||||
|     android:height="200dp" |     android:height="24dp" | ||||||
|     android:viewportWidth="200" |     android:viewportWidth="24" | ||||||
|     android:viewportHeight="200"> |     android:viewportHeight="24"> | ||||||
|   <path |   <path | ||||||
|       android:pathData="M0,0l200.173,0l0,200.425l-200.173,0z" |       android:pathData="M0,0h24v24h-24z" | ||||||
|       android:strokeAlpha="0.997" |       android:fillColor="@color/placeholder_background" /> | ||||||
|       android:strokeWidth="4.6539564" |  | ||||||
|       android:fillColor="@color/placeholder_background" |  | ||||||
|       android:strokeColor="#00000000" |  | ||||||
|       android:fillType="nonZero" |  | ||||||
|       android:fillAlpha="1"/> |  | ||||||
|   <path |   <path | ||||||
|       android:pathData="M115.003,99.189L91.807,111.522L65.753,125.001L65.225,101.364L65.004,75L88.727,86.303L115.003,99.189Z" |       android:pathData="M13.8008,11.9023L11.0156,13.3828L7.8906,15L7.8281,12.1641L7.8008,9L10.6484,10.3555ZM13.8008,11.9023" | ||||||
|       android:strokeAlpha="1" |       android:fillColor="@color/placeholder_foreground" /> | ||||||
|       android:strokeWidth="5" |  | ||||||
|       android:fillColor="@color/placeholder_foreground" |  | ||||||
|       android:strokeColor="#00000000" |  | ||||||
|       android:fillType="nonZero" |  | ||||||
|       android:fillAlpha="1"/> |  | ||||||
|   <path |   <path | ||||||
|       android:pathData="M140.003,99.188L116.807,111.521L90.753,125L90.225,101.363L90.004,75L113.728,86.303L140.003,99.188Z" |       android:pathData="M16.8008,11.9023L14.0156,13.3828L10.8906,15L10.8281,12.1641L10.8008,9L13.6484,10.3555ZM16.8008,11.9023" | ||||||
|       android:strokeAlpha="1" |       android:fillColor="@color/placeholder_foreground" /> | ||||||
|       android:strokeWidth="5" |  | ||||||
|       android:fillColor="@color/placeholder_foreground" |  | ||||||
|       android:strokeColor="#00000000" |  | ||||||
|       android:fillType="nonZero" |  | ||||||
|       android:fillAlpha="1"/> |  | ||||||
| </vector> | </vector> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 krlvm
					krlvm