mirror of
https://github.com/imcarlost/Friendlists.git
synced 2026-04-10 02:46:54 -04:00
implemente picasso and implement images
This commit is contained in:
@@ -20,8 +20,7 @@
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:srcCompat="@drawable/img_photo_placeholder"
|
||||
android:contentDescription="Album photo" />
|
||||
android:contentDescription="@string/album_photo" />
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:id="@+id/item_photo_card_footer_container"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
<resources>
|
||||
<string name="app_name">photolist</string>
|
||||
<string name="album_photo">Album photo</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user