Advertisement
Guest User

Untitled

a guest
Aug 29th, 2017
453
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.88 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2.  
  3. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:orientation="vertical" android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:background="@drawable/image3">
  7.  
  8. <ScrollView
  9. android:layout_width="match_parent"
  10. android:layout_height="match_parent"
  11. android:orientation="vertical">
  12.  
  13. <LinearLayout
  14. android:orientation="vertical" android:layout_width="match_parent"
  15. android:layout_height="match_parent"
  16. >
  17.  
  18. <LinearLayout
  19. android:orientation="vertical"
  20. android:layout_width="match_parent"
  21. android:layout_height="wrap_content"
  22. android:layout_gravity="center_vertical"
  23. android:layout_marginTop="240dp">
  24.  
  25. <TextView
  26. android:layout_width="wrap_content"
  27. android:layout_height="wrap_content"
  28. android:textAppearance="?android:attr/textAppearanceMedium"
  29. android:text="Hesham Medhat:"
  30. android:id="@+id/textView5"
  31. android:textStyle="bold"
  32. android:textColor="#f0e68c"
  33. android:layout_marginTop="30dp"
  34. android:textSize="25dp" />
  35.  
  36.  
  37. <TextView
  38. android:layout_width="wrap_content"
  39. android:layout_height="wrap_content"
  40. android:textAppearance="?android:attr/textAppearanceMedium"
  41. android:text="Computer and Systems Engineering, Faculty of Engineering, Alexandria University.
  42.  
  43. Emails: heshammedhat5@gmail.com / heshammedhat@acm.org
  44. Linkedin: linkedin.com/in/hesham-medhat/"
  45.  
  46. android:id="@+id/textView6"
  47. android:textStyle="bold"
  48. android:textColor="#fff"
  49. android:layout_marginTop="10dp"
  50. android:textSize="20dp" />
  51.  
  52. <TextView
  53. android:layout_width="wrap_content"
  54. android:layout_height="wrap_content"
  55. android:textAppearance="?android:attr/textAppearanceMedium"
  56. android:text="Sajed Hassan:"
  57. android:id="@+id/textView7"
  58. android:textStyle="bold"
  59. android:textColor="#f0e68c"
  60. android:layout_marginTop="30dp"
  61. android:textSize="25dp" />
  62.  
  63.  
  64. <TextView
  65. android:layout_width="wrap_content"
  66. android:layout_height="wrap_content"
  67. android:textAppearance="?android:attr/textAppearanceMedium"
  68. android:text="Computer and Systems Engineering, Faculty of Engineering, Alexandria University.
  69.  
  70. Email: hassanalmorsy1959@gmail.com
  71. Phone: 01145986577"
  72.  
  73. android:id="@+id/textView8"
  74. android:textStyle="bold"
  75. android:textColor="#fff"
  76. android:layout_marginTop="10dp"
  77. android:textSize="20dp" />
  78.  
  79. <TextView
  80. android:layout_width="wrap_content"
  81. android:layout_height="wrap_content"
  82. android:textAppearance="?android:attr/textAppearanceMedium"
  83. android:text="Aya Aly:"
  84. android:id="@+id/textView9"
  85. android:textStyle="bold"
  86. android:textColor="#f0e68c"
  87. android:layout_marginTop="30dp"
  88. android:textSize="25dp" />
  89.  
  90.  
  91. <TextView
  92. android:layout_width="wrap_content"
  93. android:layout_height="wrap_content"
  94. android:textAppearance="?android:attr/textAppearanceMedium"
  95. android:text="Computer and Systems Engineering, Faculty of Engineering, Alexandria University.
  96.  
  97. Email: aya_aly_abouzeid@yahoo.com
  98. Phone: 01284840097"
  99.  
  100. android:id="@+id/textView10"
  101. android:textStyle="bold"
  102. android:textColor="#fff"
  103. android:layout_marginTop="10dp"
  104. android:textSize="20dp" />
  105.  
  106. <TextView
  107. android:layout_width="wrap_content"
  108. android:layout_height="wrap_content"
  109. android:textAppearance="?android:attr/textAppearanceMedium"
  110. android:text="Mohamed Ayman:"
  111. android:id="@+id/textView11"
  112. android:textStyle="bold"
  113. android:textColor="#f0e68c"
  114. android:layout_marginTop="30dp"
  115. android:textSize="25dp" />
  116.  
  117.  
  118. <TextView
  119. android:layout_width="wrap_content"
  120. android:layout_height="wrap_content"
  121. android:textAppearance="?android:attr/textAppearanceMedium"
  122. android:text="Computer and Systems Engineering, Faculty of Engineering, Alexandria University.
  123.  
  124. Email: promohamed5hater@gmail.com
  125. Phone: 01064401374
  126. Linkedin: https://www.linkedin.com/in/mohamed-ayman-3b27b3130"
  127.  
  128. android:id="@+id/textView12"
  129. android:textStyle="bold"
  130. android:textColor="#fff"
  131. android:layout_marginTop="10dp"
  132. android:textSize="20dp" />
  133.  
  134.  
  135.  
  136.  
  137. </LinearLayout>
  138. </LinearLayout>
  139. </ScrollView>
  140. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement