X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fprofile_detail.xml;h=2667a5200d6d2d066667ac3fa4704ab3d162101a;hb=340a2bbb2750aff33e99f63335402f1c45da66b5;hp=b69e518ad259cfdc76b11da1c82f2d638ff92ad7;hpb=b90ee9f0732b38a4ca35265ff68ad69353330f05;p=mobile-ledger.git diff --git a/app/src/main/res/layout/profile_detail.xml b/app/src/main/res/layout/profile_detail.xml index b69e518a..2667a520 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_marginEnd="8dp" + android:text="@string/api_version_unknown_label" + android:textAppearance="?android:textAppearanceListItemSecondary" + android:textColor="?attr/textColor" + app:layout_constraintEnd_toStartOf="@id/api_version_detect_button" + app:layout_constraintTop_toBottomOf="@id/api_version_text" + /> + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file