| | |
| | | android:layout_marginStart="4dp" /> |
| | | <ImageView |
| | | android:id="@+id/iv_share" |
| | | android:layout_width="44dp" |
| | | android:layout_height="44dp" |
| | | android:layout_width="36dp" |
| | | android:layout_height="36dp" |
| | | android:src="@mipmap/ic_share" |
| | | android:padding="10dp" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | |
| | | app:layout_constraintBottom_toBottomOf="@id/iv_back"/> |
| | | |
| | | <ImageView |
| | | android:layout_width="44dp" |
| | | android:layout_height="44dp" |
| | | android:layout_width="36dp" |
| | | android:layout_height="36dp" |
| | | android:id="@+id/iv_collect" |
| | | android:padding="10dp" |
| | | app:layout_constraintEnd_toStartOf="@id/iv_share" |