= decbf80ed5 MoveEdges are outer limit of Movement
Textures renamed and reorganized
New (not optimal) obstacleTextures added
2016-12-28 10:23:12 +01:00

23 lines
890 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal" android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/xml_unlock_message_background">
<ImageView
android:layout_width="40dp"
android:layout_height="40dp"
android:id="@+id/unlockmessage_toolimage"
android:src="@drawable/rampbutton"
android:layout_gravity="center_vertical" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Ramp unlocked"
android:id="@+id/unlockmessage_message"
android:layout_gravity="center_vertical"
android:layout_marginLeft="5dp"
android:textColor="#000000"
android:textSize="20sp" />
</LinearLayout>