Add in-app video recording for supported devices.

This commit is contained in:
alex-signal
2019-10-09 17:16:23 -03:00
committed by Greyson Parrelli
parent 43954a176a
commit ff60b5b731
31 changed files with 1873 additions and 90 deletions

View File

@@ -340,4 +340,9 @@
<item name="titleTextStyle">@style/TextSecure.TitleTextStyle.Conversation</item>
</style>
<declare-styleable name="CameraButtonView">
<attr name="imageCaptureSize" format="dimension" />
<attr name="recordSize" format="dimension" />
</declare-styleable>
</resources>