summaryrefslogtreecommitdiffstats
path: root/res/layout/preview_frame.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/preview_frame.xml')
-rw-r--r--res/layout/preview_frame.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/res/layout/preview_frame.xml b/res/layout/preview_frame.xml
index 904ef20..0cab5b3 100644
--- a/res/layout/preview_frame.xml
+++ b/res/layout/preview_frame.xml
@@ -35,6 +35,20 @@
android:layout_width="120dp"
android:layout_height="120dp"
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_alignParentLeft="true"
+ android:layout_alignParentBottom="true"
+ android:layout_margin="5dp"
+ android:visibility="invisible"/>
+ <ImageView style="@style/OnScreenGpsIndicator"
+ android:id="@+id/onscreen_gps_indicator_on"
+ android:src="@drawable/ic_viewfinder_gps_on"
+ android:layout_alignParentLeft="true"
+ android:layout_alignParentBottom="true"
+ android:layout_margin="5dp"
+ android:visibility="invisible"/>
<ImageView android:id="@+id/review_image"
android:layout_width="match_parent"
android:layout_height="match_parent"