LINT: input type

This commit is contained in:
Milos Kozak 2019-04-08 18:13:47 +02:00
parent 3b1d96ecc9
commit e7d7a37aeb

View file

@ -528,7 +528,8 @@
android:id="@+id/careportal_newnstreatment_notes"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:width="180dp" />
android:width="180dp"
android:inputType="text" />
</LinearLayout>