res/layout/messagelist.xml
changeset 103 2320ab48e829
parent 102 e3e8bf449590
child 104 b31649abe731
equal deleted inserted replaced
102:e3e8bf449590 103:2320ab48e829
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <TextView xmlns:android="http://schemas.android.com/apk/res/android"
       
     3 	android:id="@+id/messageview"
       
     4 	android:textSize="2mm"
       
     5 	android:singleLine="false"
       
     6 	android:layout_width="fill_parent"
       
     7 	android:layout_height="wrap_content" />