diff options
author | Wu-cheng Li <wuchengli@google.com> | 2010-10-14 18:10:41 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2010-10-18 17:24:57 +0800 |
commit | 9847656580c612bee31b5b1f2256d2cad718644f (patch) | |
tree | e531742a400cea71fd760c5d915e66469ec007ff /res/values | |
parent | de751a6a61b0e2806df4b2c5902aaadc7bb1aeb4 (diff) | |
download | packages_apps_LegacyCamera-9847656580c612bee31b5b1f2256d2cad718644f.zip packages_apps_LegacyCamera-9847656580c612bee31b5b1f2256d2cad718644f.tar.gz packages_apps_LegacyCamera-9847656580c612bee31b5b1f2256d2cad718644f.tar.bz2 |
Change recording time position for xlarge layout.
Move recording time to the top right of the camera control
panel.
Change-Id: I8c13d2903f568d479d1aa963c6f0955e3126860c
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/styles.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml index fba5f57..d10f6f0 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -60,4 +60,15 @@ <item name="android:layout_height">wrap_content</item> <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: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:textStyle">bold</item> + </style> </resources> |