| 
					
				 | 
			
			
				@@ -2,19 +2,19 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <shape xmlns:android="http://schemas.android.com/apk/res/android" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     android:shape="rectangle" > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    <stroke 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        android:width="4dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        android:color="#FF88FFFF" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <solid 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        android:color="#FFDDDDDD" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        android:height="30dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    <gradient 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        android:angle="225" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        android:endColor="#DD2ECCFA" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        android:startColor="#DD000000" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <stroke 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        android:width="30dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        android:color="#00CCAACC" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <corners 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        android:bottomLeftRadius="7dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        android:bottomRightRadius="8dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        android:topLeftRadius="8dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        android:topRightRadius="7dp" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        android:bottomLeftRadius="10dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        android:bottomRightRadius="10dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        android:topLeftRadius="10dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        android:topRightRadius="10dp" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 </shape> 
			 |