blob: 8b337eada622c94cea9fd092f34998ceb2690ec4 [file] [log] [blame]
Winson Chung9112ec32011-06-27 13:15:32 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2011 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
17 android:layout_width="match_parent"
18 android:layout_height="match_parent">
19 <ImageView android:id="@+id/global_screenshot_background"
20 android:layout_width="match_parent"
21 android:layout_height="match_parent"
Romain Guy8279acb2011-11-29 13:56:25 -080022 android:src="@android:color/black"
Winson Chung9112ec32011-06-27 13:15:32 -070023 android:visibility="gone" />
Romain Guy8279acb2011-11-29 13:56:25 -080024 <ImageView android:id="@+id/global_screenshot"
Winson Chung9112ec32011-06-27 13:15:32 -070025 android:layout_width="wrap_content"
26 android:layout_height="wrap_content"
Winson Chungc57ccf02011-10-13 15:04:59 -070027 android:layout_gravity="center"
Winson Chung22ca0952011-10-20 19:44:32 -070028 android:background="@drawable/screenshot_panel"
Romain Guy8279acb2011-11-29 13:56:25 -080029 android:visibility="gone"
30 android:adjustViewBounds="true" />
Winson Chung22ca0952011-10-20 19:44:32 -070031 <ImageView android:id="@+id/global_screenshot_flash"
32 android:layout_width="match_parent"
33 android:layout_height="match_parent"
Romain Guy8279acb2011-11-29 13:56:25 -080034 android:src="@android:color/white"
Winson Chung22ca0952011-10-20 19:44:32 -070035 android:visibility="gone" />
Winson Chung9112ec32011-06-27 13:15:32 -070036</FrameLayout>