<EditText
                android:
                style="@style/NewServiceEditTextline"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
        
                android:hint="@string/DiseaseValueNotNull"
                android:inputType="number"
                android:maxLength="18"
                        android:digits="0123456789xX"
                android:singleLine="true"
                android:textColorHint="@color/red" />

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-01
  • 2022-12-23
  • 2022-12-23
  • 2021-11-12
  • 2021-09-17
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-14
  • 2022-12-23
  • 2022-12-23
  • 2021-07-09
  • 2022-12-23
相关资源
相似解决方案