Implement ability to react with any emoji behind a flag.

This commit is contained in:
Alex Hart
2020-05-05 14:53:57 -03:00
parent 40b5339ef8
commit d94fc4bc13
53 changed files with 761 additions and 52 deletions

View File

@@ -35,12 +35,12 @@
<item name="android:navigationBarColor">@color/media_preview_bar_background</item>
</style>
<style name="Theme.Design.Light.BottomSheetDialog.Fixed">
<style name="Theme.Signal.Light.BottomSheetDialog.Fixed">
<item name="android:windowIsFloating">false</item>
<item name="android:statusBarColor">@color/transparent</item>
</style>
<style name="Theme.Design.BottomSheetDialog.Fixed">
<style name="Theme.Signal.BottomSheetDialog.Fixed">
<item name="android:windowIsFloating">false</item>
<item name="android:statusBarColor">@color/core_grey_95</item>
<item name="android:navigationBarColor">@color/transparent</item>