project_files/Android-build/SDL-android-project/res/layout/backbutton.xml
author Medo <smaxein@googlemail.com>
Fri, 27 Jul 2012 01:38:24 +0200
changeset 7444 2e31f114f57e
parent 5607 d3a3e80ad1da
permissions -rw-r--r--
Hedgeroid: various improvements: - Improved main menu dialogs - Fixed hardware enter button not sending chat messages on Transformer - Fixed /me messages showing the /me as part of the message

<?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>