]> git.ktnx.net Git - mobile-ledger.git/commitdiff
rename a constant
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 30 Nov 2018 18:46:07 +0000 (18:46 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 30 Nov 2018 18:46:07 +0000 (18:46 +0000)
app/src/main/res/layout-v26/content_new_transaction.xml
app/src/main/res/layout/content_new_transaction.xml
app/src/main/res/values/strings.xml

index 8e71c3415ac102050c8d643acb06ace1f51addfc..1df8ed8323008ec916a99d7953b587477efc381a 100644 (file)
@@ -42,7 +42,7 @@
                     android:layout_width="match_parent"
                     android:layout_height="wrap_content"
                     android:layout_weight="1"
                     android:layout_width="match_parent"
                     android:layout_height="wrap_content"
                     android:layout_weight="1"
-                    android:hint="@string/new_transaction_account_label"
+                    android:hint="@string/new_transaction_account_hint"
                     android:text="" />
 
                 <EditText
                     android:text="" />
 
                 <EditText
index f6aa059f30b0e4c4a65d7861fcce4e3ebd7b6df3..c5170855e5f076d59ea06117db8f2858893e8839 100644 (file)
@@ -40,7 +40,7 @@
                         android:layout_height="wrap_content"
                         android:layout_weight="9"
                         android:width="0dp"
                         android:layout_height="wrap_content"
                         android:layout_weight="9"
                         android:width="0dp"
-                        android:hint="@string/new_transaction_account_label" />
+                        android:hint="@string/new_transaction_account_hint" />
 
                     <EditText
                         android:layout_width="wrap_content"
 
                     <EditText
                         android:layout_width="wrap_content"
@@ -65,7 +65,7 @@
                         android:layout_height="wrap_content"
                         android:layout_weight="9"
                         android:width="0dp"
                         android:layout_height="wrap_content"
                         android:layout_weight="9"
                         android:width="0dp"
-                        android:hint="@string/new_transaction_account_label" />
+                        android:hint="@string/new_transaction_account_hint" />
 
                     <EditText
                         android:layout_width="wrap_content"
 
                     <EditText
                         android:layout_width="wrap_content"
index e284d05d97b9ada5a8dd7c9065f0dc9ff015372e..4f6ba17ed6281b20954c64602e8a01f5ea2c75be 100644 (file)
@@ -55,7 +55,7 @@
     <string name="pref_title_backend_auth_user">Username</string>
     <string name="pref_title_backend_auth_password">Password</string>
     <string name="title_activity_new_transaction">New Transaction</string>
     <string name="pref_title_backend_auth_user">Username</string>
     <string name="pref_title_backend_auth_password">Password</string>
     <string name="title_activity_new_transaction">New Transaction</string>
-    <string name="new_transaction_account_label">Account</string>
+    <string name="new_transaction_account_hint">Account</string>
     <string name="new_transaction_date_hint">Transaction date</string>
     <string name="new_transaction_amount_hint">amount</string>
     <string name="menu_add_account">Add another acount</string>
     <string name="new_transaction_date_hint">Transaction date</string>
     <string name="new_transaction_amount_hint">amount</string>
     <string name="menu_add_account">Add another acount</string>