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/layout-w1024dp | |
parent | 61afc876d9a8ee6bd314fe25f5bc0c83d51077d6 (diff) | |
download | LegacyCamera-ae191e239d48bf436715ace25d6624fbadf58ee0.zip LegacyCamera-ae191e239d48bf436715ace25d6624fbadf58ee0.tar.gz 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/layout-w1024dp')
-rw-r--r-- | res/layout-w1024dp/preview_frame_video.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/res/layout-w1024dp/preview_frame_video.xml b/res/layout-w1024dp/preview_frame_video.xml index 8099d89..7cbc0a8 100644 --- a/res/layout-w1024dp/preview_frame_video.xml +++ b/res/layout-w1024dp/preview_frame_video.xml @@ -55,7 +55,6 @@ android:text="@string/bg_replacement_message" /> <ImageButton android:id="@+id/btn_play" style="@style/ReviewPlayIcon" - android:src="@drawable/btn_ic_review_play" android:onClick="onPlayButtonClicked" /> <ImageView android:id="@+id/review_image" android:layout_width="match_parent" |