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=39eeb50de22657a7259f2527cde4be624e382e38;hb=HEAD;hpb=3b365016042215dd73cb4600840aa8199b8322b9 diff --git a/app/src/main/res/layout/profile_detail.xml b/app/src/main/res/layout/profile_detail.xml index 39eeb50d..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: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:layout_marginBottom="@dimen/activity_vertical_margin" + android:background="?colorError" + android:padding="@dimen/activity_vertical_margin" + android:visibility="gone" + > + android:text="@string/insecure_scheme_with_auth" + android:textColor="?colorOnError" + /> + + + - - + /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + android:layout_marginBottom="16dp" + android:clickable="true" + android:focusable="true" + android:orientation="vertical" + > + 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