|
|
@@ -1,6 +1,5 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
@@ -10,32 +9,53 @@ |
|
|
|
android:layout_marginTop="20dp" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_marginBottom="20dp"> |
|
|
|
<RelativeLayout |
|
|
|
android:layout_width="260dp" |
|
|
|
android:layout_height="400dp"> |
|
|
|
<ImageView |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:layout_centerInParent="true" |
|
|
|
android:scaleType="fitXY" |
|
|
|
android:src="@mipmap/rqbk"> |
|
|
|
</ImageView> |
|
|
|
</RelativeLayout> |
|
|
|
android:layout_marginBottom="20dp" |
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
android:layout_width="260dp" |
|
|
|
android:layout_marginLeft="20dp" |
|
|
|
android:layout_height="400dp"> |
|
|
|
<ImageView |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_margin="10dp"> |
|
|
|
<androidx.recyclerview.widget.RecyclerView |
|
|
|
android:id="@+id/good_recyclerView" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_centerInParent="true" |
|
|
|
android:scaleType="fitXY" |
|
|
|
android:src="@mipmap/rqbk"> |
|
|
|
</ImageView> |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:scrollbarStyle="outsideOverlay" |
|
|
|
> |
|
|
|
|
|
|
|
</androidx.recyclerview.widget.RecyclerView> |
|
|
|
</RelativeLayout> |
|
|
|
<!-- <RelativeLayout--> |
|
|
|
<!-- android:layout_width="wrap_content"--> |
|
|
|
<!-- android:layout_height="0dp"--> |
|
|
|
<!-- android:layout_weight="1"--> |
|
|
|
<!-- android:layout_margin="10dp">--> |
|
|
|
|
|
|
|
<!-- </RelativeLayout>--> |
|
|
|
<!-- <RelativeLayout--> |
|
|
|
<!-- android:layout_width="260dp"--> |
|
|
|
<!-- android:layout_height="400dp">--> |
|
|
|
|
|
|
|
<!-- <ImageView--> |
|
|
|
<!-- android:layout_width="match_parent"--> |
|
|
|
<!-- android:layout_height="match_parent"--> |
|
|
|
<!-- android:layout_centerInParent="true"--> |
|
|
|
<!-- android:scaleType="fitXY"--> |
|
|
|
<!-- android:src="@mipmap/rqbk"></ImageView>--> |
|
|
|
<!-- </RelativeLayout>--> |
|
|
|
|
|
|
|
<!-- <RelativeLayout--> |
|
|
|
<!-- android:layout_width="260dp"--> |
|
|
|
<!-- android:layout_marginLeft="20dp"--> |
|
|
|
<!-- android:layout_height="400dp">--> |
|
|
|
<!-- <ImageView--> |
|
|
|
<!-- android:layout_width="match_parent"--> |
|
|
|
<!-- android:layout_height="match_parent"--> |
|
|
|
<!-- android:layout_centerInParent="true"--> |
|
|
|
<!-- android:scaleType="fitXY"--> |
|
|
|
<!-- android:src="@mipmap/rqbk">--> |
|
|
|
<!-- </ImageView>--> |
|
|
|
<!-- </RelativeLayout>--> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
</RelativeLayout> |