admin
2021-05-11 e5ca87e89fef96c827ec37d1d91082f626cbb17d
app/src/main/res/layout/item_mine_functions.xml
@@ -8,15 +8,15 @@
    <ImageView
        android:id="@+id/iv_icon"
        android:layout_width="wrap_content"
        android:layout_height="31dp"></ImageView>
        android:layout_height="36dp"></ImageView>
    <TextView
        android:id="@+id/tv_name"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginTop="14.5dp"
        android:layout_marginTop="7.5dp"
        android:text="收藏"
        android:textColor="#ff333333"
        android:textSize="11sp" />
        android:textColor="#333333"
        android:textSize="10sp" />
</LinearLayout>