Audio view and message bubbles properly themed.

This commit is contained in:
Anton Chekulaev
2020-08-24 18:38:48 +10:00
parent afe90200f1
commit 5e5b88148d
17 changed files with 63 additions and 33 deletions

View File

@@ -30,7 +30,7 @@
app:minWidth="100dp"
app:maxWidth="300dp"
app:minHeight="100dp"
app:maxHeight="300dp" />
app:maxHeight="300dp"/>
<org.thoughtcrime.securesms.components.AudioView
android:id="@+id/attachment_audio"
@@ -40,7 +40,7 @@
android:paddingTop="15dp"
android:paddingBottom="15dp"
app:widgetBackground="?conversation_item_bubble_background"
app:foregroundTintColor="@color/grey_500"
app:foregroundTintColor="?android:colorControlNormal"
app:backgroundTintColor="?conversation_item_bubble_background"/>
<org.thoughtcrime.securesms.components.DocumentView