res/layout/notification.xml
author Vincent V.<marseille@beem-project.com>
Mon, 14 Nov 2011 00:47:02 +0100
changeset 919 b1815efd3cf6
parent 909 45ba9cc90c22
child 945 89f1be755b8d
permissions -rw-r--r--
Account_type now = package name. Continue clean on aidl ContactList update request on contact to get display name Clean on add_contact user interface

<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>