Skip to content

Commit

Permalink
using self closing imageview tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ouchadam committed Mar 4, 2022
1 parent 1fc1935 commit 3a2dea2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vector/src/main/res/layout/fragment_ftue_profile_picture.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,7 @@
app:layout_constraintHeight_percent="0.55"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="@id/pos"
app:tint="?vctr_content_secondary">

</ImageView>
app:tint="?vctr_content_secondary" />

</androidx.constraintlayout.widget.ConstraintLayout>

Expand Down

0 comments on commit 3a2dea2

Please sign in to comment.