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 | |
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')
-rw-r--r-- | res/layout-w1024dp/preview_frame.xml | 5 | ||||
-rw-r--r-- | res/layout-w1024dp/preview_frame_video.xml | 6 |
2 files changed, 0 insertions, 11 deletions
diff --git a/res/layout-w1024dp/preview_frame.xml b/res/layout-w1024dp/preview_frame.xml index 41c419f..19309c2 100644 --- a/res/layout-w1024dp/preview_frame.xml +++ b/res/layout-w1024dp/preview_frame.xml @@ -29,11 +29,6 @@ android:layout_width="180dp" android:layout_height="180dp" android:layout_centerInParent="true"/> - <TextView android:id="@+id/zoom_ratio" - style="@style/OnViewfinderLabel" - android:layout_alignParentRight="true" - android:layout_below="@+id/review_control" - android:visibility="gone"/> <ImageView style="@style/OnScreenGpsIndicator" android:id="@+id/onscreen_gps_indicator_no_signal" android:src="@drawable/ic_viewfinder_gps_no_signal" 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" |