|
@@ -14,74 +14,54 @@
|
|
|
android:id="@+id/tv_name"
|
|
android:id="@+id/tv_name"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
|
|
+
|
|
|
android:paddingBottom="10dp"
|
|
android:paddingBottom="10dp"
|
|
|
- android:text="Apex Maritime Co., Inc."
|
|
|
|
|
- android:textAppearance="?android:attr/textAppearanceLarge" />
|
|
|
|
|
|
|
+ android:textAppearance="?android:attr/textAppearanceMedium"
|
|
|
|
|
+ android:text="name"
|
|
|
|
|
+ />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
- android:id="@+id/tv_address"
|
|
|
|
|
|
|
+ android:id="@+id/tv_addr"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
|
|
+ android:text="addr"
|
|
|
|
|
+ android:padding="5dp"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
- android:paddingBottom="5dp"
|
|
|
|
|
- android:paddingTop="5dp"
|
|
|
|
|
- android:text="206 Utah Ave.\nSo. San Francisco, CA 94080"
|
|
|
|
|
- android:textAppearance="?android:attr/textAppearanceMedium" />
|
|
|
|
|
|
|
+ android:layout_marginLeft="40dp"
|
|
|
|
|
+ android:layout_marginRight="40dp"
|
|
|
|
|
+ />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/tv_tel"
|
|
android:id="@+id/tv_tel"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:autoLink="phone"
|
|
|
|
|
- android:paddingBottom="5dp"
|
|
|
|
|
- android:paddingTop="5dp"
|
|
|
|
|
- android:text="TEL: 650-589-2575"
|
|
|
|
|
- android:textAppearance="?android:attr/textAppearanceMedium" />
|
|
|
|
|
|
|
+ android:text="tel"
|
|
|
|
|
+ android:autoLink="phone"/>
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/tv_fax"
|
|
android:id="@+id/tv_fax"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:paddingBottom="5dp"
|
|
|
|
|
- android:paddingTop="5dp"
|
|
|
|
|
- android:text="FAX: 650-589-8861"
|
|
|
|
|
- android:textAppearance="?android:attr/textAppearanceMedium" />
|
|
|
|
|
|
|
+ android:text="fax"
|
|
|
|
|
+ android:padding="5dp"
|
|
|
|
|
+ />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/tv_contact"
|
|
android:id="@+id/tv_contact"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:paddingBottom="5dp"
|
|
|
|
|
- android:paddingTop="5dp"
|
|
|
|
|
- android:text="Contact: James Chu / Esther Hui"
|
|
|
|
|
- android:textAppearance="?android:attr/textAppearanceMedium" />
|
|
|
|
|
-
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:id="@+id/tv_email1"
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:autoLink="email"
|
|
|
|
|
- android:paddingBottom="5dp"
|
|
|
|
|
- android:paddingTop="5dp"
|
|
|
|
|
- android:text="E-mail: james.chu@apexshipping.com"
|
|
|
|
|
- android:textAppearance="?android:attr/textAppearanceMedium" />
|
|
|
|
|
|
|
+ android:text="contact"
|
|
|
|
|
+ android:gravity="center"
|
|
|
|
|
+ android:padding="5dp"
|
|
|
|
|
+ />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
- android:id="@+id/tv_email2"
|
|
|
|
|
|
|
+ android:id="@+id/tv_email"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
|
|
+ android:text="email"
|
|
|
android:autoLink="email"
|
|
android:autoLink="email"
|
|
|
- android:paddingBottom="5dp"
|
|
|
|
|
- android:paddingTop="5dp"
|
|
|
|
|
- android:text="E-mail: esther.hui@apexshipping.com"
|
|
|
|
|
- android:textAppearance="?android:attr/textAppearanceMedium" />
|
|
|
|
|
-
|
|
|
|
|
- <Button
|
|
|
|
|
- android:id="@+id/button1"
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:paddingBottom="5dp"
|
|
|
|
|
- android:paddingTop="5dp"
|
|
|
|
|
- android:text="Add to contact" />
|
|
|
|
|
|
|
+ android:padding="5dp"
|
|
|
|
|
+ android:gravity="center"/>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|