|
@@ -6,20 +6,15 @@
|
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
|
>
|
|
>
|
|
|
|
|
|
|
|
- <RelativeLayout
|
|
|
|
|
- android:id="@+id/apex_result_ship_top"
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="15dp"
|
|
|
|
|
- >
|
|
|
|
|
|
|
|
|
|
- </RelativeLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="5dp"
|
|
android:layout_marginLeft="5dp"
|
|
|
android:layout_marginRight="5dp"
|
|
android:layout_marginRight="5dp"
|
|
|
- android:layout_marginBottom="5dp"
|
|
|
|
|
|
|
+ android:layout_marginBottom="0dp"
|
|
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
android:background="@drawable/result_cell_bg"
|
|
android:background="@drawable/result_cell_bg"
|
|
|
android:clipChildren="true"
|
|
android:clipChildren="true"
|
|
|
android:orientation="horizontal"
|
|
android:orientation="horizontal"
|