1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:orientation="vertical"
4 android:layout_width="fill_parent"
5 android:layout_height="fill_parent"
9 android:id="@+id/prompt"
10 android:layout_width="fill_parent"
11 android:layout_height="wrap_content"
14 android:id="@+id/entry"
15 android:layout_width="fill_parent"
16 android:layout_height="wrap_content"
17 android:background="@android:drawable/editbox_background"
18 android:password="true"
21 android:orientation="horizontal"
22 android:layout_width="fill_parent"
23 android:layout_height="wrap_content"
27 android:layout_width="wrap_content"
28 android:layout_height="wrap_content"
32 android:id="@+id/cancel"
33 android:layout_width="wrap_content"
34 android:layout_height="wrap_content"