project_files/Android-build/SDL-android-project/res/layout/savebutton.xml
author nemo
Fri, 18 May 2012 13:35:22 -0400
changeset 7092 c9ca770fd7fc
parent 5607 d3a3e80ad1da
permissions -rw-r--r--
Add an emergency return to the timebox in the case of death of rest of team. Also add a small visual effect to AI survival

<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android">
    <ImageButton
    	android:id="@+id/btnSave"
    	android:layout_width="120dip"
    	android:layout_height="40dip"
    	android:layout_alignParentBottom="true"
    	android:layout_alignParentRight="true"
    	android:adjustViewBounds="true"
    	android:scaleType="centerInside"
    	android:background="@android:color/transparent"
    	android:src="@drawable/savebutton"/>
</merge>