mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 05:31:21 +03:00
Reduce thread toolbar avatar size
This commit is contained in:
parent
f8e7ba7355
commit
72bc613f34
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@
|
|||
|
||||
<ImageView
|
||||
android:id="@+id/roomToolbarThreadImageView"
|
||||
android:layout_width="20dp"
|
||||
android:layout_height="20dp"
|
||||
android:layout_width="16dp"
|
||||
android:layout_height="16dp"
|
||||
android:importantForAccessibility="no"
|
||||
android:src="@drawable/ic_presence_offline"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
|
|
Loading…
Reference in a new issue