|  | @@ -50,6 +50,39 @@
 | 
	
		
			
				|  |  |              android:layout_marginBottom="@dimen/common_padding"
 | 
	
		
			
				|  |  |              android:background="@color/line_color" />
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +        <LinearLayout
 | 
	
		
			
				|  |  | +            android:layout_width="match_parent"
 | 
	
		
			
				|  |  | +            android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | +            android:layout_marginTop="@dimen/common_padding"
 | 
	
		
			
				|  |  | +            android:baselineAligned="false"
 | 
	
		
			
				|  |  | +            android:orientation="horizontal">
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +            <TextView
 | 
	
		
			
				|  |  | +                android:layout_width="wrap_content"
 | 
	
		
			
				|  |  | +                android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | +                android:layout_gravity="center"
 | 
	
		
			
				|  |  | +                android:text="@string/payment_name"
 | 
	
		
			
				|  |  | +                android:textSize="@dimen/text_size_medium" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +            <TextView
 | 
	
		
			
				|  |  | +                android:id="@+id/payment_name"
 | 
	
		
			
				|  |  | +                android:layout_width="match_parent"
 | 
	
		
			
				|  |  | +                android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | +                android:layout_marginStart="@dimen/common_padding"
 | 
	
		
			
				|  |  | +                android:background="@color/white"
 | 
	
		
			
				|  |  | +                android:gravity="end"
 | 
	
		
			
				|  |  | +                android:singleLine="true"
 | 
	
		
			
				|  |  | +                android:textSize="@dimen/text_size_medium" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        </LinearLayout>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <View
 | 
	
		
			
				|  |  | +            android:layout_width="match_parent"
 | 
	
		
			
				|  |  | +            android:layout_height="@dimen/line"
 | 
	
		
			
				|  |  | +            android:layout_marginTop="@dimen/common_padding_huge"
 | 
	
		
			
				|  |  | +            android:layout_marginBottom="@dimen/common_padding"
 | 
	
		
			
				|  |  | +            android:background="@color/line_color" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |          <LinearLayout
 | 
	
		
			
				|  |  |              android:layout_width="match_parent"
 | 
	
		
			
				|  |  |              android:layout_height="wrap_content"
 |