summaryrefslogtreecommitdiffstats
path: root/res/layout/pano_capture.xml
diff options
context:
space:
mode:
authorAngus Kong <shkong@google.com>2011-08-19 17:15:35 +0800
committerAngus Kong <shkong@google.com>2011-08-19 17:25:28 +0800
commitbdf289a302083ec5a7a2201e1e78a8ae4641f8b0 (patch)
tree35be0a29f1c48743e3870c6ad76d4782ecf0d207 /res/layout/pano_capture.xml
parent69e3cc1f6c1cd167a62361b2fe07d7d755ee8844 (diff)
downloadpackages_apps_LegacyCamera-bdf289a302083ec5a7a2201e1e78a8ae4641f8b0.zip
packages_apps_LegacyCamera-bdf289a302083ec5a7a2201e1e78a8ae4641f8b0.tar.gz
packages_apps_LegacyCamera-bdf289a302083ec5a7a2201e1e78a8ae4641f8b0.tar.bz2
Dimension for TextView of speed indication.
Fix the unspecified dimension of the TextView of speedn indication. Change-Id: I99b806feb40fc9523d36b5659f5071b1ff5df614
Diffstat (limited to 'res/layout/pano_capture.xml')
-rw-r--r--res/layout/pano_capture.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/layout/pano_capture.xml b/res/layout/pano_capture.xml
index 377d7e1..1ba0196 100644
--- a/res/layout/pano_capture.xml
+++ b/res/layout/pano_capture.xml
@@ -61,5 +61,9 @@
<TextView android:id="@+id/pano_capture_too_fast_textview"
android:text="@string/pano_too_fast_prompt"
+ android:textAppearance="?android:textAppearanceMedium"
+ android:layout_height="@dimen/pano_capture_too_fast_text_height"
+ android:layout_width="wrap_content"
+ android:visibility="gone"
android:layout_centerInParent="true" />
</RelativeLayout>