summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorAngus Kong <shkong@google.com>2011-09-07 08:10:55 +0800
committerAngus Kong <shkong@google.com>2011-09-08 07:10:14 +0800
commit2f9ed6f52580b8fecb77ec3ca123a804eea89f8c (patch)
tree5a7dd7a9a482114af3eee39c91937d6212f21247 /res/drawable
parent2670b3d7c318604f07b680b22360d349103144be (diff)
downloadLegacyCamera-2f9ed6f52580b8fecb77ec3ca123a804eea89f8c.zip
LegacyCamera-2f9ed6f52580b8fecb77ec3ca123a804eea89f8c.tar.gz
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/drawable')
-rw-r--r--res/drawable/pano_rounded_rectangle.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/res/drawable/pano_rounded_rectangle.xml b/res/drawable/pano_rounded_rectangle.xml
new file mode 100644
index 0000000..2cbdbc3
--- /dev/null
+++ b/res/drawable/pano_rounded_rectangle.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2011 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle">
+
+ <corners android:radius="@dimen/pano_custom_dialog_corner_radius" />
+
+ <size android:width="@dimen/pano_custom_dialog_width"
+ android:height="@dimen/pano_custom_dialog_height" />
+
+ <solid android:color="@color/pano_custom_dialog_background" />
+</shape>