<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"

    app:layout_behavior="@string/appbar_scrolling_view_behavior"
    tools:context=".Payments.SignContract"
    tools:showIn="@layout/activity_sign_contract">

    <Button
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:text="Process Signature"
        android:background="@drawable/customborder"
        android:textColor="@color/white"
        android:layout_marginTop="40dp"
        android:id="@+id/btnsignprocess" />


    <LinearLayout

        android:layout_width="match_parent"
        android:layout_height="200dp"
        android:orientation="vertical"
        android:background="#fff"
        android:id="@+id/canvasLayout"
        >


    </LinearLayout>


</LinearLayout>




