summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2016-11-14 00:52:18 -0800
committerSteve Kondik <steve@cyngn.com>2016-11-14 13:51:42 -0800
commite003727e367b17a0bea0103b6dee42bc39208cb9 (patch)
treeddce3f6a61b3e6508aa4503a1be2752cdf8c5d46 /res
parentee62781b8d80b4426f70d85724255181f8d35f61 (diff)
downloadandroid_packages_apps_Snap-e003727e367b17a0bea0103b6dee42bc39208cb9.tar.gz
android_packages_apps_Snap-e003727e367b17a0bea0103b6dee42bc39208cb9.tar.bz2
android_packages_apps_Snap-e003727e367b17a0bea0103b6dee42bc39208cb9.zip
snap: Use new widgets for CaptureUI
Change-Id: I1d142d60af3f51c71ce3711642d074faf7b456c2
Diffstat (limited to 'res')
-rw-r--r--res/layout/capture_module.xml26
1 files changed, 2 insertions, 24 deletions
diff --git a/res/layout/capture_module.xml b/res/layout/capture_module.xml
index eee33f50a..d52a8fa5b 100644
--- a/res/layout/capture_module.xml
+++ b/res/layout/capture_module.xml
@@ -78,30 +78,8 @@
android:layout_width="match_parent"
android:layout_height="match_parent" />
- <com.android.camera.ui.RotateLayout
- android:id="@+id/recording_time_rect"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="horizontal">
-
- <com.android.camera.PauseButton
- android:id="@+id/video_pause"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="70dp"
- android:padding="23dp"
- android:src="@drawable/btn_pause_recording"/>
-
- <include
- android:id="@+id/labels"
- layout="@layout/viewfinder_labels_video"/>
- </LinearLayout>
- </com.android.camera.ui.RotateLayout>
+ <include layout="@layout/recording_time"
+ android:id="@+id/recording_time" />
<include layout="@layout/camera_controls"
android:layout_gravity="center"