Upgrade CameraX to Beta01.

This commit is contained in:
Alex Hart
2020-03-25 09:30:13 -03:00
committed by Greyson Parrelli
parent 951a61117a
commit d46894e5db
22 changed files with 1817 additions and 1011 deletions

View File

@@ -401,4 +401,11 @@
<declare-styleable name="MaxHeightFrameLayout">
<attr name="mhfl_maxHeight" format="dimension" />
</declare-styleable>
<declare-styleable name="PreviewView">
<attr format="enum" name="implementationMode">
<enum name="surfaceView" value="0"/>
<enum name="textureView" value="1"/>
</attr>
</declare-styleable>
</resources>