summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorAngus Kong <shkong@google.com>2011-09-12 05:25:15 +0800
committerAngus Kong <shkong@google.com>2011-09-12 07:50:25 +0800
commitbfb958a707ce0e08d2142c81a278ec12b61083e0 (patch)
tree90163bbb2375ace289ca1a1f1000fe01191b9447 /res/drawable
parente164996caf656a9b966e828dee5296c5b328f364 (diff)
downloadLegacyCamera-bfb958a707ce0e08d2142c81a278ec12b61083e0.zip
LegacyCamera-bfb958a707ce0e08d2142c81a278ec12b61083e0.tar.gz
LegacyCamera-bfb958a707ce0e08d2142c81a278ec12b61083e0.tar.bz2
Replace the custom dialog with system dialog.
Change-Id: Iabeeb6f4912e0f13a6691b9fd08507e7d5791c2c
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/pano_rounded_rectangle.xml26
1 files changed, 0 insertions, 26 deletions
diff --git a/res/drawable/pano_rounded_rectangle.xml b/res/drawable/pano_rounded_rectangle.xml
deleted file mode 100644
index 2cbdbc3..0000000
--- a/res/drawable/pano_rounded_rectangle.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?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>