|
|
@@ -1,12 +1,12 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<com.usai.apex.apexresult.cell.ApexResultDocumentCell xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="90dp">
|
|
|
+ android:layout_height="105dp">
|
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="75dp"
|
|
|
+ android:layout_height="90dp"
|
|
|
android:layout_marginTop="15dp"
|
|
|
android:layout_marginLeft="5dp"
|
|
|
android:layout_marginRight="5dp"
|
|
|
@@ -27,10 +27,10 @@
|
|
|
android:id="@+id/apex_result_document_file_type_tv"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_alignTop="@id/apex_result_document_icon_view"
|
|
|
android:layout_alignParentRight="true"
|
|
|
android:layout_marginLeft="8dp"
|
|
|
android:layout_marginRight="5dp"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
android:textSize="17sp"
|
|
|
android:textColor="#000000"
|
|
|
android:text="HBL"
|
|
|
@@ -40,7 +40,7 @@
|
|
|
android:id="@+id/apex_result_document_file_name_tv"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_alignTop="@id/apex_result_document_icon_view"
|
|
|
+ android:layout_alignTop="@id/apex_result_document_file_type_tv"
|
|
|
android:layout_toRightOf="@id/apex_result_document_icon_view"
|
|
|
android:layout_toLeftOf="@id/apex_result_document_file_type_tv"
|
|
|
android:layout_marginLeft="5dp"
|
|
|
@@ -50,18 +50,31 @@
|
|
|
/>
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/apex_result_document_file_desc_tv"
|
|
|
+ android:id="@+id/apex_result_document_file_po_tv"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:layout_toRightOf="@id/apex_result_document_icon_view"
|
|
|
android:layout_below="@id/apex_result_document_file_name_tv"
|
|
|
+ android:layout_alignLeft="@id/apex_result_document_file_name_tv"
|
|
|
+ android:layout_alignRight="@id/apex_result_document_file_type_tv"
|
|
|
android:layout_marginTop="5dp"
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
- android:layout_marginRight="5dp"
|
|
|
- android:layout_marginBottom="5dp"
|
|
|
android:textSize="14sp"
|
|
|
android:textColor="#aaaaaa"
|
|
|
- android:text="A1811390637FR.pdf"
|
|
|
+ android:text="PO#:123456789"
|
|
|
+ />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/apex_result_document_file_bol_tv"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_toRightOf="@id/apex_result_document_icon_view"
|
|
|
+ android:layout_below="@id/apex_result_document_file_po_tv"
|
|
|
+ android:layout_alignLeft="@id/apex_result_document_file_po_tv"
|
|
|
+ android:layout_alignRight="@id/apex_result_document_file_po_tv"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:textColor="#aaaaaa"
|
|
|
+ android:text="PO#:123456789"
|
|
|
/>
|
|
|
|
|
|
</RelativeLayout>
|