X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fprofile_detail.xml;h=c1aea4dc3a1830e268bd040e90bf05684ad9b936;hp=dfecf9d78dbc8b0b7a6b009486f23a1a52e8a351;hb=HEAD;hpb=14b90afeb45e3f23673eaf3f65ae708f0e3faa2d diff --git a/app/src/main/res/layout/profile_detail.xml b/app/src/main/res/layout/profile_detail.xml index dfecf9d7..f2218a3a 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_height="wrap_content" + android:layout_marginBottom="16dp" + > - - + /> + - + 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" + /> + android:paddingStart="8dp" + tools:ignore="RtlSymmetry" + > + + - + + + + android:orientation="vertical" + > - - + /> + - + android:orientation="vertical" + app:passwordToggleEnabled="true" + > - + android:inputType="textWebPassword" + /> + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file