Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. <LinearLayout
  2. xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent"
  7. android:gravity="center"
  8. android:background="#2b597e"
  9. tools:context=".TermsAndConditionsActivity">
  10.  
  11. <TextView
  12. android:layout_width="wrap_content"
  13. android:layout_height="wrap_content"
  14. android:textSize="25sp"
  15. android:textColor="#f10606"
  16. android:padding="15dp"
  17. android:textStyle="bold"
  18. android:text="1. For Student Account You Have To Be A University Student.\n\n2. For Teacher Account You Have To Be A University Teacher.\n\n3. You Have To Register With A Valid Email Address."/>
  19.  
  20. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement