diff options
author | Wu-cheng Li <wuchengli@google.com> | 2011-09-16 19:23:30 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2011-09-20 12:50:22 +0800 |
commit | ae191e239d48bf436715ace25d6624fbadf58ee0 (patch) | |
tree | 94a1a47c18feaab1c3bf1fb210a5b0ae3e37c4d1 /res/values/styles.xml | |
parent | 61afc876d9a8ee6bd314fe25f5bc0c83d51077d6 (diff) | |
download | packages_apps_LegacyCamera-ae191e239d48bf436715ace25d6624fbadf58ee0.zip packages_apps_LegacyCamera-ae191e239d48bf436715ace25d6624fbadf58ee0.tar.gz packages_apps_LegacyCamera-ae191e239d48bf436715ace25d6624fbadf58ee0.tar.bz2 |
Update share UI to match redlines.
- Update highlight and arrow assets.
- Add play icon in the video thumbnail.
- Update play icon.
bug:5290450
Change-Id: Ibbba581f1df1631fd846a6bfe511949651f25ce0
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r-- | res/values/styles.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml index cbb6329..ddd6371 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -51,6 +51,7 @@ <item name="android:layout_width">wrap_content</item> <item name="android:layout_centerInParent">true</item> <item name="android:visibility">gone</item> + <item name="android:src">@drawable/ic_gallery_play</item> </style> <style name="RecordingTime"> <item name="android:layout_width">wrap_content</item> |