mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 18:00:02 +01:00
Video trimming behind feature flag.
This commit is contained in:
committed by
Greyson Parrelli
parent
7f867a6185
commit
40fd7ca332
@@ -458,4 +458,14 @@
|
||||
<declare-styleable name="AdaptiveActionsToolbar">
|
||||
<attr name="aat_max_shown" format="integer" />
|
||||
</declare-styleable>
|
||||
|
||||
<declare-styleable name="VideoThumbnailsRangeSelectorView">
|
||||
<attr name="thumbWidth" format="dimension" />
|
||||
<attr name="thumbColorEdited" format="color" />
|
||||
<attr name="thumbColor" format="color" />
|
||||
<attr name="cursorWidth" format="dimension" />
|
||||
<attr name="cursorColor" format="color" />
|
||||
<attr name="thumbTouchRadius" format="dimension" />
|
||||
</declare-styleable>
|
||||
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user