project_files/Android-build/SDL-android-project/res/layout/backbutton.xml
author belphegorr <szabibibi@gmail.com>
Thu, 05 Jul 2012 17:19:11 +0300
changeset 7236 378fc97dae99
parent 5607 d3a3e80ad1da
permissions -rw-r--r--
Reduced number of crates on the challenge in mission 1, fixed an error with mission 3 (at the end)

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