| 
					
				 | 
			
			
				@@ -1,22 +1,17 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <?xml version="1.0" encoding="utf-8"?> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     android:layout_width="match_parent" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    android:layout_height="wrap_content" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    android:layout_height="@dimen/divider_202px" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    android:background="@color/color_FFF2F2F2" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     android:orientation="vertical"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    <View 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        android:layout_width="match_parent" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        android:layout_height="1px" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        android:background="@color/input_title_line_color" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <androidx.viewpager.widget.ViewPager 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        android:layout_marginTop="16dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        android:layout_marginBottom="33dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        android:layout_marginLeft="29dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        android:layout_marginRight="29dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         android:id="@+id/viewPager" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         android:layout_width="match_parent" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        android:layout_height="wrap_content" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        android:layout_weight="1" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        android:layout_height="match_parent" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        android:layout_marginStart="@dimen/divider_63px" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        android:layout_marginTop="@dimen/divider_25px" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        android:layout_marginEnd="@dimen/divider_63px" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        android:layout_marginBottom="@dimen/divider_28px" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 </LinearLayout> 
			 |