summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout')
-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"