Remove some useless tools:text

This commit is contained in:
Sebastian Kürten
2020-12-03 19:40:00 +01:00
committed by Torsten Grote
parent 6c86873ea7
commit 8d92f36522

View File

@@ -64,8 +64,7 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@+id/avatarImage"
app:layout_constraintTop_toBottomOf="@+id/username"
tools:text="Change your profile picture" />
app:layout_constraintTop_toBottomOf="@+id/username" />
</androidx.constraintlayout.widget.ConstraintLayout>
</com.google.android.material.appbar.AppBarLayout>