summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorChih-Chung Chang <chihchung@google.com>2010-02-22 09:44:47 -0800
committerChih-Chung Chang <chihchung@google.com>2010-02-22 09:44:47 -0800
commite0ae668deb268835a0acdb824b328aec710a33df (patch)
tree8a8eac737637896fc881359a93d89abaabfa1080 /res/layout
parent6c771ec124c1b1a41fe233e1c8f2956fbefde011 (diff)
downloadLegacyCamera-e0ae668deb268835a0acdb824b328aec710a33df.zip
LegacyCamera-e0ae668deb268835a0acdb824b328aec710a33df.tar.gz
LegacyCamera-e0ae668deb268835a0acdb824b328aec710a33df.tar.bz2
Remove unused resources.
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/review_control.xml68
-rw-r--r--res/layout/review_image.xml81
2 files changed, 0 insertions, 149 deletions
diff --git a/res/layout/review_control.xml b/res/layout/review_control.xml
deleted file mode 100644
index fbab347..0000000
--- a/res/layout/review_control.xml
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2009 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.
--->
-
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:camera="http://schemas.android.com/apk/res/com.android.camera"
- android:id="@+id/button_bar"
- android:gravity="center_horizontal"
- android:layout_height="match_parent"
- android:layout_width="76dp"
- android:layout_marginTop="13dp"
- android:layout_marginBottom="10dp"
- android:layout_alignParentRight="true">
- <com.android.camera.EvenlySpacedLayout
- camera:orientation="vertical"
- camera:keepEndSpace="false"
- android:layout_height="match_parent"
- android:layout_width="match_parent">
- <LinearLayout style="@style/ReviewControlGroup">
- <ImageView style="@style/ReviewControlIcon"
- android:id="@+id/btn_delete"
- android:src="@drawable/btn_ic_review_delete"/>
- <TextView style="@style/ReviewControlText"
- android:text="@string/review_toss" />
- </LinearLayout>
- <LinearLayout style="@style/ReviewControlGroup">
- <ImageView style="@style/ReviewControlIcon"
- android:id="@+id/btn_share"
- android:src="@drawable/btn_ic_review_share"/>
- <TextView style="@style/ReviewControlText"
- android:text="@string/review_share" />
- </LinearLayout>
- <LinearLayout style="@style/ReviewControlGroup">
- <ImageView style="@style/ReviewControlIcon"
- android:id="@+id/btn_play"
- android:src="@drawable/btn_ic_review_play"/>
- <TextView style="@style/ReviewControlText"
- android:text="@string/review_play" />
- </LinearLayout>
- <LinearLayout style="@style/ReviewControlGroup">
- <ImageView style="@style/ReviewControlIcon"
- android:id="@+id/btn_set_as"
- android:src="@drawable/btn_ic_review_set_as"/>
- <TextView style="@style/ReviewControlText"
- android:text="@string/review_set" />
- </LinearLayout>
- <LinearLayout style="@style/ReviewControlGroup">
- <ImageView style="@style/ReviewControlIcon"
- android:id="@+id/btn_done"
- android:src="@drawable/btn_ic_review_done"/>
- <TextView style="@style/ReviewControlText"
- android:text="@string/review_done" />
- </LinearLayout>
- </com.android.camera.EvenlySpacedLayout>
-</RelativeLayout>
-
diff --git a/res/layout/review_image.xml b/res/layout/review_image.xml
deleted file mode 100644
index a27c90f..0000000
--- a/res/layout/review_image.xml
+++ /dev/null
@@ -1,81 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2007 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.
--->
-
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:background="@drawable/camera_background"
- android:id="@+id/root"
- android:orientation="horizontal"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
- <com.android.camera.PreviewFrameLayout android:id="@+id/frame_layout"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_weight="1">
- <FrameLayout android:id="@+id/frame"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@drawable/border_view_finder">
- <RelativeLayout android:id="@+id/mainPanel"
- android:layout_toLeftOf="@id/button_bar"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
- <AbsoluteLayout android:id="@+id/slideShowContainer"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
- <com.android.camera.ImageViewTouch2 android:id="@+id/image1_slideShow"
- android:background="#00000000"
- android:layout_width="match_parent"
- android:layout_height="match_parent" />
- <com.android.camera.ImageViewTouch2 android:id="@+id/image2_slideShow"
- android:background="#00000000"
- android:layout_width="match_parent"
- android:layout_height="match_parent" />
- </AbsoluteLayout>
- <AbsoluteLayout android:id="@+id/abs"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
- <com.android.camera.ImageViewTouch2 android:id="@+id/image"
- android:background="#FF000000"
- android:focusableInTouchMode="true"
- android:layout_width="match_parent"
- android:layout_height="match_parent" />
- </AbsoluteLayout>
- <ImageView android:id="@+id/prev_image"
- android:clickable="true"
- android:focusable="false"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentLeft="true"
- android:layout_centerVertical="true"
- android:visibility="invisible"
- android:src="@drawable/btn_camera_arrow_left" />
- <ImageView android:id="@+id/next_image"
- android:clickable="true"
- android:focusable="false"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:visibility="invisible"
- android:src="@drawable/btn_camera_arrow_right" />
- </RelativeLayout>
- </FrameLayout>
- </com.android.camera.PreviewFrameLayout>
- <include android:id="@+id/control_bar"
- layout="@layout/review_control" />
-</LinearLayout>
-
-