Skip to content

Commit

Permalink
Update chat wallpaper preview toolbar colors.
Browse files Browse the repository at this point in the history
  • Loading branch information
greyson-signal committed Feb 11, 2021
1 parent 0927914 commit 2a5bed1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Expand Up @@ -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>
Expand Down
8 changes: 4 additions & 4 deletions app/src/main/res/layout/chat_wallpaper_fragment.xml
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 2a5bed1

Please sign in to comment.