mirror of
				https://github.com/viq/NewsBlur.git
				synced 2025-11-01 09:09:16 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			No EOL
		
	
	
		
			282 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			No EOL
		
	
	
		
			282 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="line" >
 | 
						|
    <stroke
 | 
						|
        android:dashGap="1dp"
 | 
						|
        android:dashWidth="1dp"
 | 
						|
        android:width="1dp"
 | 
						|
        android:color="@color/darkgray" />
 | 
						|
 | 
						|
</shape> |