Update chat wallpaper preview toolbar colors.
This commit is contained in:
parent
0927914c57
commit
2a5bed1d21
2 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
|||
</item>
|
||||
<item>
|
||||
<shape android:shape="rectangle" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/signal_accent_primary" />
|
||||
<solid android:color="@color/conversation_toolbar_color" />
|
||||
<corners android:topLeftRadius="8dp" android:topRightRadius="8dp" />
|
||||
</shape>
|
||||
</item>
|
||||
|
|
|
@ -76,7 +76,7 @@
|
|||
app:layout_constraintBottom_toBottomOf="@id/chat_wallpaper_preview_top_bar"
|
||||
app:layout_constraintStart_toEndOf="@id/chat_wallpaper_preview_top_bar_navigation"
|
||||
app:srcCompat="@drawable/circle_tintable"
|
||||
app:tint="@color/core_white" />
|
||||
app:tint="@color/core_ultramarine" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="0dp"
|
||||
|
@ -86,7 +86,7 @@
|
|||
android:layout_marginBottom="4dp"
|
||||
android:text="@string/ChatWallpaperFragment__contact_name"
|
||||
android:textAppearance="@style/Signal.Text.Body"
|
||||
android:textColor="@color/core_white"
|
||||
android:textColor="@color/signal_text_primary"
|
||||
android:textSize="8sp"
|
||||
app:layout_constraintBottom_toBottomOf="@id/chat_wallpaper_preview_top_bar"
|
||||
app:layout_constraintEnd_toStartOf="@id/chat_wallpaper_preview_top_bar_video"
|
||||
|
@ -102,7 +102,7 @@
|
|||
app:layout_constraintBottom_toBottomOf="@id/chat_wallpaper_preview_top_bar"
|
||||
app:layout_constraintEnd_toStartOf="@id/chat_wallpaper_preview_top_bar_voice"
|
||||
app:srcCompat="@drawable/ic_video_call_24"
|
||||
app:tint="@color/core_white" />
|
||||
app:tint="@color/signal_icon_tint_primary" />
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageView
|
||||
android:id="@+id/chat_wallpaper_preview_top_bar_voice"
|
||||
|
@ -113,7 +113,7 @@
|
|||
app:layout_constraintBottom_toBottomOf="@id/chat_wallpaper_preview_top_bar"
|
||||
app:layout_constraintEnd_toEndOf="@id/chat_wallpaper_preview_top_bar"
|
||||
app:srcCompat="@drawable/ic_phone_right_24"
|
||||
app:tint="@color/core_white" />
|
||||
app:tint="@color/signal_icon_tint_primary" />
|
||||
|
||||
<View
|
||||
android:id="@+id/chat_wallpaper_preview_bottom_bar"
|
||||
|
|
Loading…
Add table
Reference in a new issue