Advertisement
Guest User

Untitled

a guest
May 25th, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:tools="http://schemas.android.com/tools"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:paddingBottom="@dimen/activity_vertical_margin"
  7. android:paddingLeft="@dimen/activity_horizontal_margin"
  8. android:paddingRight="@dimen/activity_horizontal_margin"
  9. android:paddingTop="@dimen/activity_vertical_margin"
  10. android:orientation="vertical">
  11.  
  12.  
  13. <LinearLayout
  14. android:layout_width="match_parent"
  15. android:layout_height="wrap_content"
  16. android:orientation="horizontal">
  17.  
  18.  
  19. <TextView
  20. android:layout_width="match_parent"
  21. android:layout_height="wrap_content"
  22. android:text="EdiSeguro: Empresa Luis - Câmara 1"
  23. android:textSize="16sp"
  24. android:gravity="center"
  25. android:layout_marginTop="0dp"
  26. android:background="#999999"/>
  27. </LinearLayout>
  28. <LinearLayout
  29. android:layout_width="match_parent"
  30. android:layout_height="wrap_content"
  31. android:orientation="horizontal"
  32. android:layout_marginTop="5dp">
  33.  
  34. <ImageButton
  35. android:layout_width="50dp"
  36. android:layout_height="40dp"
  37. android:background="@drawable/ic_keyboard_arrow_left_black_24dp"
  38. android:layout_marginLeft="5dp"
  39. android:id="@+id/back"/>
  40.  
  41. <ImageButton
  42. android:layout_width="50dp"
  43. android:layout_height="40dp"
  44. android:background="@drawable/ic_home_black_24dp"
  45. android:layout_marginLeft="230dp"
  46. android:id="@+id/home"/>
  47.  
  48. </LinearLayout>
  49. <LinearLayout
  50. android:layout_width="match_parent"
  51. android:layout_height="wrap_content"
  52. android:orientation="horizontal">
  53. <ImageView
  54. android:layout_width="285dp"
  55. android:layout_height="350dp"
  56. android:background="@drawable/camaragrande"
  57. android:layout_marginTop="10dp"
  58. android:layout_marginLeft="35dp"
  59. android:layout_marginRight="50dp" />
  60. </LinearLayout>
  61.  
  62. <LinearLayout
  63. android:layout_width="match_parent"
  64. android:layout_height="wrap_content"
  65. android:orientation="horizontal">
  66.  
  67. <TextView
  68. android:layout_width="wrap_content"
  69. android:layout_height="20dp"
  70. android:text="Ajuda"
  71. android:textSize="16sp"
  72. android:layout_marginTop="15dp"
  73. android:layout_marginLeft="270dp"
  74. android:id="@+id/ajuda"/>
  75.  
  76. </LinearLayout>
  77.  
  78. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement