mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-28 21:57:17 +00:00
Add proper background color to group replies.
This commit is contained in:
committed by
Cody Henthorne
parent
c0f00eff25
commit
9f069bea7b
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
|
||||
<solid android:color="@color/signal_colorSurfaceVariant"/>
|
||||
<corners android:radius="18dp"/>
|
||||
</shape>
|
||||
@@ -63,7 +63,7 @@
|
||||
android:id="@+id/bubble"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:background="@drawable/rounded_rectangle_secondary_18"
|
||||
android:background="@drawable/rounded_rectangle_surface_variant_18"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="@+id/bubble_end_barrier"
|
||||
app:layout_constraintStart_toStartOf="@+id/bubble_start_barrier"
|
||||
|
||||
Reference in New Issue
Block a user