Browse Source

4213

tags/old_version_1
fyf 1 year ago
parent
commit
b73f66f44b
2 changed files with 3 additions and 5 deletions
  1. +2
    -4
      app/src/main/res/layout/item/layout/good_show.xml
  2. +1
    -1
      app/src/main/res/layout/item/layout/note_rv_tree_second.xml

+ 2
- 4
app/src/main/res/layout/item/layout/good_show.xml View File

@@ -23,16 +23,14 @@


<androidx.cardview.widget.CardView <androidx.cardview.widget.CardView
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"
app:cardCornerRadius="0dp">

android:layout_height="match_parent">
<ImageView <ImageView
android:id="@+id/ImageUrl" android:id="@+id/ImageUrl"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:adjustViewBounds="true" android:adjustViewBounds="true"
android:scaleType="centerCrop" android:scaleType="centerCrop"
android:src="@mipmap/image5" />
android:src="@mipmap/loading123"/>


<RelativeLayout <RelativeLayout
android:layout_width="match_parent" android:layout_width="match_parent"


+ 1
- 1
app/src/main/res/layout/item/layout/note_rv_tree_second.xml View File

@@ -18,7 +18,7 @@
android:layout_margin="5dp" android:layout_margin="5dp"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="110dp" android:layout_height="110dp"
android:src="@mipmap/loading3"
android:src="@mipmap/loading123"
android:scaleType="fitXY" android:scaleType="fitXY"
/> />
<TextView <TextView


Loading…
Cancel
Save