Commit 773b322d authored by james.clarke2's avatar james.clarke2

Delete activity_update_refreshments.xml

parent efeab391
<?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"
android:gravity="center"
tools:context=".UpdateRefreshments">
<Spinner
android:id="@+id/aSpinner"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="20dp"
android:entries ="@array/Spinner_items" />
<Spinner
android:id="@+id/sweetSpinner"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="20dp"
/>
<Button
android:id="@+id/button6"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true"
android:text="To the discount raffle"
android:onClick="DiscountPercent"/>
</LinearLayout>
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