Fixed two icons tint in hat room menu while in dark mode
This commit is contained in:
parent
b87cd8ad5b
commit
a78089204e
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@
|
|||
android:visibility="@{groupInfoHidden ? View.GONE : View.VISIBLE}"
|
||||
android:background="@drawable/menu_background"
|
||||
android:onClick="@{groupInfoListener}"
|
||||
android:drawableRight="@drawable/menu_group_info_default"
|
||||
android:drawableRight="@drawable/chat_room_menu_group_info"
|
||||
style="@style/popup_item_font"
|
||||
android:text="@string/chat_room_context_menu_group_info" />
|
||||
|
||||
|
@ -48,7 +48,7 @@
|
|||
android:visibility="@{devicesHidden ? View.GONE : View.VISIBLE}"
|
||||
android:background="@drawable/menu_background"
|
||||
android:onClick="@{devicesListener}"
|
||||
android:drawableRight="@drawable/menu_security_default"
|
||||
android:drawableRight="@drawable/chat_room_menu_security"
|
||||
style="@style/popup_item_font"
|
||||
android:text="@string/chat_room_context_menu_participants_devices" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue