Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. <studio.carbonylgroup.textfieldboxes.TextFieldBoxes
  2. android:layout_width="match_parent"
  3. android:layout_height="wrap_content"
  4. android:layout_marginStart="16dp"
  5. android:layout_marginEnd="16dp"
  6. android:layout_marginBottom="10dp"
  7. app:labelText="@string/edit_profile_description"
  8. app:panelBackgroundColor="@color/colorTextBackground"
  9. app:primaryColor="@color/colorAccent"
  10. app:secondaryColor="@color/textColorSecondary">
  11.  
  12. <studio.carbonylgroup.textfieldboxes.ExtendedEditText
  13. android:id="@+id/layout_edit_profile_description_et"
  14. android:layout_width="match_parent"
  15. android:layout_height="wrap_content"
  16. android:inputType="textMultiLine|textCapSentences"
  17. android:lineSpacingExtra="6sp"
  18. android:maxLength="100"
  19. android:textAppearance="@style/Text.Regular.14.PrimaryColor"
  20. tools:text="Designer at Surf Designer at Surf Designer at Surf Designer at Surf Designer at Surf" />
  21.  
  22. </studio.carbonylgroup.textfieldboxes.TextFieldBoxes>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement