This commit is contained in:
2021-02-20 11:26:47 +08:00
parent 0124112260
commit 0098d5166a
4 changed files with 176 additions and 9 deletions

View File

@@ -27,13 +27,15 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/text_name"
android:textStyle="bold"
android:textSize="14sp" />
<TextView
android:id="@+id/tv_content"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:textColor="@color/black" />
<com.lzy.ninegrid.NineGridView
@@ -48,6 +50,8 @@
app:ngv_singleImageSize="180dp" />
<LinearLayout
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:layout_width="match_parent"
android:layout_height="wrap_content">
@@ -80,6 +84,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#15Dddddd"
android:textColor="@color/text_name"
android:textStyle="bold"
/>
<android.support.v7.widget.RecyclerView