]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/new_transaction_row.xml
new transaction: locale-aware number formatting (broken in RecyclerView migration)
[mobile-ledger.git] / app / src / main / res / layout / new_transaction_row.xml
index da1514208045e39ac5f96ad23c769a4ee9618aa3..707c7b0d25a0f54ecd02a58ffab5f46b71c6edcb 100644 (file)
             android:width="0dp"
             android:foregroundGravity="bottom"
             android:gravity="bottom|end"
-            android:hint="0.00"
-            android:inputType="numberSigned|numberDecimal"
+            android:hint="@string/zero_amount"
+            android:inputType="numberSigned|numberDecimal|number"
             android:minWidth="70sp"
             android:textAlignment="viewEnd"
             android:selectAllOnFocus="true"
-            tools:ignore="HardcodedText"
             android:imeOptions="actionNext"/>
 
     </LinearLayout>