Statistics
| Branch: | Revision:

root / res / layout / passworddialog.xml @ 0ae79b26

History | View | Annotate | Download (976 Bytes)

1
<?xml version="1.0" encoding="utf-8"?>
2
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
        android:layout_height="wrap_content" 
4
        android:layout_width="250dip" android:orientation="vertical">
5
        <EditText android:layout_height="wrap_content"
6
                android:minWidth="180dip" 
7
                android:id="@+id/submit_password_text"
8
                android:layout_centerHorizontal="true" 
9
                android:inputType="textPassword"
10
                android:layout_below="@+id/textView1" 
11
                android:layout_alignLeft="@+id/submit_password_text" android:layout_width="fill_parent" android:layout_marginRight="40dip" android:layout_marginLeft="40dip"/>
12
        <Button android:text="Submit" 
13
                android:id="@+id/submit_password"
14
                android:layout_height="wrap_content" 
15
                android:layout_below="@+id/submit_password_text"
16
                android:layout_centerHorizontal="true" 
17
                android:layout_marginTop="5dip" android:layout_width="fill_parent" android:layout_marginRight="60dip" android:layout_marginLeft="60dip"></Button>
18
</LinearLayout>