Dark theme support for audio drafts
Fixes #4681 Closes #6251 // FREEBIE
This commit is contained in:
parent
0095e00bc7
commit
defb173ffe
1 changed files with 2 additions and 2 deletions
|
@ -37,9 +37,9 @@
|
|||
android:visibility="gone"
|
||||
android:paddingTop="15dp"
|
||||
android:paddingBottom="15dp"
|
||||
app:widgetBackground="@color/white"
|
||||
app:widgetBackground="?conversation_item_bubble_background"
|
||||
app:foregroundTintColor="@color/grey_500"
|
||||
app:backgroundTintColor="@color/white"/>
|
||||
app:backgroundTintColor="?conversation_item_bubble_background"/>
|
||||
|
||||
</org.thoughtcrime.securesms.components.RemovableEditableMediaView>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue