Browse Source

更新qmui2322

tags/old_version_1
fyf 1 year ago
parent
commit
e27b38a956
3 changed files with 7 additions and 2 deletions
  1. +3
    -1
      app/src/main/res/layout/item/layout/item_image_sp.xml
  2. +3
    -1
      app/src/main/res/layout/item/layout/item_sp.xml
  3. +1
    -0
      app/src/main/res/layout/item/layout/note_rv_tree_second.xml

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

@@ -13,7 +13,9 @@
android:layout_margin="3dp"
android:layout_marginBottom="3dp"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:scaleType="fitXY"
>
</ImageView>
</RelativeLayout>
</RelativeLayout>

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

@@ -19,7 +19,9 @@
android:layout_marginTop="3dp"
android:src="@mipmap/loading3"
android:layout_marginEnd="3dp"
android:layout_marginBottom="3dp"/>
android:layout_marginBottom="3dp"
android:scaleType="fitXY"
/>

<com.qmuiteam.qmui.widget.textview.QMUILinkTextView
android:layout_alignParentBottom="true"


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

@@ -19,6 +19,7 @@
android:layout_width="match_parent"
android:layout_height="130dp"
android:src="@mipmap/loading3"
android:scaleType="fitXY"
/>
<TextView
android:id="@+id/Tag_text"


Loading…
Cancel
Save