summaryrefslogtreecommitdiffstats
path: root/res/layout/viewfinder_labels_video.xml
diff options
context:
space:
mode:
authorJack Yoo <jyoo@codeaurora.org>2016-02-03 17:52:18 -0800
committerCamera Software Integration <camswint@localhost>2016-02-06 22:25:33 +0530
commit829ca6c97c928a8a9ed83119d3a5ca2e19642b36 (patch)
tree0da65859122b902bf7a8bd42cba36d1961e5c949 /res/layout/viewfinder_labels_video.xml
parent744dfe88ca7207957790146eeb17899c140febcf (diff)
downloadandroid_packages_apps_Snap-829ca6c97c928a8a9ed83119d3a5ca2e19642b36.tar.gz
android_packages_apps_Snap-829ca6c97c928a8a9ed83119d3a5ca2e19642b36.tar.bz2
android_packages_apps_Snap-829ca6c97c928a8a9ed83119d3a5ca2e19642b36.zip
SnapdragonCamera: Recording screen to be dynamic
Let the recording rotate layout to be removed by default and added when it's needed. Change-Id: I2b910897956b914c150941276b299160e9147055 CRs-Fixed: 958510
Diffstat (limited to 'res/layout/viewfinder_labels_video.xml')
-rw-r--r--res/layout/viewfinder_labels_video.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/res/layout/viewfinder_labels_video.xml b/res/layout/viewfinder_labels_video.xml
index cfe3b0211..36ea6abe8 100644
--- a/res/layout/viewfinder_labels_video.xml
+++ b/res/layout/viewfinder_labels_video.xml
@@ -21,11 +21,10 @@
<TextView android:id="@+id/recording_time"
style="@style/OnViewfinderLabel"
android:gravity="center"
+ android:text="@string/initial_recording_seconds"
android:drawableLeft="@drawable/ic_recording_indicator"
- android:drawablePadding="5dp"
- android:visibility="gone" />
+ android:drawablePadding="5dp"/>
<TextView android:id="@+id/time_lapse_label"
android:text="@string/time_lapse_title"
- style="@style/OnViewfinderLabel"
- android:visibility="gone" />
+ style="@style/OnViewfinderLabel"/>
</LinearLayout>