mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 19:29:54 +01:00
Apply new Signal icons and color palette.
This commit is contained in:
committed by
Greyson Parrelli
parent
d698d3bd6f
commit
43954a176a
@@ -88,6 +88,7 @@
|
||||
android:layout_height="@dimen/conversation_compose_height"
|
||||
android:layout_gravity="bottom"
|
||||
android:background="?selectableItemBackgroundBorderless"
|
||||
android:tint="?icon_tint"
|
||||
android:contentDescription="@string/conversation_activity__emoji_toggle_description"
|
||||
android:paddingEnd="6dp" />
|
||||
|
||||
@@ -134,7 +135,7 @@
|
||||
android:contentDescription="@string/conversation_activity__quick_attachment_drawer_toggle_camera_description"
|
||||
android:scaleType="fitCenter"
|
||||
android:tint="?compose_icon_tint"
|
||||
app:srcCompat="@drawable/ic_camera_filled_24" />
|
||||
app:srcCompat="?conversation_attach_camera" />
|
||||
|
||||
<org.thoughtcrime.securesms.components.MicrophoneRecorderView
|
||||
android:id="@+id/recorder_view"
|
||||
@@ -210,12 +211,13 @@
|
||||
android:background="@drawable/circle_touch_highlight_background"
|
||||
android:contentDescription="@string/conversation_activity__send"
|
||||
android:nextFocusLeft="@+id/embedded_text_editor"
|
||||
android:paddingStart="11dp"
|
||||
android:paddingStart="6dp"
|
||||
android:paddingTop="6dp"
|
||||
android:paddingEnd="6dp"
|
||||
android:paddingBottom="6dp"
|
||||
android:scaleType="fitCenter"
|
||||
android:src="?conversation_transport_sms_indicator" />
|
||||
android:tint="@color/core_white"
|
||||
app:srcCompat="?conversation_transport_sms_indicator" />
|
||||
|
||||
</org.thoughtcrime.securesms.components.AnimatingToggle>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user