summaryrefslogtreecommitdiffstats
path: root/res/layout/video_camera.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/video_camera.xml')
-rw-r--r--res/layout/video_camera.xml18
1 files changed, 5 insertions, 13 deletions
diff --git a/res/layout/video_camera.xml b/res/layout/video_camera.xml
index ea4cf51..8130971 100644
--- a/res/layout/video_camera.xml
+++ b/res/layout/video_camera.xml
@@ -17,7 +17,6 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:camera="http://schemas.android.com/apk/res/com.android.camera"
android:id="@+id/video_camera"
- android:background="@drawable/camera_background"
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="match_parent">
@@ -41,23 +40,16 @@
attribute is required because otherwise the
text's drop shadow will be clipped. -->
<TextView android:id="@+id/recording_time"
- android:layout_width="180dp"
+ style="@style/RecordingTime"
+ android:drawablePadding="8dp"
+ android:drawableLeft="@drawable/ic_recording_indicator"
+ android:layout_width="300dp"
android:layout_height="wrap_content"
android:layout_gravity="left|bottom"
android:layout_marginBottom="13dp"
android:layout_marginLeft="17dp"
android:paddingRight="2dp"
- android:drawablePadding="8dp"
- android:drawableLeft="@drawable/ic_recording_indicator"
- android:shadowColor="#c0000000"
- android:shadowDx="1"
- android:shadowDy="1"
- android:shadowRadius="1"
- android:gravity="left|center_vertical"
- android:textColor="@color/recording_time_elapsed_text"
- android:textSize="23dp"
- android:textStyle="bold"
- android:visibility="gone"/>
+ android:visibility="gone" />
</FrameLayout>
</com.android.camera.PreviewFrameLayout>
</LinearLayout>