X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fprofile_detail.xml;h=3c192f6d74dd10bc2f587a59049112983c91f050;hb=35050728743d57f5edc80658c19b03bd1be28b00;hp=952d7a66f6ed34f809691532d10ee5059e6b0e44;hpb=ec3b6e1fdfdaa00d564d88bf1cbe73016ec63edf;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 952d7a66..3c192f6d 100644 --- a/app/src/main/res/layout/profile_detail.xml +++ b/app/src/main/res/layout/profile_detail.xml @@ -1,21 +1,22 @@ - - - + android:layout_marginBottom="16dp"> - - + android:hint="@string/profile_name_label" + android:inputType="textPersonName" /> + - - - - - + + android:text="@string/pref_title_use_http_auth" + android:textAppearance="?android:textAppearanceListItem" /> + android:paddingStart="8dp" + tools:ignore="RtlSymmetry"> + android:layout_marginBottom="@dimen/activity_vertical_margin" + android:background="?colorError" + android:padding="@dimen/activity_vertical_margin" + android:visibility="gone"> + android:textColor="?colorOnError" + android:text="@string/insecure_scheme_with_auth" /> + + + - - + android:hint="@string/pref_title_backend_auth_user" + android:inputType="textPersonName" /> + + + + + + + + + + + + + + + + + + + + + android:text="@string/profile_default_commodity" + android:textAppearance="?android:textAppearanceListItem" /> - + android:text="@string/btn_no_currency" + android:textAppearance="?android:textAppearanceListItemSecondary" + android:textColor="?attr/textColor" /> + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file