mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 05:31:21 +03:00
Fix avatar sample after PR merge
This commit is contained in:
parent
87953e7150
commit
dfc8860ade
6 changed files with 7 additions and 7 deletions
|
@ -28,7 +28,7 @@
|
|||
android:importantForAccessibility="no"
|
||||
android:scaleType="fitCenter"
|
||||
tools:alpha="0.3"
|
||||
tools:src="@tools:sample/avatars" />
|
||||
tools:src="@sample/space_avatars" />
|
||||
|
||||
</FrameLayout>
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
app:layout_constraintStart_toEndOf="@id/itemAddRoomRoomAvatar"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintVertical_chainStyle="packed"
|
||||
tools:text="@sample/matrix.json/data/roomName" />
|
||||
tools:text="@sample/rooms.json/data/name" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/itemManageRoomSuggested"
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintStart_toEndOf="@id/indent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
tools:src="@tools:sample/avatars" />
|
||||
tools:src="@sample/space_avatars" />
|
||||
|
||||
<im.vector.app.features.home.room.list.UnreadCounterBadgeView
|
||||
android:id="@+id/groupCounterBadge"
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
android:contentDescription="@string/avatar"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
tools:srcCompat="@tools:sample/avatars" />
|
||||
tools:srcCompat="@sample/user_round_avatars" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/itemDefaultTextView"
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
android:importantForAccessibility="no"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/creationEncryptionTile"
|
||||
tools:srcCompat="@tools:sample/avatars" />
|
||||
tools:srcCompat="@sample/room_round_avatars" />
|
||||
|
||||
<com.google.android.material.button.MaterialButton
|
||||
android:id="@+id/creationTileSetAvatarButton"
|
||||
|
@ -153,7 +153,7 @@
|
|||
android:layout_alignParentStart="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:contentDescription="@string/avatar"
|
||||
tools:srcCompat="@tools:sample/avatars" />
|
||||
tools:srcCompat="@sample/user_round_avatars" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/itemNoticeTextView"
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
android:contentDescription="@string/avatar"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
tools:srcCompat="@tools:sample/avatars" />
|
||||
tools:srcCompat="@sample/user_round_avatars" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/itemNoticeTextView"
|
||||
|
|
Loading…
Reference in a new issue