res/layout/chat_msg_row.xml
author nikita@nikita-laptop
Mon, 15 Feb 2010 22:37:32 +0100
changeset 671 25f6fded204a
parent 653 e94abef6120c
child 772 d1db49d18275
permissions -rw-r--r--
i have temporarly deleted jingle features from the trunk, report you to http://beem-project.com/hg/beem-audio/ if you are interested

<?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="wrap_content"
    >

    <TextView android:id="@+id/chatmessagename"
	android:layout_width="fill_parent"
	android:layout_height="wrap_content"
	android:textSize="16sp"
	android:textColor="#FFFFFF"
	android:textStyle="bold"
	android:paddingBottom="1dp"
	/>
    <TextView android:id="@+id/chatmessagetext"
	android:layout_width="fill_parent"
	android:layout_height="wrap_content"
	android:autoLink="all"
	/>
</LinearLayout>