|
|
@@ -18,7 +18,7 @@ |
|
|
|
android:layout_weight="1" |
|
|
|
android:orientation="horizontal"> |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="90dp" |
|
|
|
android:layout_width="100dp" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_marginBottom="35dp" |
|
|
|
android:background="@color/white" |
|
|
@@ -66,13 +66,14 @@ |
|
|
|
android:id="@+id/rv_right" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_marginRight="360dp" |
|
|
|
android:orientation="vertical" |
|
|
|
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" /> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_alignParentRight="true" |
|
|
|
android:layout_marginRight="@dimen/dp_10" |
|
|
|
android:layout_width="200dp" |
|
|
|
android:layout_width="350dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:orientation="vertical"> |
|
|
|
<ImageView |
|
|
@@ -84,7 +85,7 @@ |
|
|
|
<RelativeLayout |
|
|
|
android:id="@+id/loadgoodliebiao" |
|
|
|
android:layout_marginTop="@dimen/dp_10" |
|
|
|
android:layout_width="200dp" |
|
|
|
android:layout_width="350dp" |
|
|
|
android:layout_height="match_parent"> |
|
|
|
<ScrollView |
|
|
|
android:layout_width="match_parent" |
|
|
|