mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-27 14:40:22 +00:00
Update chat wallpaper preview toolbar colors.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user