mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-23 05:25:31 +03:00
Replace plus icon with pencil for main fab action
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
3d59041c50
commit
e649f2c22e
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@
|
|||
android:layout_margin="16dp"
|
||||
android:contentDescription="@string/nc_new_conversation"
|
||||
app:borderWidth="0dp"
|
||||
app:srcCompat="@drawable/ic_add_white_24px"
|
||||
app:srcCompat="@drawable/ic_pencil_grey600_24dp"
|
||||
app:tint="@color/white"
|
||||
app:backgroundTint="@color/colorPrimary"/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue