diff options
author | Wu-cheng Li <wuchengli@google.com> | 2011-07-11 08:22:49 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2011-07-11 08:50:28 +0800 |
commit | 79227ee2627163a64a3f8f5133528a6c86d79e04 (patch) | |
tree | 48e219cc0514522d2c0e1d03ca0b3bf5f44784c8 /res/layout-w1024dp | |
parent | 00ed6652f23304b3b1e4b1884bae2d6f69432163 (diff) | |
download | LegacyCamera-79227ee2627163a64a3f8f5133528a6c86d79e04.zip LegacyCamera-79227ee2627163a64a3f8f5133528a6c86d79e04.tar.gz LegacyCamera-79227ee2627163a64a3f8f5133528a6c86d79e04.tar.bz2 |
Fix wrong preview border drawable is displayed in phone UI.
Change-Id: Iccee528e8e3681f22480a0b726dac90c46757a5f
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 173be1f..28d6515 100644 --- a/res/layout-w1024dp/preview_frame.xml +++ b/res/layout-w1024dp/preview_frame.xml @@ -57,5 +57,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 f3ef82a..774e0fd 100644 --- a/res/layout-w1024dp/preview_frame_video.xml +++ b/res/layout-w1024dp/preview_frame_video.xml @@ -73,5 +73,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> |