Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2014
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 14.84 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2.  
  3. <RelativeLayout
  4.    xmlns:android="http://schemas.android.com/apk/res/android"
  5.    android:layout_width="fill_parent"
  6.    android:layout_height="fill_parent"
  7.    android:orientation="vertical">
  8.  
  9.     <RelativeLayout
  10.        android:layout_width="fill_parent"
  11.        android:layout_height="match_parent"
  12.        android:orientation="vertical">
  13.  
  14.         <ScrollView
  15.            android:id="@+id/Scroll"
  16.            android:layout_width="fill_parent"
  17.            android:layout_height="match_parent"
  18.            android:orientation="vertical">
  19.  
  20.             <TableLayout
  21.                android:id="@+id/Table"
  22.                android:layout_width="match_parent"
  23.                android:layout_height="wrap_content">
  24.  
  25.                 <TableRow
  26.                    android:id="@+id/TableRow"
  27.                    android:layout_width="fill_parent"
  28.                    android:layout_height="wrap_content"
  29.                    android:paddingTop="5dp">
  30.  
  31.                     <ImageView
  32.                        android:id="@+id/imageview"
  33.                        android:layout_width="wrap_content"
  34.                        android:layout_height="wrap_content"
  35.                        android:contentDescription="Logo"
  36.                        android:maxHeight="50dp"
  37.                        android:maxWidth="50dp"
  38.                        android:src="@drawable/common_signin_btn_icon_dark"/>
  39.  
  40.                     <RelativeLayout
  41.                        android:id="@+id/RelativeLayout"
  42.                        android:layout_width="fill_parent"
  43.                        android:layout_height="wrap_content"
  44.                        android:orientation="vertical">
  45.  
  46.                         <TextView
  47.                            android:id="@+id/AddressLine1"
  48.                            android:layout_width="wrap_content"
  49.                            android:layout_height="wrap_content"
  50.                            android:text="Command Software"
  51.                            android:textStyle="bold">
  52.                         </TextView>
  53.  
  54.                         <TextView
  55.                            android:id="@+id/AddressLine2"
  56.                            android:layout_width="wrap_content"
  57.                            android:layout_height="wrap_content"
  58.                            android:layout_below="@+id/AddressLine1"
  59.                            android:text="14 The Green \nNewoprt Pagnell, mk16 0jw">
  60.                         </TextView>
  61.  
  62.                     </RelativeLayout>
  63.                 </TableRow>
  64.  
  65.                 <TableRow
  66.                    android:id="@+id/TableRow1"
  67.                    android:layout_width="fill_parent"
  68.                    android:layout_height="wrap_content">
  69.  
  70.                     <ImageView
  71.                        android:id="@+id/AddStopImg"
  72.                        android:layout_width="wrap_content"
  73.                        android:layout_height="wrap_content"
  74.                        android:contentDescription="Logo"
  75.                        android:maxHeight="100dp"
  76.                        android:maxWidth="100dp"
  77.                        android:src="@drawable/common_signin_btn_icon_dark"/>
  78.  
  79.                     <RelativeLayout
  80.                        android:id="@+id/RelativeLayout1"
  81.                        android:layout_width="match_parent"
  82.                        android:layout_height="match_parent"
  83.                        android:orientation="vertical">
  84.  
  85.                         <TextView
  86.                            android:id="@+id/AddStop"
  87.                            android:layout_width="match_parent"
  88.                            android:layout_height="match_parent"
  89.                            android:gravity="center|left"
  90.                            android:text="Add aditional stops as required"
  91.                            android:textStyle="normal">
  92.                         </TextView>
  93.                     </RelativeLayout>
  94.                 </TableRow>
  95.  
  96.                 <TableRow
  97.                    android:id="@+id/TableRow3"
  98.                    android:layout_width="fill_parent"
  99.                    android:layout_height="wrap_content">
  100.  
  101.                     <ImageView
  102.                        android:id="@+id/imageviewB"
  103.                        android:layout_width="wrap_content"
  104.                        android:layout_height="wrap_content"
  105.                        android:contentDescription="Logo"
  106.                        android:maxHeight="100dp"
  107.                        android:maxWidth="100dp"
  108.                        android:src="@drawable/common_signin_btn_icon_dark"/>
  109.  
  110.                     <RelativeLayout
  111.                        android:id="@+id/RelativeLayout3"
  112.                        android:layout_width="fill_parent"
  113.                        android:layout_height="wrap_content"
  114.                        android:orientation="vertical">
  115.  
  116.                         <TextView
  117.                            android:id="@+id/AddressLine1Drop"
  118.                            android:layout_width="wrap_content"
  119.                            android:layout_height="wrap_content"
  120.                            android:text="Command Software"
  121.                            android:textStyle="bold">
  122.                         </TextView>
  123.  
  124.                         <TextView
  125.                            android:id="@+id/AddressLine2Drop"
  126.                            android:layout_width="wrap_content"
  127.                            android:layout_height="wrap_content"
  128.                            android:layout_below="@+id/AddressLine1Drop"
  129.                            android:text="14 The Green">
  130.                         </TextView>
  131.  
  132.                         <TextView
  133.                            android:id="@+id/AddressLine3Drop"
  134.                            android:layout_width="wrap_content"
  135.                            android:layout_height="wrap_content"
  136.                            android:layout_below="@+id/AddressLine2Drop"
  137.                            android:text="Newport Pagnell MK16 0JW">
  138.                         </TextView>
  139.                     </RelativeLayout>
  140.                 </TableRow>
  141.  
  142.                 <TableRow
  143.                    android:id="@+id/TableRow4"
  144.                    android:layout_width="match_parent"
  145.                    android:layout_height="wrap_content">
  146.  
  147.                     <ImageView
  148.                        android:id="@+id/DateTimePicker"
  149.                        android:layout_width="fill_parent"
  150.                        android:layout_height="wrap_content"
  151.                        android:contentDescription="Logo"
  152.                        android:maxHeight="100dp"
  153.                        android:maxWidth="100dp"
  154.                        android:src="@drawable/common_signin_btn_icon_dark"/>
  155.  
  156.                     <RelativeLayout
  157.                        android:id="@+id/DateTimePickerRL"
  158.                        android:layout_width="match_parent"
  159.                        android:layout_height="match_parent"
  160.                        android:orientation="vertical">
  161.  
  162.                         <TextView
  163.                            android:id="@+id/DateTimePickerTV"
  164.                            android:layout_width="match_parent"
  165.                            android:layout_height="match_parent"
  166.                            android:gravity="center|left"
  167.                            android:text="Now"
  168.                            android:textSize="16dp">
  169.                         </TextView>
  170.                     </RelativeLayout>
  171.                 </TableRow>
  172.  
  173.                 <TableRow
  174.                    android:id="@+id/TableRow5"
  175.                    android:layout_width="match_parent"
  176.                    android:layout_height="wrap_content"
  177.                    android:layout_gravity="left"
  178.                    >
  179.  
  180.                     <ImageView
  181.                        android:id="@+id/NumberOfPassengers"
  182.                        android:layout_width="wrap_content"
  183.                        android:layout_height="wrap_content"
  184.                        android:contentDescription="Logo"
  185.                        android:maxHeight="100dp"
  186.                        android:maxWidth="100dp"
  187.                        android:src="@drawable/common_signin_btn_icon_dark"/>
  188.  
  189.                     <RelativeLayout
  190.                        android:id="@+id/NumberOfPassengersRL"
  191.                        android:layout_width="wrap_content"
  192.                        android:layout_height="match_parent">
  193.  
  194.                         <TextView
  195.                            android:id="@+id/NumberOfPassengersTV"
  196.                            android:layout_width="60dp"
  197.                            android:layout_height="match_parent"
  198.                            android:gravity="center|left"
  199.                            android:text="1"
  200.                            android:textSize="16dp">
  201.                         </TextView>
  202.  
  203.                         <ImageView
  204.                            android:id="@+id/CarTypeIMG"
  205.                            android:layout_width="wrap_content"
  206.                            android:layout_height="wrap_content"
  207.                            android:layout_toRightOf="@+id/NumberOfPassengersTV"
  208.                            android:contentDescription="Logo"
  209.                            android:maxHeight="100dp"
  210.                            android:maxWidth="100dp"
  211.                            android:src="@drawable/common_signin_btn_icon_dark"/>
  212.  
  213.                         <TextView
  214.                            android:id="@+id/CarTypeTV"
  215.                            android:layout_width="wrap_content"
  216.                            android:layout_height="match_parent"
  217.                            android:layout_toRightOf="@+id/CarTypeIMG"
  218.                            android:gravity="center|left"
  219.                            android:text="Standard Saloon"
  220.                            android:textSize="16dp">
  221.                         </TextView>
  222.                     </RelativeLayout>
  223.                 </TableRow>
  224.  
  225.                 <TableRow
  226.                    android:id="@+id/TableRow6"
  227.                    android:layout_width="match_parent"
  228.                    android:layout_height="wrap_content"
  229.                    android:layout_gravity="left"
  230.                    >
  231.  
  232.                     <ImageView
  233.                        android:id="@+id/CashAccountIMG"
  234.                        android:layout_width="wrap_content"
  235.                        android:layout_height="wrap_content"
  236.                        android:contentDescription="Logo"
  237.                        android:maxHeight="100dp"
  238.                        android:maxWidth="100dp"
  239.                        android:src="@drawable/common_signin_btn_icon_dark"/>
  240.  
  241.                     <RelativeLayout
  242.                        android:id="@+id/CashBuddiesRL"
  243.                        android:layout_width="wrap_content"
  244.                        android:layout_height="match_parent">
  245.  
  246.                         <TextView
  247.                            android:id="@+id/CashOrAccountTV"
  248.                            android:layout_width="60dp"
  249.                            android:layout_height="match_parent"
  250.                            android:gravity="center|left"
  251.                            android:text="Cash"
  252.                            android:textSize="16dp">
  253.                         </TextView>
  254.  
  255.                         <ImageView
  256.                            android:id="@+id/BuddiesIMG"
  257.                            android:layout_width="wrap_content"
  258.                            android:layout_height="wrap_content"
  259.                            android:layout_toRightOf="@+id/CashOrAccountTV"
  260.                            android:contentDescription="Logo"
  261.                            android:maxHeight="100dp"
  262.                            android:maxWidth="100dp"
  263.                            android:src="@drawable/common_signin_btn_icon_dark"/>
  264.  
  265.                         <TextView
  266.                            android:id="@+id/BuddiesTV"
  267.                            android:layout_width="wrap_content"
  268.                            android:layout_height="match_parent"
  269.                            android:layout_toRightOf="@+id/BuddiesIMG"
  270.                            android:gravity="center|left"
  271.                            android:text="No Buddies"
  272.                            android:textSize="16dp">
  273.                         </TextView>
  274.                     </RelativeLayout>
  275.                 </TableRow>
  276.  
  277.                 <TableRow
  278.                    android:id="@+id/TableRow7"
  279.                    android:layout_width="match_parent"
  280.                    android:layout_height="wrap_content"
  281.                    android:layout_gravity="left"
  282.                    >
  283.  
  284.                     <ImageView
  285.                        android:id="@+id/NotesIMG"
  286.                        android:layout_width="fill_parent"
  287.                        android:layout_height="wrap_content"
  288.                        android:contentDescription="Logo"
  289.                        android:maxHeight="100dp"
  290.                        android:maxWidth="100dp"
  291.                        android:src="@drawable/common_signin_btn_icon_dark"/>
  292.  
  293.                     <RelativeLayout
  294.                        android:id="@+id/NotesRL"
  295.                        android:layout_width="match_parent"
  296.                        android:layout_height="match_parent"
  297.                        android:orientation="vertical">
  298.  
  299.                         <TextView
  300.                            android:id="@+id/Notes"
  301.                            android:layout_width="match_parent"
  302.                            android:layout_height="match_parent"
  303.                            android:gravity="center|left"
  304.                            android:text="Special notes are optional"
  305.                            android:textSize="16dp"
  306.                            android:textStyle="normal">
  307.                         </TextView>
  308.                     </RelativeLayout>
  309.                 </TableRow>
  310.             </TableLayout>
  311.         </ScrollView>
  312.     </RelativeLayout>
  313.  
  314.     <RelativeLayout
  315.        android:layout_width="fill_parent"
  316.  
  317.        android:layout_height="wrap_content"
  318.        android:layout_alignParentBottom="true">
  319.  
  320.         <ImageView
  321.            android:id="@+id/BookingStatus"
  322.            android:layout_width="fill_parent"
  323.            android:layout_height="wrap_content"
  324.            android:layout_above="@+id/BookingBtn"
  325.            android:src="@drawable/statusbarcomplete"/>
  326.  
  327.         <Button
  328.            android:id="@+id/BookingBtn"
  329.            android:layout_width="fill_parent"
  330.            android:layout_height="wrap_content"
  331.            android:layout_alignParentBottom="true"
  332.            android:background="@color/Red"
  333.            android:text="Place My Booking"
  334.            android:textAllCaps="true"
  335.            android:textColor="@color/White"
  336.            android:textStyle="bold"/>
  337.     </RelativeLayout>
  338.  
  339. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement