<?xml version="1.0" encoding="utf-8"?><!--
- ~ Copyright © 2019 Damyan Ivanov.
+ ~ Copyright © 2020 Damyan Ivanov.
~ This file is part of MoLe.
~ MoLe is free software: you can distribute it and/or modify it
~ under the term of the GNU General Public License as published by
android:id="@+id/new_currency_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:ems="10"
android:hint="@string/new_currency_name_hint"
android:inputType="text"
android:singleLine="true"
android:layout_height="wrap_content"
android:accessibilityTraversalBefore="@+id/new_transaction_description"
android:drawableStart="@drawable/ic_event_gray_24dp"
- android:ems="10"
android:enabled="true"
android:focusable="false"
android:gravity="bottom|center"
android:layout_gravity="bottom"
android:layout_marginStart="8dp"
android:accessibilityTraversalAfter="@+id/new_transaction_date"
- android:ems="10"
android:foregroundGravity="bottom"
android:gravity="bottom"
android:hint="@string/new_transaction_description_hint"
android:id="@+id/profile_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:ems="10"
android:hint="@string/profile_name_label"
android:inputType="textPersonName" />
</com.google.android.material.textfield.TextInputLayout>
android:id="@+id/url"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:ems="10"
android:hint="@string/url_label"
android:inputType="textUri"
android:text="@string/pref_default_backend_url" />
android:id="@+id/auth_user_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:ems="10"
android:hint="@string/pref_title_backend_auth_user"
android:inputType="textPersonName" />
</com.google.android.material.textfield.TextInputLayout>
android:id="@+id/password"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:ems="10"
android:hint="@string/pref_title_backend_auth_password"
android:inputType="textWebPassword" />
android:id="@+id/preferred_accounts_filter_filter"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:ems="10"
android:fontFamily="monospace"
android:hint="@string/pref_preferred_autocompletion_account_filter_hint"
android:inputType="text"