|
|
@@ -14,28 +14,12 @@
|
|
|
android:text="Pick Up"
|
|
|
/>
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_below="@id/detail_location_title_tv"
|
|
|
- android:layout_alignLeft="@id/detail_location_title_tv"
|
|
|
- android:layout_alignRight="@id/detail_location_title_tv"
|
|
|
- >
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/detail_location_value_tv"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:layout_marginBottom="5dp"
|
|
|
- android:textSize="17sp"
|
|
|
- android:textColor="#000000"
|
|
|
- android:text="dahkfhdakfgagjdfgajfda\ndagdjfag\n"
|
|
|
- />
|
|
|
-
|
|
|
<RelativeLayout
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="match_parent"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@id/detail_location_title_tv"
|
|
|
+ android:layout_alignLeft="@id/detail_location_title_tv"
|
|
|
+ android:layout_alignRight="@id/detail_location_title_tv"
|
|
|
>
|
|
|
|
|
|
<Button
|
|
|
@@ -43,15 +27,31 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
android:textSize="17sp"
|
|
|
android:textColor="#44aaff"
|
|
|
android:text="Navigation"
|
|
|
android:textAllCaps="false"
|
|
|
/>
|
|
|
|
|
|
- </RelativeLayout>
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/detail_location_value_tv"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_toLeftOf="@id/detail_location_nav_btn"
|
|
|
+ android:textSize="17sp"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:text="PORTS AMERICA - OAKLAND (W297)
|
|
|
+1599 MARITIME STREET
|
|
|
+OAKLAND,CA 94607
|
|
|
+TEL:877-900-7264,FAX:
|
|
|
+ATTN:
|
|
|
+EMAIL:"
|
|
|
+ />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
+ </RelativeLayout>
|
|
|
|
|
|
|
|
|
</RelativeLayout>
|