res/layout/contactdialogaliasdialog.xml
author nikita@nikita-laptop
Mon, 15 Feb 2010 22:37:32 +0100
changeset 671 25f6fded204a
parent 555 5262009d9a24
child 767 74a987c3efb5
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="fill_parent">
	<TextView android:id="@+id/CDAliasDialogLabel"
		android:layout_height="wrap_content" android:layout_width="wrap_content"
		android:layout_marginLeft="20dip" android:layout_marginRight="20dip"
		android:text="@string/userinfo_label_alias"
		android:gravity="left" style="@style/Label" />
	<EditText android:id="@+id/CDAliasDialogName"
		android:layout_height="wrap_content" android:layout_width="fill_parent"
		android:layout_marginLeft="20dip" android:layout_marginRight="20dip"
		android:scrollHorizontally="true" android:autoText="false"
		android:capitalize="none" android:gravity="fill_horizontal" />
</LinearLayout>