]> git.ktnx.net Git - mobile-ledger.git/commitdiff
drop unneeded ems setting in several layouts
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 10 Jul 2020 06:41:20 +0000 (09:41 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 10 Jul 2020 06:41:20 +0000 (09:41 +0300)
app/src/main/res/layout/fragment_currency_selector_list.xml
app/src/main/res/layout/new_transaction_row.xml
app/src/main/res/layout/profile_detail.xml

index 5645d927dbceb657021879cc0786a778c40b1457..7fd49aa2baec810b548bf170436d991ba2cfaeb5 100644 (file)
@@ -1,5 +1,5 @@
 <?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
@@ -91,7 +91,6 @@
             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"
index e85b3c6620a327d8964db911bb830230e83594b7..a521d4ae4e9d1ed44c43a850c4f3876fd65d9992 100644 (file)
@@ -44,7 +44,6 @@
             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"
@@ -67,7 +66,6 @@
             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"
index e78d170d0b9ab0a4135c852ac12dc2265f7bef34..9442604e8a2d62436c196dab2ff5f5d7cd64e9cf 100644 (file)
@@ -36,7 +36,6 @@
             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>
@@ -52,7 +51,6 @@
             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"