mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-28 04:34:21 +01:00
Update CameraX to 1.0.0-beta11.
This commit is contained in:
committed by
Cody Henthorne
parent
f4c1e34402
commit
c4c32d80b2
@@ -4,7 +4,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<org.thoughtcrime.securesms.mediasend.camerax.CameraXView
|
||||
<androidx.camera.view.SignalCameraView
|
||||
android:id="@+id/camerax_camera"
|
||||
android:layout_gravity="center"
|
||||
android:layout_width="match_parent"
|
||||
|
||||
@@ -403,30 +403,6 @@
|
||||
<attr name="recordSize" format="dimension" />
|
||||
</declare-styleable>
|
||||
|
||||
<declare-styleable name="CameraXView">
|
||||
<attr format="enum" name="scaleType">
|
||||
<enum name="centerCrop" value="0"/>
|
||||
<enum name="centerInside" value="1"/>
|
||||
</attr>
|
||||
<attr format="enum" name="lensFacing">
|
||||
<enum name="none" value="0"/>
|
||||
<enum name="front" value="1"/>
|
||||
<enum name="back" value="2"/>
|
||||
</attr>
|
||||
<attr format="enum" name="captureMode">
|
||||
<enum name="image" value="0"/>
|
||||
<enum name="video" value="1"/>
|
||||
<enum name="mixed" value="2"/>
|
||||
</attr>
|
||||
<attr format="enum" name="flash">
|
||||
<enum name="auto" value="1"/>
|
||||
<enum name="on" value="2"/>
|
||||
<enum name="off" value="4"/>
|
||||
</attr>
|
||||
|
||||
<attr format="boolean" name="pinchToZoomEnabled"/>
|
||||
</declare-styleable>
|
||||
|
||||
<declare-styleable name="ArcProgressBar">
|
||||
<attr name="arcWidth" format="dimension" />
|
||||
<attr name="arcBackgroundColor" format="color" />
|
||||
|
||||
Reference in New Issue
Block a user