1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:orientation="vertical" android:layout_width="wrap_content"
4 android:layout_height="wrap_content">
7 android:id="@+id/password"
8 android:inputType="textPassword"
9 android:layout_width="match_parent"
10 android:layout_height="wrap_content"
11 android:layout_marginTop="4dp"
12 android:layout_marginLeft="4dp"
13 android:layout_marginRight="4dp"
14 android:layout_marginBottom="16dp"
15 android:hint="@string/password"/>