20 lines
574 B
XML
20 lines
574 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
<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"
|
|
>
|
|
|
|
<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>
|
|
|