hide controls when camera drawer isn't open

Closes #3654
// FREEBIE
This commit is contained in:
Jake McGinty
2015-07-13 13:26:06 -07:00
committed by Moxie Marlinspike
parent 8c63211aaf
commit c7599094f5
3 changed files with 7 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
<org.thoughtcrime.securesms.components.camera.QuickCamera
android:id="@+id/quick_camera"
android:layout_width="match_parent"
android:layout_height="match_parent" />
android:layout_height="match_parent"
android:visibility="gone" />
</merge>