| | |
| | | android:text="赠送好友" |
| | | android:drawableStart="@mipmap/send" |
| | | android:textSize="14sp" |
| | | android:visibility="gone" |
| | | android:layout_marginStart="26dp" |
| | | android:textColor="@color/textColor" |
| | | android:drawablePadding="8dp" |
| | |
| | | <androidx.recyclerview.widget.RecyclerView |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="10dp" |
| | | android:id="@+id/rv_chapter"/> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginHorizontal="14dp" |
| | | android:layout_marginBottom="20dp" |
| | | android:id="@+id/rv_push"/> |
| | | </LinearLayout> |
| | | |