<android.support.design.widget.TextInputLayout
android:id="@+id/addBookTelephonelayout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
app:error="@{billShipModel.BPhone.isEmpty() && billShipObsevable.billingShowError ? " Hii error find " : null}"
android:layout_alignParentStart="true"
android:layout_alignParentTop="true">
<EditText
android:id="@+id/addBookTelephoneValue"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_marginTop="30dp"
android:hint="@string/telephone"
android:text="@={billShipModel.BPhone}"
android:inputType="phone"
android:singleLine="true"
android:textColorHint="@color/gray" />
</android.support.design.widget.TextInputLayout>
3 comments
If possible please include screens for each posts. So, that we can get to know how it looks.
Thank you for helping us.