50 lines
1.4 KiB
XML
50 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
|
|
a:layout_width="fill_parent"
|
|
a:layout_height="fill_parent"
|
|
a:orientation="vertical" >
|
|
|
|
<include layout="@layout/tab_progress" />
|
|
|
|
<com.handmark.pulltorefresh.library.PullToRefreshListView
|
|
a:id="@+id/chat_entries"
|
|
a:layout_width="fill_parent"
|
|
a:layout_height="0dip"
|
|
a:layout_weight="1.0"
|
|
a:textFilterEnabled="true" />
|
|
|
|
<LinearLayout
|
|
a:layout_height="4dip"
|
|
a:layout_width="fill_parent"
|
|
a:layout_marginTop="4dip"
|
|
a:background="@drawable/drop_shadow" />
|
|
|
|
<LinearLayout
|
|
a:layout_width="fill_parent"
|
|
a:layout_height="wrap_content"
|
|
a:orientation="horizontal"
|
|
a:gravity="bottom" >
|
|
|
|
<EditText
|
|
a:id="@+id/chat_edittext"
|
|
a:layout_width="0dip"
|
|
a:layout_height="40dip"
|
|
a:layout_weight="1"
|
|
a:autoLink="all"
|
|
a:hint="@string/chat.send_a_message"
|
|
a:inputType="textEmailAddress|textMultiLine"
|
|
a:linksClickable="true"
|
|
a:paddingBottom="10dip"
|
|
a:paddingTop="10dip" />
|
|
|
|
<ImageButton
|
|
a:id="@+id/chat_send"
|
|
a:layout_width="60dip"
|
|
a:layout_height="40dip"
|
|
a:src="?attr/chat_send" />
|
|
|
|
</LinearLayout>
|
|
|
|
<include layout="@layout/now_playing" />
|
|
|
|
</LinearLayout> |