diff options
author | Angus Kong <shkong@google.com> | 2011-09-07 08:10:55 +0800 |
---|---|---|
committer | Angus Kong <shkong@google.com> | 2011-09-08 07:10:14 +0800 |
commit | 2f9ed6f52580b8fecb77ec3ca123a804eea89f8c (patch) | |
tree | 5a7dd7a9a482114af3eee39c91937d6212f21247 /res/layout/pano_capture.xml | |
parent | 2670b3d7c318604f07b680b22360d349103144be (diff) | |
download | packages_apps_LegacyCamera-2f9ed6f52580b8fecb77ec3ca123a804eea89f8c.zip packages_apps_LegacyCamera-2f9ed6f52580b8fecb77ec3ca123a804eea89f8c.tar.gz packages_apps_LegacyCamera-2f9ed6f52580b8fecb77ec3ca123a804eea89f8c.tar.bz2 |
A customized dialog for preparing low-res review.
According to UI spec, a customized dialog is needed. The customized dialog has a rounded rectangle
as a background and a spinner over a text view.
bug:5244268
Change-Id: I21a5709babbaf92e507c8900a8cfb322e29bae4c
Diffstat (limited to 'res/layout/pano_capture.xml')
-rw-r--r-- | res/layout/pano_capture.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/layout/pano_capture.xml b/res/layout/pano_capture.xml index a271d23..7cf6c01 100644 --- a/res/layout/pano_capture.xml +++ b/res/layout/pano_capture.xml @@ -60,4 +60,6 @@ android:layout_width="wrap_content" android:visibility="gone" android:layout_centerInParent="true" /> + + <include layout="@layout/pano_dialog_view" /> </RelativeLayout> |