Fixed tinting of wallpaper bubble previews.

This commit is contained in:
Greyson Parrelli 2021-01-23 13:09:54 -05:00
parent 798fc84e82
commit 799ff86fc0
3 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle" xmlns:android="http://schemas.android.com/apk/res/android"> <shape android:shape="rectangle" xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/signal_background_secondary" /> <solid android:color="@color/conversation_item_wallpaper_bubble_color" />
<corners android:radius="18dp" /> <corners android:radius="18dp" />
</shape> </shape>

View file

@ -74,6 +74,7 @@
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:maxWidth="194dp"
android:text="@string/WallpaperCropActivity__pinch_to_zoom_drag_to_adjust" android:text="@string/WallpaperCropActivity__pinch_to_zoom_drag_to_adjust"
android:textAppearance="@style/Signal.Text.Body" android:textAppearance="@style/Signal.Text.Body"
android:textColor="@color/core_white" /> android:textColor="@color/core_white" />

View file

@ -189,7 +189,7 @@
app:layout_constraintEnd_toEndOf="@id/chat_wallpaper_preview_background" app:layout_constraintEnd_toEndOf="@id/chat_wallpaper_preview_background"
app:layout_constraintTop_toBottomOf="@id/chat_wallpaper_preview_top_bar" app:layout_constraintTop_toBottomOf="@id/chat_wallpaper_preview_top_bar"
app:srcCompat="@drawable/chat_wallpaper_preview_bubble_10" app:srcCompat="@drawable/chat_wallpaper_preview_bubble_10"
app:tint="@color/signal_background_secondary" /> app:tint="@color/conversation_item_wallpaper_bubble_color" />
<View <View
android:layout_width="0dp" android:layout_width="0dp"