summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorChung-yih Wang <cywang@google.com>2010-11-26 16:33:56 +0800
committerChung-yih Wang <cywang@google.com>2010-11-30 14:17:18 +0800
commitaa10c5120854bb1306ff67f03dc19347ee350e98 (patch)
tree5b653010936d2da18498c902e593c6bf2543a4c7 /res/values
parent75f869a1b60707b7d132567dd5e7f61d050ef926 (diff)
downloadLegacyCamera-aa10c5120854bb1306ff67f03dc19347ee350e98.zip
LegacyCamera-aa10c5120854bb1306ff67f03dc19347ee350e98.tar.gz
LegacyCamera-aa10c5120854bb1306ff67f03dc19347ee350e98.tar.bz2
Move the recording time indicator to preview frame.
Change-Id: I7df59eb25d5f1d251d35ca4d8cdf0ee52e1c2482
Diffstat (limited to 'res/values')
-rw-r--r--res/values/styles.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 5244d05..0fa707b 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -61,14 +61,14 @@
<item name="android:layout_width">match_parent</item>
</style>
<style name="RecordingTime">
- <item name="android:layout_width">wrap_content</item>
- <item name="android:layout_height">wrap_content</item>
+ <item name="android:layout_width">100dp</item>
+ <item name="android:layout_height">26dp</item>
<item name="android:shadowColor">#c0000000</item>
<item name="android:shadowDx">1</item>
<item name="android:shadowDy">1</item>
<item name="android:shadowRadius">1</item>
<item name="android:textColor">@color/recording_time_elapsed_text</item>
- <item name="android:textSize">23dp</item>
+ <item name="android:textSize">16dp</item>
<item name="android:textStyle">bold</item>
</style>
<style name="SettingPickerText">