summaryrefslogtreecommitdiffstats
path: root/res/layout/aspect_ratio_dialog_layout.xml
diff options
context:
space:
mode:
authorDoris Liu <tianliu@google.com>2014-05-12 15:25:13 -0700
committerDoris Liu <tianliu@google.com>2014-05-13 15:43:45 -0700
commitdb8f97582d09cd36eee8cfe4ed43182bff63f8bd (patch)
treedf66aedf258ae5d1456cd1c76a1fbd9291ef90d7 /res/layout/aspect_ratio_dialog_layout.xml
parentf56453afe262f1580eb4ebb501b7efe8fe8c2e3d (diff)
downloadandroid_packages_apps_Camera2-db8f97582d09cd36eee8cfe4ed43182bff63f8bd.tar.gz
android_packages_apps_Camera2-db8f97582d09cd36eee8cfe4ed43182bff63f8bd.tar.bz2
android_packages_apps_Camera2-db8f97582d09cd36eee8cfe4ed43182bff63f8bd.zip
Start up screen
This is the 2-step full screen popup: Step 1: (Only for new users) Choose whether geo-tagging should be on Step 2: For new users and upgraders to choose 4:3 or 16:9 preview resolution to take advantage of the screen size. Change-Id: Ibffe5a807cc622a3945b9fd869de1bf7dd660849
Diffstat (limited to 'res/layout/aspect_ratio_dialog_layout.xml')
-rw-r--r--res/layout/aspect_ratio_dialog_layout.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/res/layout/aspect_ratio_dialog_layout.xml b/res/layout/aspect_ratio_dialog_layout.xml
new file mode 100644
index 000000000..7e0338cfd
--- /dev/null
+++ b/res/layout/aspect_ratio_dialog_layout.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2014 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.
+-->
+
+<com.android.camera.widget.AspectRatioDialogLayout
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+ <include layout="@layout/aspect_ratio_dialog_content" />
+</com.android.camera.widget.AspectRatioDialogLayout> \ No newline at end of file