X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fprofile_detail.xml;fp=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fprofile_detail.xml;h=9442604e8a2d62436c196dab2ff5f5d7cd64e9cf;hp=e78d170d0b9ab0a4135c852ac12dc2265f7bef34;hb=c73e24dd51cf82fc8ca2cc8813aec6257a93341f;hpb=49b636d7a73b632846c2f5991258c5bedcdf5269 diff --git a/app/src/main/res/layout/profile_detail.xml b/app/src/main/res/layout/profile_detail.xml index e78d170d..9442604e 100644 --- a/app/src/main/res/layout/profile_detail.xml +++ b/app/src/main/res/layout/profile_detail.xml @@ -36,7 +36,6 @@ android:id="@+id/profile_name" android:layout_width="match_parent" android:layout_height="wrap_content" - android:ems="10" android:hint="@string/profile_name_label" android:inputType="textPersonName" /> @@ -52,7 +51,6 @@ android:id="@+id/url" android:layout_width="match_parent" android:layout_height="wrap_content" - android:ems="10" android:hint="@string/url_label" android:inputType="textUri" android:text="@string/pref_default_backend_url" /> @@ -109,7 +107,6 @@ android:id="@+id/auth_user_name" android:layout_width="match_parent" android:layout_height="wrap_content" - android:ems="10" android:hint="@string/pref_title_backend_auth_user" android:inputType="textPersonName" /> @@ -125,7 +122,6 @@ android:id="@+id/password" android:layout_width="match_parent" android:layout_height="wrap_content" - android:ems="10" android:hint="@string/pref_title_backend_auth_password" android:inputType="textWebPassword" /> @@ -241,7 +237,6 @@ android:id="@+id/preferred_accounts_filter_filter" android:layout_width="match_parent" android:layout_height="wrap_content" - android:ems="10" android:fontFamily="monospace" android:hint="@string/pref_preferred_autocompletion_account_filter_hint" android:inputType="text"