equal
  deleted
  inserted
  replaced
  
    
    
     1 <?xml version="1.0" encoding="UTF-8"?>  | 
         | 
     2 <shape xmlns:android="http://schemas.android.com/apk/res/android" type="line">  | 
         | 
     3 <stroke android:width="1dp"  | 
         | 
     4 		android:height="2dp"  | 
         | 
     5 		android:color="#D6F94C" />  | 
         | 
     6 	<size android:height="1dp" />  | 
         | 
     7 </shape>  | 
         |