]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout-v26/content_new_transaction.xml
rename a constant
[mobile-ledger.git] / app / src / main / res / layout-v26 / content_new_transaction.xml
index e6aff4865e8f44e00026d63be28e105a319c4e40..1df8ed8323008ec916a99d7953b587477efc381a 100644 (file)
                 android:importantForAutofill="no"
                 android:inputType="date"
                 android:onClick="pickTransactionDate"
-                android:textAlignment="center" />
+                android:selectAllOnFocus="true"
+                android:singleLine="true"
+                android:textAlignment="center"
+                android:textStyle="bold" />
 
             <LinearLayout
                 android:importantForAutofill="noExcludeDescendants"
@@ -39,7 +42,7 @@
                     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