#attributeの値がこのxmlファイルで意味することを誰かが知っていますか?maxLength = "#length"とはxml androidレイアウトファイルの意味ですか?
<EditText
android:id="@+id/firmaText"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:ems="8"
android:textColor="@color/black"
android:textSize="14sp"
android:paddingLeft="5sp"
android:inputType="textPassword"
android:lines="1"
android:maxLength="#{longitud}"
android:text="#{pin}"/>
は、私が意味とmaxLengthの属性を使用することを知っている、問題は、それが持っている価値があります。私も考えて
は、前処理の一種である、しかし、それはコンパイルdoesntの...
googleでの最初の検索 –
これはある種の前処理のためかもしれませんか? –
私はすでにGoogleで検索しています。 – Baima