Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. <android.support.design.widget.TextInputLayout
  2. android:id="@+id/name_s1"
  3. android:layout_width="match_parent"
  4. android:layout_height="wrap_content"
  5. android:orientation="horizontal"
  6. app:counterOverflowTextAppearance="@style/TextAppearance.Design.Tab"
  7. app:counterTextAppearance="@style/TextAppearance.Design.Counter.Overflow"
  8. app:hintTextAppearance="@style/MyTextInputLayout"
  9. android:layout_below="@+id/name_sCity"
  10. android:layout_alignParentStart="true"
  11. android:paddingTop="10dp"
  12. android:layout_toStartOf="@+id/imageViewGPS">
  13. <AutoCompleteTextView
  14. android:id="@+id/editText_nameStreet"
  15. android:layout_width="match_parent"
  16. android:layout_height="wrap_content"
  17. android:layout_alignParentStart="true"
  18. android:layout_below="@+id/textView2"
  19. android:hint="Улица откуда поедете"
  20. android:textColor="@color/colorTextWorning" />
  21. <requestFocus />
  22. </android.support.design.widget.TextInputLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement