fix player progress bar skip intro/next ep button overlapping
This commit is contained in:
		@ -77,7 +77,7 @@
 | 
			
		||||
        android:layout_height="wrap_content"
 | 
			
		||||
        android:layout_gravity="bottom|end"
 | 
			
		||||
        android:layout_marginEnd="12dp"
 | 
			
		||||
        android:layout_marginBottom="70dp"
 | 
			
		||||
        android:layout_marginBottom="72dp"
 | 
			
		||||
        android:gravity="center"
 | 
			
		||||
        android:text="@string/next_episode"
 | 
			
		||||
        android:textAllCaps="false"
 | 
			
		||||
@ -93,7 +93,7 @@
 | 
			
		||||
        android:layout_height="wrap_content"
 | 
			
		||||
        android:layout_gravity="bottom|end"
 | 
			
		||||
        android:layout_marginEnd="12dp"
 | 
			
		||||
        android:layout_marginBottom="70dp"
 | 
			
		||||
        android:layout_marginBottom="72dp"
 | 
			
		||||
        android:gravity="center"
 | 
			
		||||
        android:text="@string/skip_opening"
 | 
			
		||||
        android:textAllCaps="false"
 | 
			
		||||
 | 
			
		||||
@ -1,5 +1,5 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<resources>
 | 
			
		||||
    <dimen name="player_styled_progress_layout_height">48dp</dimen>
 | 
			
		||||
    <dimen name="player_styled_progress_layout_height">28dp</dimen>
 | 
			
		||||
    <dimen name="player_styled_progress_margin_bottom">52dp</dimen>
 | 
			
		||||
</resources>
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user