2015-06-08 11:07:46 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
2015-11-13 17:13:40 -08:00
|
|
|
<org.thoughtcrime.securesms.components.camera.CameraView
|
2015-06-08 11:07:46 -07:00
|
|
|
android:id="@+id/quick_camera"
|
|
|
|
android:layout_width="match_parent"
|
2015-07-13 13:26:06 -07:00
|
|
|
android:layout_height="match_parent"
|
2015-07-13 17:35:34 -07:00
|
|
|
android:visibility="invisible" />
|
2015-06-08 11:07:46 -07:00
|
|
|
|
|
|
|
</merge>
|