Guest User

Untitled

a guest
Dec 14th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. <LinearLayout
  2. android:layout_width="match_parent"
  3. android:layout_height="match_parent"
  4. android:orientation="vertical"
  5.  
  6.  
  7.  
  8.  
  9. >
  10.  
  11. <EditText
  12. android:layout_width="match_parent"
  13. android:layout_height="wrap_content"
  14. android:layout_weight="1"
  15. android:background="#f44242"
  16. android:hint="Enter your country "
  17. />
  18. <EditText
  19. android:layout_width="match_parent"
  20. android:layout_height="wrap_content"
  21. android:layout_weight="1"
  22. android:hint="Enter your name "
  23. android:background="#fcfcfc"
  24. android:fontFamily="@string/app_name"
  25. android:textColor="@color/colorAccent"
  26. android:textSize="30dp"
  27. />
  28.  
  29. <Button
  30. android:layout_width="match_parent"
  31. android:layout_height="wrap_content"
  32. android:layout_weight="1"
  33. android:text="click me "
  34. android:hint="تسجيل الدخول"
  35. android:onClick="get"
  36. android:textColor="#fcfcfc"
  37. android:background="#0f0f0f"
  38.  
  39. />
  40.  
  41. </LinearLayout>
Add Comment
Please, Sign In to add comment