Commit 59715c91 authored by james.clarke2's avatar james.clarke2

Add new file

parent 1b69338e
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout 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:paddingBottom="16dp"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:paddingTop="16dp"
tools:context=".PaymentPage"
>
<com.craftman.cardform.CardForm
android:id="@+id/cardform"
android:layout_width="match_parent"
android:layout_height="match_parent"
>
<Button
android:id="@+id/button6"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:onClick="CountdownTimer"
android:text="Review Cars" />
</com.craftman.cardform.CardForm>
</RelativeLayout>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment