mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-22 04:59:34 +01:00
parent
b597ea1ff6
commit
3f4dec4890
5
app/src/main/res/drawable/ic_attachment_white_24dp.xml
Normal file
5
app/src/main/res/drawable/ic_attachment_white_24dp.xml
Normal 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>
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user