<?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="match_parent"
    android:orientation="vertical"
    android:background="@color/qfpay_bg"
    android:paddingLeft="10dp"
    android:paddingTop="10dp"
    android:paddingRight="10dp"
    android:paddingBottom="6dp"
>

   	<LinearLayout 
   	    android:layout_width="match_parent"
		android:layout_height="0px" 
   	    android:background="@drawable/qfpay_input_amount"
   	    android:layout_weight="1"
   	    android:orientation="vertical"
   	>
   	    

   	    <LinearLayout
   	        android:layout_width="match_parent"
   	        android:layout_height="0px"
   	        android:layout_gravity="center"
   	        android:layout_weight="1.50"
   	        android:paddingLeft="10dp"
   	        android:paddingRight="10dp" 
   	        android:gravity="center"
   	    >
   	        
   	        
   	        <LinearLayout 
   	            android:layout_width="match_parent"
   	            android:layout_height="wrap_content"
   	            android:orientation="vertical"
   	        >
   	            
   	            <View 
		            android:layout_width="match_parent"
		            android:layout_height="1px"
		            android:background="@drawable/qfpay_spline"
		        />  
		        
	 	        <FrameLayout 
	 	            android:layout_width="match_parent"
	       	        android:layout_height="wrap_content"
	 	            android:background="@drawable/qfpay_amount_screen_backgroud"
	 	        >
	 	        
	 	            <!-- 签名图片 -->
		       	    <ImageView 
		       	        android:id="@+id/iv_sign"
		       	        android:layout_width="wrap_content"
		       	        android:layout_height="wrap_content"
		       	        android:layout_gravity="center_horizontal"
		       	        android:paddingTop="15dp"
	 	            	android:paddingBottom="15dp"
		       	    />
		       	    
		       	    <TextView 
		       	        android:layout_width="match_parent"
		       	        android:layout_height="wrap_content"
		       	        android:text="@string/holder_sign"
		       	        android:paddingLeft="5dp"
		       	        android:textColor="@color/qfpay_lightgray"
		       	    />
	 	            
	 	            
	 	        </FrameLayout>
	   	        
	 	        <View 
		            android:layout_width="match_parent"
		            android:layout_height="1px"
		            android:background="@drawable/qfpay_spline"
	        	/>     
   	            
   	        </LinearLayout>
   	        
 	            
   	    </LinearLayout>
   	    
       	<View 
            android:layout_width="match_parent"
            android:layout_height="1px"
            android:background="@drawable/qfpay_spline"
            android:layout_marginLeft="10dp"
   	        android:layout_marginRight="10dp" 
       	/>     
     	<LinearLayout 
    	    android:layout_width="match_parent"
    	    android:layout_height="0px"
    	    android:orientation="vertical"
    	    android:layout_weight="1"
    	    android:gravity="center"
     	 >

	       	<TextView 
	       	    android:layout_width="wrap_content"
	       	    android:layout_height="wrap_content"
	       	    android:textSize="@dimen/qfpay_medium"
	       	    android:text="@string/sign_confirm_tip"
	       	    android:textColor="@color/darkgray"
	       	/>
     	        
     	</LinearLayout>    
   	        
   	</LinearLayout>
   	
   	<!-- bottom -->
    <LinearLayout 
        android:id="@+id/title"
        android:layout_width="match_parent"
		android:layout_height="@dimen/qfpay_paint_button_height"
        android:layout_marginTop="5dp"
    >
 		<Button 
    	    android:id="@+id/btn_back"
    	    android:layout_width="0px"
			android:layout_height="match_parent"
			android:text="@string/back_sign"
			android:layout_weight="1"
			android:textColor="@color/qfpay_white"
			android:textSize="@dimen/qfpay_medium"
			android:layout_marginLeft="6dp"
			android:background="@drawable/qfpay_paint_clear_selsetor"
			
    	/>
    	<TextView 
    	    android:layout_width="20dp"
			android:layout_height="wrap_content"
    	/>
    	<Button 
    	    android:id="@+id/btn_submit"
    	    android:layout_width="0px"
			android:layout_height="match_parent"
			android:text="@string/confirm_sign_success"
			android:layout_weight="1"
			android:textColor="@color/qfpay_white"
			android:textSize="@dimen/qfpay_medium"
			android:layout_marginRight="6dp"
			android:background="@drawable/qfpay_trade_cloud_selsetor"
    	/>
    	
    </LinearLayout>    
</LinearLayout>