X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fprofile_detail.xml;h=83c4f22863a787214358dda2765ab62e52aa03af;hp=0538f3f55600031323fcec837a94f227e1128d7b;hb=b296570e4c84379133927f7f35e1220b9b1d6862;hpb=09e26d2279484b4dfe0de218b05f075362fff4b5 diff --git a/app/src/main/res/layout/profile_detail.xml b/app/src/main/res/layout/profile_detail.xml index 0538f3f5..83c4f228 100644 --- a/app/src/main/res/layout/profile_detail.xml +++ b/app/src/main/res/layout/profile_detail.xml @@ -1,5 +1,5 @@ + tools:context=".ui.profiles.ProfileDetailFragment" + > + android:layout_marginBottom="16dp" + > + android:inputType="textPersonName" + /> + android:orientation="vertical" + > + android:text="@string/pref_default_backend_url" + /> - - + android:animateLayoutChanges="true" + android:orientation="vertical" + > - + android:text="@string/pref_title_use_http_auth" + android:textAppearance="?android:textAppearanceListItem" + /> + tools:ignore="RtlSymmetry" + > + + + + + + android:orientation="vertical" + > + android:inputType="textPersonName" + /> + android:orientation="vertical" + app:passwordToggleEnabled="true" + > + android:inputType="textWebPassword" + /> + - + android:layout_height="wrap_content" + android:layout_marginBottom="16dp" + > + + + + + + + + + + + + android:layout_marginBottom="16dp" + android:clickable="true" + android:focusable="true" + android:orientation="vertical" + > - + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file