small changes, refactoring, etc

This commit is contained in:
fkloft
2014-07-22 00:49:35 +02:00
parent b96f054424
commit 18fe655c82
3 changed files with 54 additions and 40 deletions

View File

@ -1,26 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:id="@+id/dialog_http_authentication"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:orientation="vertical">
<EditText
android:id="@+id/username"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:layout_marginBottom="4dp"
android:layout_marginLeft="4dp"
android:layout_marginRight="4dp"
android:layout_marginBottom="4dp"
android:hint="@string/username" />
android:layout_marginTop="16dp"
android:hint="@string/username"/>
<EditText
android:id="@+id/password"
android:inputType="textPassword"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:layout_marginBottom="16dp"
android:layout_marginLeft="4dp"
android:layout_marginRight="4dp"
android:layout_marginBottom="16dp"
android:hint="@string/password"/>
android:layout_marginTop="4dp"
android:hint="@string/password"
android:inputType="textPassword"/>
</LinearLayout>

View File

@ -223,7 +223,6 @@
<string name="username">Username</string>
<string name="password">Password</string>
<string name="sign_in_action">Sign in</string>
<string name="cancel">Cancel</string>
<string name="tab_map">Locate</string>
<string name="tab_share">Share</string>