X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fprofile_detail.xml;h=46222f628b48ab4cd41677ce7f154018b99f6fbc;hb=a87079ed41bdc3ad89fe8bd15dfba10e37b29b76;hp=04e60dd08239b2cb1d9b755b4374889aa605af7a;hpb=649f399014447df347d0fd5c76219b6549f53ee0;p=mobile-ledger-staging.git diff --git a/app/src/main/res/layout/profile_detail.xml b/app/src/main/res/layout/profile_detail.xml index 04e60dd0..46222f62 100644 --- a/app/src/main/res/layout/profile_detail.xml +++ b/app/src/main/res/layout/profile_detail.xml @@ -1,21 +1,22 @@ + 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" + /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file