2009-10-21 23:17:45 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2010-02-08 20:39:42 +00:00
|
|
|
|
2009-10-21 23:17:45 +00:00
|
|
|
|
2010-02-08 20:39:42 +00:00
|
|
|
<ScrollView android:orientation="vertical"
|
|
|
|
android:layout_height="480px"
|
|
|
|
android:layout_width="fill_parent" android:id="@+id/logScrollView"
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
>
|
2009-11-28 15:41:28 +00:00
|
|
|
|
2010-02-08 20:39:42 +00:00
|
|
|
<TextView android:id="@+id/messageLog"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_x="2px"
|
|
|
|
android:layout_y="2px"
|
|
|
|
android:textSize="12px"
|
|
|
|
/>
|
|
|
|
|
|
|
|
</ScrollView>
|
|
|
|
|