mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-29 22:32:59 +00:00 
			
		
		
		
	Fine tuned padding
Moved seekbar preview up a bit, so the finger is not obstructing the view
This commit is contained in:
		| @@ -366,13 +366,14 @@ | ||||
|                     android:layout_width="wrap_content" | ||||
|                     android:layout_height="wrap_content" | ||||
|                     android:gravity="center" | ||||
|                     android:orientation="vertical"> | ||||
|                     android:orientation="vertical" | ||||
|                     android:paddingBottom="8dp"> | ||||
|  | ||||
|                     <ImageView | ||||
|                         android:id="@+id/currentSeekbarPreviewThumbnail" | ||||
|                         android:layout_width="wrap_content" | ||||
|                         android:layout_height="wrap_content" | ||||
|                         android:paddingBottom="3dp" | ||||
|                         android:paddingBottom="2dp" | ||||
|                         android:visibility="gone" | ||||
|                         app:srcCompat="@drawable/dummy_thumbnail" | ||||
|                         tools:visibility="visible" /> | ||||
|   | ||||
| @@ -365,13 +365,14 @@ | ||||
|                     android:layout_width="wrap_content" | ||||
|                     android:layout_height="wrap_content" | ||||
|                     android:gravity="center" | ||||
|                     android:orientation="vertical"> | ||||
|                     android:orientation="vertical" | ||||
|                     android:paddingBottom="8dp"> | ||||
|  | ||||
|                     <ImageView | ||||
|                         android:id="@+id/currentSeekbarPreviewThumbnail" | ||||
|                         android:layout_width="wrap_content" | ||||
|                         android:layout_height="wrap_content" | ||||
|                         android:paddingBottom="3dp" | ||||
|                         android:paddingBottom="2dp" | ||||
|                         android:visibility="gone" | ||||
|                         app:srcCompat="@drawable/dummy_thumbnail" | ||||
|                         tools:visibility="visible" /> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 litetex
					litetex