fix blur on seekbar drawable
This commit is contained in:
		
							parent
							
								
									96229f01e8
								
							
						
					
					
						commit
						4253f49e79
					
				
							
								
								
									
										8
									
								
								app/src/main/res/drawable-v23/seekbar_background.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								app/src/main/res/drawable-v23/seekbar_background.xml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,8 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
 | 
			
		||||
    <item android:height="3dp" android:gravity="center_vertical">
 | 
			
		||||
        <shape android:shape="rectangle">
 | 
			
		||||
            <solid android:color="#818181" />
 | 
			
		||||
        </shape>
 | 
			
		||||
    </item>
 | 
			
		||||
</layer-list>
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 207 B After Width: | Height: | Size: 207 B  | 
@ -44,7 +44,7 @@
 | 
			
		||||
             android:layout_below="@android:id/summary"
 | 
			
		||||
             android:layout_alignStart="@android:id/summary"
 | 
			
		||||
             android:layout_alignLeft="@android:id/summary"
 | 
			
		||||
             android:progressDrawable="@drawable/seekbar_bg"
 | 
			
		||||
             android:progressDrawable="@drawable/seekbar_background"
 | 
			
		||||
             android:thumb="@drawable/seekbar_thumb"
 | 
			
		||||
             android:padding="16dip"
 | 
			
		||||
             android:theme="@style/DiscreteSeekBar"/>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user