mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-16 01:05:04 +01:00
Update icons for send & change attachment margin
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
f2f40c4741
commit
69f55c5507
5
app/src/main/res/drawable/ic_send_white_24dp.xml
Normal file
5
app/src/main/res/drawable/ic_send_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.01,21L23,12 2.01,3 2,10l15,2 -15,2z"/>
|
||||
</vector>
|
@ -63,6 +63,8 @@
|
||||
app:inputButtonHeight="36dp"
|
||||
app:inputButtonMargin="8dp"
|
||||
app:inputButtonWidth="36dp"
|
||||
app:attachmentButtonMargin="8dp"
|
||||
app:inputButtonIcon="@drawable/ic_send_white_24dp"
|
||||
app:inputHint="@string/nc_hint_enter_a_message"
|
||||
app:inputTextColor="@color/nc_incoming_text_default"
|
||||
app:inputTextSize="16sp"
|
||||
|
@ -43,8 +43,8 @@
|
||||
|
||||
<ImageButton
|
||||
android:id="@id/attachmentButton"
|
||||
android:layout_width="36dp"
|
||||
android:layout_height="36dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/quotedMessageLayout"
|
||||
android:scaleType="centerInside" />
|
||||
|
||||
@ -64,8 +64,6 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_below="@id/quotedMessageLayout"
|
||||
android:adjustViewBounds="true"
|
||||
android:padding="4dp"
|
||||
android:scaleType="centerInside" />
|
||||
|
||||
<Space
|
||||
|
Loading…
Reference in New Issue
Block a user