mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 15:23:00 +00:00 
			
		
		
		
	Add 8dp margin on the right side of the progress bar
This commit is contained in:
		| @@ -20,7 +20,7 @@ | ||||
|         android:layout_above="@+id/notificationButtons" | ||||
|         android:layout_toRightOf="@+id/notificationCover" | ||||
|         android:gravity="center_vertical" | ||||
|         android:orientation="vertical" > | ||||
|         android:orientation="vertical"> | ||||
|  | ||||
|         <TextView | ||||
|             android:id="@+id/notificationSongName" | ||||
| @@ -45,7 +45,8 @@ | ||||
|             android:layout_width="match_parent" | ||||
|             android:layout_height="wrap_content" | ||||
|             android:id="@+id/playbackProgress" | ||||
|             style="@style/Widget.AppCompat.ProgressBar.Horizontal" /> | ||||
|             style="@style/Widget.AppCompat.ProgressBar.Horizontal" | ||||
|             android:layout_marginRight="8dp" /> | ||||
|     </LinearLayout> | ||||
|  | ||||
|     <ImageButton | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Coffeemakr
					Coffeemakr