mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 07:13:00 +00:00 
			
		
		
		
	Fix buttons' selectable item background not working in player
This commit is contained in:
		| @@ -63,10 +63,12 @@ | ||||
|         android:background="@color/video_overlay_color" | ||||
|         tools:visibility="visible" /> | ||||
|  | ||||
|     <!-- transparent background is needed for selectableItemBackgroundBorderless to work --> | ||||
|     <RelativeLayout | ||||
|         android:id="@+id/playbackControlRoot" | ||||
|         android:layout_width="match_parent" | ||||
|         android:layout_height="match_parent" | ||||
|         android:background="@color/transparent_background_color" | ||||
|         android:fitsSystemWindows="true" | ||||
|         android:visibility="gone" | ||||
|         tools:visibility="visible"> | ||||
|   | ||||
| @@ -63,10 +63,12 @@ | ||||
|         android:background="@color/video_overlay_color" | ||||
|         tools:visibility="visible" /> | ||||
|  | ||||
|     <!-- transparent background is needed for selectableItemBackgroundBorderless to work --> | ||||
|     <RelativeLayout | ||||
|         android:id="@+id/playbackControlRoot" | ||||
|         android:layout_width="match_parent" | ||||
|         android:layout_height="match_parent" | ||||
|         android:background="@color/transparent_background_color" | ||||
|         android:fitsSystemWindows="true" | ||||
|         android:visibility="gone" | ||||
|         tools:visibility="visible"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Stypox
					Stypox