diff options
author | Wu-cheng Li <wuchengli@google.com> | 2010-10-14 18:10:41 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2010-10-18 17:24:57 +0800 |
commit | 9847656580c612bee31b5b1f2256d2cad718644f (patch) | |
tree | e531742a400cea71fd760c5d915e66469ec007ff /res/layout | |
parent | de751a6a61b0e2806df4b2c5902aaadc7bb1aeb4 (diff) | |
download | LegacyCamera-9847656580c612bee31b5b1f2256d2cad718644f.zip LegacyCamera-9847656580c612bee31b5b1f2256d2cad718644f.tar.gz LegacyCamera-9847656580c612bee31b5b1f2256d2cad718644f.tar.bz2 |
Change recording time position for xlarge layout.
Move recording time to the top right of the camera control
panel.
Change-Id: I8c13d2903f568d479d1aa963c6f0955e3126860c
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/video_camera.xml | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/res/layout/video_camera.xml b/res/layout/video_camera.xml index 1dae598..8130971 100644 --- a/res/layout/video_camera.xml +++ b/res/layout/video_camera.xml @@ -40,23 +40,16 @@ attribute is required because otherwise the text's drop shadow will be clipped. --> <TextView android:id="@+id/recording_time" + 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> |