diff options
author | Wu-cheng Li <wuchengli@google.com> | 2011-05-30 20:19:28 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2011-05-30 20:19:28 +0800 |
commit | 361b98b19c6fb48f3688ad88910998dcfd9e5dae (patch) | |
tree | d62d0bfa4686dfec709c8ae1b45e1e271c6b4b66 /res/layout-w1024dp | |
parent | 91b5b4ebf8776ace64534d6395cd4a133efdca86 (diff) | |
download | LegacyCamera-361b98b19c6fb48f3688ad88910998dcfd9e5dae.zip LegacyCamera-361b98b19c6fb48f3688ad88910998dcfd9e5dae.tar.gz LegacyCamera-361b98b19c6fb48f3688ad88910998dcfd9e5dae.tar.bz2 |
Set zoom ratio label as invisible by default.
Otherwise, users can see an empty gray label on launch.
Change-Id: Iad9eed485d249935c93ddad6d01f0b29a323ad61
Diffstat (limited to 'res/layout-w1024dp')
-rw-r--r-- | res/layout-w1024dp/preview_frame.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout-w1024dp/preview_frame.xml b/res/layout-w1024dp/preview_frame.xml index 9455aa7..e211d25 100644 --- a/res/layout-w1024dp/preview_frame.xml +++ b/res/layout-w1024dp/preview_frame.xml @@ -32,7 +32,8 @@ <TextView android:id="@+id/zoom_ratio" style="@style/OnViewfinderLabel" android:layout_alignParentRight="true" - android:layout_below="@+id/review_control"/> + android:layout_below="@+id/review_control" + android:visibility="invisible"/> <ImageView style="@style/OnScreenGpsIndicator" android:id="@+id/onscreen_gps_indicator_no_signal" android:src="@drawable/ic_viewfinder_gps_no_signal" |