Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
Mario Danic 2020-05-09 15:32:45 +02:00
parent b597ea1ff6
commit 3f4dec4890
No known key found for this signature in database
GPG Key ID: CDE0BBD2738C4CC0
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<vector android:height="24dp" android:tint="#FFFFFF"
android:viewportHeight="24.0" android:viewportWidth="24.0"
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#FF000000" android:pathData="M2,12.5C2,9.46 4.46,7 7.5,7H18c2.21,0 4,1.79 4,4s-1.79,4 -4,4H9.5C8.12,15 7,13.88 7,12.5S8.12,10 9.5,10H17v2H9.41c-0.55,0 -0.55,1 0,1H18c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2H7.5C5.57,9 4,10.57 4,12.5S5.57,16 7.5,16H17v2H7.5C4.46,18 2,15.54 2,12.5z"/>
</vector>

View File

@ -56,6 +56,7 @@
android:maxLength="1000"
app:attachmentButtonDefaultBgColor="@color/colorPrimary"
app:attachmentButtonDefaultIconColor="@color/white"
app:attachmentButtonIcon="@drawable/ic_attachment_white_24dp"
app:attachmentButtonHeight="36dp"
app:attachmentButtonWidth="36dp"
app:inputButtonDefaultBgColor="@color/colorPrimary"