Guest User

Untitled

a guest
Oct 19th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.13 KB | None | 0 0
  1. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:layout_width="fill_parent"
  3. android:layout_height="fill_parent"
  4. android:orientation="vertical">
  5.  
  6. <Button
  7. android:id="@+id/titlebutton"
  8. android:layout_width="fill_parent"
  9. android:layout_height="wrap_content"
  10. android:text="ffff"
  11. android:layout_below="@+id/textpassff"
  12. android:layout_alignParentLeft="true"
  13. android:layout_gravity="center_horizontal"
  14. android:layout_marginTop="5dp" />
  15.  
  16. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  17. android:layout_width="fill_parent"
  18. android:layout_height="fill_parent"
  19. android:orientation="vertical">
  20.  
  21. <Button
  22. android:layout_width="fill_parent"
  23. android:layout_height="wrap_content"
  24. android:text="ffff"
  25. android:layout_below="@+id/textpass"
  26. android:layout_alignParentLeft="true"
  27. android:layout_gravity="center_horizontal"
  28. android:layout_marginTop="5dp" />
  29.  
  30. <ScrollView
  31. android:id="@+id/SCROLLER_ID"
  32. android:layout_width="fill_parent"
  33. android:layout_height="wrap_content"
  34. android:scrollbars="vertical"
  35. android:fillViewport="true">
  36.  
  37. <WebView
  38. android:id="@+id/TextView01"
  39. android:layout_width="match_parent"
  40. android:layout_height="match_parent"
  41. android:layout_weight="1.0"
  42. android:padding="10dp" />
  43.  
  44. </ScrollView>
  45.  
  46. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  47. android:id="@+id/llWriteCommentWall"
  48. android:layout_height="fill_parent"
  49. android:layout_width="fill_parent">
  50.  
  51. <Button
  52. android:id="@+id/btButtonComments"
  53. android:layout_height="wrap_content"
  54. android:layout_width="wrap_content"
  55. android:text="Comments"
  56. android:layout_alignParentRight="true"
  57. android:layout_alignParentBottom="true" />
  58.  
  59. <EditText
  60. android:id="@+id/etEdittext"
  61. android:layout_height="wrap_content"
  62. android:layout_width="fill_parent"
  63. android:hint="Write a comment.... "
  64. android:layout_marginLeft="2dip"
  65. android:layout_marginRight="2dip"
  66. android:layout_toLeftOf="@id/btButtonComments"
  67. android:layout_alignParentBottom="true" />
  68. </RelativeLayout>
  69. </LinearLayout>
  70.  
  71.  
  72. </RelativeLayout>
  73.  
  74. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  75. android:layout_width="fill_parent"
  76. android:layout_height="fill_parent"
  77. android:orientation="vertical">
  78.  
  79. <Button
  80. android:id="@+id/titlebutton"
  81. android:layout_width="fill_parent"
  82. android:layout_height="wrap_content"
  83. android:text="ffff"
  84. android:layout_alignParentLeft="true"
  85. android:layout_gravity="center_horizontal"
  86. android:layout_marginTop="5dp" />
  87.  
  88. <LinearLayout
  89. android:layout_width="fill_parent"
  90. android:layout_height="fill_parent"
  91. android:orientation="vertical">
  92.  
  93. <Button
  94. android:layout_width="fill_parent"
  95. android:layout_height="wrap_content"
  96. android:text="ffff"
  97. android:layout_below="@+id/textpass"
  98. android:layout_alignParentLeft="true"
  99. android:layout_gravity="center_horizontal"
  100. android:layout_marginTop="5dp" />
  101.  
  102. <ScrollView
  103. android:id="@+id/SCROLLER_ID"
  104. android:layout_width="fill_parent"
  105. android:layout_height="0dp"
  106. android:layout_weight="1"
  107. android:scrollbars="vertical"
  108. android:fillViewport="true">
  109.  
  110. <WebView
  111. android:id="@+id/TextView01"
  112. android:layout_width="match_parent"
  113. android:layout_height="match_parent"
  114. android:layout_weight="1.0"
  115. android:padding="10dp" />
  116.  
  117. </ScrollView>
  118.  
  119. <LinearLayout
  120. android:id="@+id/llWriteCommentWall"
  121. android:layout_height="wrap_content"
  122. android:layout_width="fill_parent">
  123.  
  124.  
  125. <Button
  126. android:id="@+id/btButtonComments"
  127. android:layout_height="wrap_content"
  128. android:layout_width="wrap_content"
  129. android:text="Comments"
  130. android:layout_alignParentRight="true"
  131. android:layout_alignParentBottom="true" />
  132.  
  133. <EditText
  134. android:id="@+id/etEdittext"
  135. android:layout_height="wrap_content"
  136. android:layout_width="fill_parent"
  137. android:hint="Write a comment.... "
  138. android:layout_marginLeft="2dip"
  139. android:layout_marginRight="2dip"
  140. android:layout_toLeftOf="@id/btButtonComments"
  141. android:layout_alignParentBottom="true" />
  142. </LinearLayout>
  143.  
  144. </LinearLayout>
  145.  
  146. </RelativeLayout>
Add Comment
Please, Sign In to add comment