res/layout/notification.xml
author Vincent V. <marseille@beem-project.com>
Tue, 10 Apr 2012 11:32:31 +0200
changeset 940 b8e23e8da2f7
parent 909 45ba9cc90c22
child 945 89f1be755b8d
permissions -rw-r--r--
Add/join muc - temporary stopped

<RelativeLayout
	xmlns:android="http://schemas.android.com/apk/res/android"
	android:id="@+id/layout"
	android:layout_width="fill_parent"
	android:layout_height="fill_parent"
	android:padding="10dp">
	<ImageButton
		android:id="@+id/status"
		android:background="@drawable/beem_launcher_icon_silver"
		android:layout_width="wrap_content"
		android:layout_height="wrap_content"
		android:layout_centerVertical="true"
		android:layout_alignParentLeft="true"
		android:layout_marginRight="10dp" />
	<TextView
		android:id="@+id/pseudo"
		android:layout_width="wrap_content"
		android:layout_height="wrap_content"
		android:layout_toRightOf="@id/status"
		style="@style/NotificationTitle" />
	<TextView
		android:id="@+id/msgstatus"
		android:layout_width="wrap_content"
		android:layout_height="wrap_content"
		android:layout_toRightOf="@id/status"
		android:layout_below="@id/pseudo"
		style="@style/NotificationText" />
</RelativeLayout>