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
committerMichael Bestas <mikeioannina@cyanogenmod.org>2016-05-26 09:48:53 -0700
commitccd3e81c382dd72761ebf3947599c94f8fe0def2 (patch)
tree46280e2b07619531d198484ec3b54a54b4e3a1dd /res/layout/viewfinder_labels_video.xml
parent02fa4483a6536b19ee49a5f98d30a3fa03eae72d (diff)
downloadandroid_packages_apps_Snap-ccd3e81c382dd72761ebf3947599c94f8fe0def2.tar.gz
android_packages_apps_Snap-ccd3e81c382dd72761ebf3947599c94f8fe0def2.tar.bz2
android_packages_apps_Snap-ccd3e81c382dd72761ebf3947599c94f8fe0def2.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
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>