Browse Source

Document order fixes

master
preyearegmi 6 years ago
parent
commit
cf4edd808d
  1. BIN
      .idea/caches/build_file_checksums.ser
  2. 214
      app/src/main/res/layout/fragment_kyc_view3_v2.xml

BIN
.idea/caches/build_file_checksums.ser

214
app/src/main/res/layout/fragment_kyc_view3_v2.xml

@ -81,7 +81,114 @@
</RelativeLayout>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="90dp"
android:layout_margin="6dp"
android:background="@drawable/ic_rounded_white"
android:orientation="horizontal">
<RelativeLayout
android:id="@+id/frontImage_layout"
android:layout_width="110dp"
android:layout_height="match_parent">
<ImageView
android:layout_margin="@dimen/kycimagedocumentmargin"
android:id="@+id/iv_front_image"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:scaleType="centerCrop"
android:src="@drawable/ic_camera_red" />
</RelativeLayout>
<View
android:layout_width="2dp"
android:layout_height="match_parent"
android:background="@color/gray"/>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.gmeremit.online.gmeremittance_native.customwidgets.GmeTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingStart="8dp"
android:paddingLeft="8dp"
android:gravity="start"
android:text="Verification Id Front"
android:textColor="@color/darkgray"
android:layout_centerVertical="true"
android:textSize="14sp"
/>
<com.gmeremit.online.gmeremittance_native.customwidgets.GmeTextView
android:id="@+id/front_example"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="10dp"
android:gravity="center"
android:text="View Sample"
android:layout_alignParentBottom="true"
android:layout_alignParentRight="true"
android:textColor="#007aff"
android:layout_centerInParent="true"
android:textSize="10sp"
/>
</RelativeLayout>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="90dp"
android:layout_margin="6dp"
android:background="@drawable/ic_rounded_white"
android:orientation="horizontal">
<RelativeLayout
android:id="@+id/backImage_layout"
android:layout_width="110dp"
android:layout_height="match_parent">
<ImageView
android:layout_margin="@dimen/kycimagedocumentmargin"
android:id="@+id/iv_back_image"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:scaleType="centerCrop"
android:src="@drawable/ic_camera_red" />
</RelativeLayout>
<View
android:layout_width="2dp"
android:layout_height="match_parent"
android:background="@color/gray"/>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.gmeremit.online.gmeremittance_native.customwidgets.GmeTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="start"
android:paddingStart="8dp"
android:paddingLeft="8dp"
android:text="Verification Id Back"
android:textColor="@color/darkgray"
android:layout_centerVertical="true"
android:textSize="14sp"
/>
<com.gmeremit.online.gmeremittance_native.customwidgets.GmeTextView
android:id="@+id/back_example"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="10dp"
android:gravity="center"
android:text="View Sample"
android:layout_alignParentBottom="true"
android:layout_alignParentRight="true"
android:textColor="#007aff"
android:layout_centerInParent="true"
android:textSize="10sp"
/>
</RelativeLayout>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="90dp"
@ -193,114 +300,7 @@
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="90dp"
android:layout_margin="6dp"
android:background="@drawable/ic_rounded_white"
android:orientation="horizontal">
<RelativeLayout
android:id="@+id/frontImage_layout"
android:layout_width="110dp"
android:layout_height="match_parent">
<ImageView
android:layout_margin="@dimen/kycimagedocumentmargin"
android:id="@+id/iv_front_image"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:scaleType="centerCrop"
android:src="@drawable/ic_camera_red" />
</RelativeLayout>
<View
android:layout_width="2dp"
android:layout_height="match_parent"
android:background="@color/gray"/>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.gmeremit.online.gmeremittance_native.customwidgets.GmeTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingStart="8dp"
android:paddingLeft="8dp"
android:gravity="start"
android:text="Verification Id Front"
android:textColor="@color/darkgray"
android:layout_centerVertical="true"
android:textSize="14sp"
/>
<com.gmeremit.online.gmeremittance_native.customwidgets.GmeTextView
android:id="@+id/front_example"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="10dp"
android:gravity="center"
android:text="View Sample"
android:layout_alignParentBottom="true"
android:layout_alignParentRight="true"
android:textColor="#007aff"
android:layout_centerInParent="true"
android:textSize="10sp"
/>
</RelativeLayout>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="90dp"
android:layout_margin="6dp"
android:background="@drawable/ic_rounded_white"
android:orientation="horizontal">
<RelativeLayout
android:id="@+id/backImage_layout"
android:layout_width="110dp"
android:layout_height="match_parent">
<ImageView
android:layout_margin="@dimen/kycimagedocumentmargin"
android:id="@+id/iv_back_image"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:scaleType="centerCrop"
android:src="@drawable/ic_camera_red" />
</RelativeLayout>
<View
android:layout_width="2dp"
android:layout_height="match_parent"
android:background="@color/gray"/>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.gmeremit.online.gmeremittance_native.customwidgets.GmeTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="start"
android:paddingStart="8dp"
android:paddingLeft="8dp"
android:text="Verification Id Back"
android:textColor="@color/darkgray"
android:layout_centerVertical="true"
android:textSize="14sp"
/>
<com.gmeremit.online.gmeremittance_native.customwidgets.GmeTextView
android:id="@+id/back_example"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="10dp"
android:gravity="center"
android:text="View Sample"
android:layout_alignParentBottom="true"
android:layout_alignParentRight="true"
android:textColor="#007aff"
android:layout_centerInParent="true"
android:textSize="10sp"
/>
</RelativeLayout>
</LinearLayout>

Loading…
Cancel
Save