Mercurial > sdl-ios-xcode
view android/project/res/layout/main.xml @ 4894:ac19d74e2a47
Fixed compiling with mingw32/64
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 19 Sep 2010 16:46:56 -0700 (2010-09-19) |
parents | 9076cdb027af |
children |
line wrap: on
line source
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" > <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="Hello World, SDLActivity" /> </LinearLayout>