mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 18:35:40 +03:00
Increase thread summary icon size
This commit is contained in:
parent
3c6dbd0843
commit
09a017aaa8
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@
|
|||
|
||||
<ImageView
|
||||
android:id="@+id/messageThreadSummaryImageView"
|
||||
android:layout_width="16dp"
|
||||
android:layout_height="16dp"
|
||||
android:layout_width="18dp"
|
||||
android:layout_height="18dp"
|
||||
android:layout_marginTop="2dp"
|
||||
android:contentDescription="@string/room_threads_filter"
|
||||
android:src="@drawable/ic_thread_summary"
|
||||
|
|
Loading…
Reference in a new issue