summaryrefslogtreecommitdiffstats
path: root/res/layout-w1024dp
diff options
context:
space:
mode:
authorChih-yu Huang <akahuang@google.com>2011-08-18 20:12:27 +0800
committerChih-yu Huang <akahuang@google.com>2011-08-22 16:23:39 +0800
commitb0c6bcf47a8ca1c096d98ebebd33a821dd483585 (patch)
treeb55ec657811ceb7885981348bb03398a5b14b8da /res/layout-w1024dp
parent43b0b2ccd5949ee8fc377c37e7e2b82a26c88ca8 (diff)
downloadLegacyCamera-b0c6bcf47a8ca1c096d98ebebd33a821dd483585.zip
LegacyCamera-b0c6bcf47a8ca1c096d98ebebd33a821dd483585.tar.gz
LegacyCamera-b0c6bcf47a8ca1c096d98ebebd33a821dd483585.tar.bz2
Add exposure indicator on screen.
bug:5141528 Change-Id: Ib63c24b52c4b4bc67e88c1ec6a8ac41b9e4c09e5
Diffstat (limited to 'res/layout-w1024dp')
-rw-r--r--res/layout-w1024dp/preview_frame.xml18
1 files changed, 2 insertions, 16 deletions
diff --git a/res/layout-w1024dp/preview_frame.xml b/res/layout-w1024dp/preview_frame.xml
index 7c92f1d..f6afd9a 100644
--- a/res/layout-w1024dp/preview_frame.xml
+++ b/res/layout-w1024dp/preview_frame.xml
@@ -28,25 +28,11 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="gone"/>
- <com.android.camera.ui.FocusRectangle
- android:id="@+id/focus_rectangle"
+ <com.android.camera.ui.FocusRectangle android:id="@+id/focus_rectangle"
android:layout_width="180dp"
android:layout_height="180dp"
android:layout_centerInParent="true"/>
- <ImageView style="@style/OnScreenGpsIndicator"
- android:id="@+id/onscreen_gps_indicator_no_signal"
- android:src="@drawable/ic_viewfinder_gps_no_signal"
- android:layout_alignParentRight="true"
- android:layout_alignParentBottom="true"
- android:layout_margin="15dp"
- android:visibility="gone"/>
- <ImageView style="@style/OnScreenGpsIndicator"
- android:id="@+id/onscreen_gps_indicator_on"
- android:src="@drawable/ic_viewfinder_gps_on"
- android:layout_alignParentRight="true"
- android:layout_alignParentBottom="true"
- android:layout_margin="15dp"
- android:visibility="gone"/>
+ <include layout="@layout/priority_indicators"/>
<include layout="@layout/review_control"/>
<include layout="@layout/tap_to_focus_toast"/>
</RelativeLayout>