X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fprofile_detail.xml;h=6a0d9caf0a573b3ffe902b66bf6540f826019d8a;hp=952d7a66f6ed34f809691532d10ee5059e6b0e44;hb=9a5851cd58854428212433f83f4c7a457b20d478;hpb=ec3b6e1fdfdaa00d564d88bf1cbe73016ec63edf diff --git a/app/src/main/res/layout/profile_detail.xml b/app/src/main/res/layout/profile_detail.xml index 952d7a66..6a0d9caf 100644 --- a/app/src/main/res/layout/profile_detail.xml +++ b/app/src/main/res/layout/profile_detail.xml @@ -1,77 +1,98 @@ - - - + android:layout_marginBottom="16dp"> - - + android:hint="@string/profile_name_label" + android:inputType="textPersonName" /> + - - - - - + + + + + + + + + + + android:paddingStart="8dp" + android:animateLayoutChanges="true" + tools:ignore="RtlSymmetry"> + android:layout_marginBottom="@dimen/activity_vertical_margin" + android:background="@color/error_background" + android:padding="@dimen/activity_vertical_margin" + android:visibility="gone"> - - + android:text="@string/insecure_scheme_with_auth" /> - - + android:ems="10" + android:hint="@string/pref_title_backend_auth_user" + android:inputType="textPersonName" /> + + + - + android:hint="@string/pref_title_backend_auth_password" + android:inputType="textWebPassword" /> + + - + + + + + + + + + + + + \ No newline at end of file