Apply new Signal icons and color palette.

This commit is contained in:
alex-signal
2019-10-07 15:43:36 -03:00
committed by Greyson Parrelli
parent d698d3bd6f
commit 43954a176a
426 changed files with 1545 additions and 581 deletions

View File

@@ -14,12 +14,13 @@
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/conversation_list_toolbar_background"
android:theme="?attr/actionBarStyle"
android:theme="@style/TextSecure.DarkActionBar.Conversation"
app:contentInsetStartWithNavigation="0dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:navigationIcon="?homeAsUpIndicator"
app:navigationIcon="@drawable/ic_arrow_left_24"
app:contentInsetStart="46dp"
tools:background="#ff007f00">
<include layout="@layout/conversation_title_view" />