X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fprofile_detail.xml;h=4c8bba39bcf7ed4c6bec1624c01cc96a9f738d39;hp=39eeb50de22657a7259f2527cde4be624e382e38;hb=5144bddd6f2b5611c0d7bd912b9a6f72e78a3f0a;hpb=3b365016042215dd73cb4600840aa8199b8322b9 diff --git a/app/src/main/res/layout/profile_detail.xml b/app/src/main/res/layout/profile_detail.xml index 39eeb50d..4c8bba39 100644 --- a/app/src/main/res/layout/profile_detail.xml +++ b/app/src/main/res/layout/profile_detail.xml @@ -1,81 +1,105 @@ - - - + android:layout_marginBottom="16dp"> - - + android:hint="@string/profile_name_label" + android:inputType="textPersonName" /> + - - - - - + android:text="@string/pref_default_backend_url" /> + + + + + + + + + + + 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