summaryrefslogtreecommitdiffstats
path: root/res
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
parent69e3cc1f6c1cd167a62361b2fe07d7d755ee8844 (diff)
downloadLegacyCamera-bdf289a302083ec5a7a2201e1e78a8ae4641f8b0.zip
LegacyCamera-bdf289a302083ec5a7a2201e1e78a8ae4641f8b0.tar.gz
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')
-rw-r--r--res/layout/pano_capture.xml4
-rw-r--r--res/values-w1024dp/dimens.xml1
-rw-r--r--res/values/dimens.xml1
3 files changed, 6 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>
diff --git a/res/values-w1024dp/dimens.xml b/res/values-w1024dp/dimens.xml
index f6554ab..e16173e 100644
--- a/res/values-w1024dp/dimens.xml
+++ b/res/values-w1024dp/dimens.xml
@@ -39,4 +39,5 @@
<dimen name="pano_capture_stop_button_height">160dp</dimen>
<dimen name="pano_review_button_width">180dp</dimen>
<dimen name="pano_review_button_height">180dp</dimen>
+ <dimen name="pano_capture_too_fast_text_height">160dp</dimen>
</resources>
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index fbd3616..b30aca5 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -33,4 +33,5 @@
<dimen name="pano_capture_stop_button_height">70dp</dimen>
<dimen name="pano_review_button_width">70dp</dimen>
<dimen name="pano_review_button_height">70dp</dimen>
+ <dimen name="pano_capture_too_fast_text_height">70dp</dimen>
</resources>