<FrameLayout
android:layout_width="match_parent"
android:layout_height="55dp"
android:layout_marginTop="50dp"
app:layout_constraintTop_toBottomOf="@+id/photo">
<Button
android:id="@+id/exit"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginEnd="32dp"
android:layout_marginStart="32dp"
android:backgroundTint="
@color/dark"
android:text="
@string/exit"
android:textColor="
@color/white" />
<ImageView
android:id="@+id/imageView3"
android:layout_width="30dp"
android:layout_height="match_parent"
android:layout_marginStart="20dp"
app:srcCompat="
@drawable/envir" />
</FrameLayout>