Mercurial > MadButterfly
view Android/examples/testpath/res/layout/main.xml @ 541:f42419c08a65 Android_Skia
Swap geo_t::cur_area and geo_t::last_area correctly.
See comment of GEO_SWAP() in redraw_man.c.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Mon, 24 May 2010 21:09:32 +0800 |
parents | e505597c17fb |
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, testpath" /> </LinearLayout>