diff options
author | Wu-cheng Li <wuchengli@google.com> | 2011-07-11 10:46:31 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-07-11 10:46:32 -0700 |
commit | 5281216188a75f5a2edd87ef5f7358a956f17e28 (patch) | |
tree | 6b92d498c16ab062fce1d6654c2a0d6db45037da /res/layout-w1024dp | |
parent | 3bbc913542e9a0c0da401ef469f9650a30487584 (diff) | |
parent | 79227ee2627163a64a3f8f5133528a6c86d79e04 (diff) | |
download | LegacyCamera-5281216188a75f5a2edd87ef5f7358a956f17e28.zip LegacyCamera-5281216188a75f5a2edd87ef5f7358a956f17e28.tar.gz LegacyCamera-5281216188a75f5a2edd87ef5f7358a956f17e28.tar.bz2 |
Merge "Fix wrong preview border drawable is displayed in phone UI."
Diffstat (limited to 'res/layout-w1024dp')
-rw-r--r-- | res/layout-w1024dp/preview_frame.xml | 2 | ||||
-rw-r--r-- | res/layout-w1024dp/preview_frame_video.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/res/layout-w1024dp/preview_frame.xml b/res/layout-w1024dp/preview_frame.xml index 2c7e427..ac94a90 100644 --- a/res/layout-w1024dp/preview_frame.xml +++ b/res/layout-w1024dp/preview_frame.xml @@ -56,5 +56,5 @@ <ImageView android:id="@+id/preview_border" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="@drawable/border_preview_holo"/> + android:background="@drawable/border_preview"/> </com.android.camera.PreviewFrameLayout> diff --git a/res/layout-w1024dp/preview_frame_video.xml b/res/layout-w1024dp/preview_frame_video.xml index 8c47c69..b2b8e00 100644 --- a/res/layout-w1024dp/preview_frame_video.xml +++ b/res/layout-w1024dp/preview_frame_video.xml @@ -72,5 +72,5 @@ <ImageView android:id="@+id/preview_border" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="@drawable/border_preview_holo"/> + android:background="@drawable/border_preview"/> </com.android.camera.PreviewFrameLayout> |