mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 03:38:43 +03:00
Fix color error for top right menu
This commit is contained in:
parent
58cd2aac13
commit
9b215d2df6
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@
|
|||
android:id="@+id/roomProfileShareAction"
|
||||
android:icon="@drawable/ic_material_share"
|
||||
android:title="@string/share"
|
||||
app:iconTint="?vctr_content_secondary"
|
||||
app:iconTint="?colorSecondary"
|
||||
app:showAsAction="ifRoom" />
|
||||
</menu>
|
Loading…
Add table
Reference in a new issue