anthony restaino
8 years ago
2 changed files with 48 additions and 23 deletions
@ -0,0 +1,31 @@
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<LinearLayout |
||||
xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="match_parent" |
||||
android:orientation="vertical" |
||||
android:padding="@dimen/dialog_padding"> |
||||
|
||||
<TextView |
||||
android:id="@+id/auth_request_realm_textview" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="wrap_content" |
||||
android:ellipsize="end" |
||||
android:maxLines="3"/> |
||||
|
||||
<EditText |
||||
android:id="@+id/auth_request_username_edittext" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="wrap_content" |
||||
android:hint="@string/hint_username" |
||||
android:maxLines="1"/> |
||||
|
||||
<EditText |
||||
android:id="@+id/auth_request_password_edittext" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="wrap_content" |
||||
android:hint="@string/hint_password" |
||||
android:inputType="textPassword" |
||||
android:maxLines="1"/> |
||||
|
||||
</LinearLayout> |
Loading…
Reference in new issue