diff options
author | Wu-cheng Li <wuchengli@google.com> | 2011-08-12 19:13:50 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2011-08-12 19:18:32 +0800 |
commit | 7058a9318dd5d6d5a1e79a84080cdc02975f68c1 (patch) | |
tree | 974aa0cb6f5c24da4a4b17547c71e4908b02f69a /res/layout-w1024dp/preview_frame_video.xml | |
parent | d2db70880e6159413932f747eb82df3e925852c1 (diff) | |
download | LegacyCamera-7058a9318dd5d6d5a1e79a84080cdc02975f68c1.zip LegacyCamera-7058a9318dd5d6d5a1e79a84080cdc02975f68c1.tar.gz LegacyCamera-7058a9318dd5d6d5a1e79a84080cdc02975f68c1.tar.bz2 |
Remove zoom ratio text label.
Change-Id: Ia4d54034b0b2c039e874b1fa580b036962f4cd33
Diffstat (limited to 'res/layout-w1024dp/preview_frame_video.xml')
-rw-r--r-- | res/layout-w1024dp/preview_frame_video.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/res/layout-w1024dp/preview_frame_video.xml b/res/layout-w1024dp/preview_frame_video.xml index 0323d40..c860642 100644 --- a/res/layout-w1024dp/preview_frame_video.xml +++ b/res/layout-w1024dp/preview_frame_video.xml @@ -41,12 +41,6 @@ android:drawablePadding="5dp" android:visibility="gone"/> </LinearLayout> - <TextView android:id="@+id/zoom_ratio" - style="@style/OnViewfinderLabel" - android:layout_alignParentRight="true" - android:layout_below="@id/labels" - android:layout_alignWithParentIfMissing="true" - android:visibility="gone"/> <include layout="@layout/review_control"/> <LinearLayout android:layout_width="wrap_content" |