Ver Fonte

fix correct inputType for measure value

MrOzOn há 5 anos atrás
pai
commit
c307f2ab11

+ 2 - 1
feature_measure/src/main/res/layout/fragment_edit_measure.xml

@@ -71,7 +71,8 @@
                 <com.google.android.material.textfield.TextInputEditText
                     android:layout_width="match_parent"
                     android:layout_height="wrap_content"
-                    android:inputType="numberDecimal"
+                    android:digits="0123456789*./"
+                    android:inputType="date"
                     android:singleLine="true" />
 
             </com.google.android.material.textfield.TextInputLayout>