Administrator
2021-11-05 462d583986e4739f7a75227b3fde4da587502ba5
app/src/main/res/layout/home_item_classify.xml
@@ -2,19 +2,18 @@
<LinearLayout 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_marginRight="@dimen/frame_margin_lr"
    android:layout_marginLeft="@dimen/frame_margin_lr"
    android:layout_marginTop="@dimen/frame_margin_lr"
    android:padding="@dimen/frame_margin_lr"
    android:orientation="vertical"
    android:gravity="center"
    android:layout_width="match_parent"
    android:layout_width="100dp"
    android:layout_height="wrap_content">
    <ImageView
        android:id="@+id/img_icon"
        android:layout_width="50dp"
        android:layout_height="wrap_content"
        android:layout_height="50dp"
        android:adjustViewBounds="true"
        android:scaleType="centerCrop"
        tools:srcCompat="@tools:sample/avatars"/>
    <TextView