summaryrefslogtreecommitdiffstats
path: root/res/layout/review_control.xml
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/review_control.xml
parent6c771ec124c1b1a41fe233e1c8f2956fbefde011 (diff)
downloadLegacyCamera-e0ae668deb268835a0acdb824b328aec710a33df.zip
LegacyCamera-e0ae668deb268835a0acdb824b328aec710a33df.tar.gz
LegacyCamera-e0ae668deb268835a0acdb824b328aec710a33df.tar.bz2
Remove unused resources.
Diffstat (limited to 'res/layout/review_control.xml')
-rw-r--r--res/layout/review_control.xml68
1 files changed, 0 insertions, 68 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>
-