Merge pull request #686 from Zohaad97/feature/pauseResume

updated UI with pause button
camera2
Leo Ma 6 years ago committed by GitHub
commit 612ce41481
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,7 +15,14 @@
android:layout_alignParentTop="true"
android:layout_alignParentRight="true"
android:layout_alignParentEnd="true" />
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Pause"
android:id="@+id/pause"
android:layout_above="@+id/publish"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true" />
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"

Loading…
Cancel
Save