mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 03:11:10 +01:00
Apply new Signal icons and color palette.
This commit is contained in:
committed by
Greyson Parrelli
parent
d698d3bd6f
commit
43954a176a
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<org.thoughtcrime.securesms.conversation.ConversationUpdateItem
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<org.thoughtcrime.securesms.conversation.ConversationUpdateItem xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/conversation_update_item"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -27,14 +27,13 @@
|
||||
android:layout_height="20dp"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginEnd="6dp"
|
||||
android:src="@drawable/ic_timer" />
|
||||
app:srcCompat="@drawable/ic_timer_24" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/conversation_update_title"
|
||||
style="@style/Signal.Text.Caption"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textAllCaps="true"
|
||||
android:textColor="?conversation_item_update_text_color"
|
||||
tools:text="1 hour" />
|
||||
|
||||
@@ -70,7 +69,6 @@
|
||||
android:gravity="center"
|
||||
android:linksClickable="false"
|
||||
android:minWidth="15sp"
|
||||
android:textAllCaps="true"
|
||||
android:textColor="?conversation_item_update_text_color"
|
||||
tools:text="30 min ago" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user