Skip to content

Instantly share code, notes, and snippets.

@ShwetaChauhan18
Created February 24, 2020 12:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShwetaChauhan18/078031bc188f6cfb662215ca58af8371 to your computer and use it in GitHub Desktop.
Save ShwetaChauhan18/078031bc188f6cfb662215ca58af8371 to your computer and use it in GitHub Desktop.
<com.simform.customcomponent.SSCustomEdittextOutlinedBorder
android:id="@+id/edtAbout"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/_10sdp"
android:inputType="textMultiLine|textCapSentences"
app:custom_component_editText_hint="@string/edt_hint_about"
app:custom_component_maxline="3"
app:custom_component_minline="3"
app:custom_component_maxLength="25"
app:errorTextValue="errorText"
app:isErrorEnable="false"
app:custom_component_title_color="@color/color_brownish_grey_two"
app:custom_component_title_error_color="@color/color_error"
app:custom_component_border_color="@color/color_warm_grey"
app:custom_component_border_error_color="@color/color_error"
app:custom_component_title="@string/edt_title_about"
app:layout_constraintEnd_toEndOf="@+id/edtPassword"
app:layout_constraintStart_toStartOf="@+id/edtPassword"
app:layout_constraintTop_toBottomOf="@+id/edtPassword"
app:textValue="aboutText"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment