Add proper background color to group replies.

fork-5.53.8
Alex Hart 2022-07-22 15:10:47 -03:00 zatwierdzone przez Cody Henthorne
rodzic c0f00eff25
commit 9f069bea7b
2 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -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>

Wyświetl plik

@ -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"