summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2010-04-01 17:47:19 +0800
committerOwen Lin <owenlin@google.com>2010-04-07 12:05:53 +0800
commit82544b4564c079ece1a9065d19add36b2635bb8f (patch)
tree948e3e1b71f6ecf08a1c3d4e1da5e86b307551ad /res/layout
parentcba44d7c2bb86e5cbca3b0721d32547e8e70b94c (diff)
downloadLegacyCamera-82544b4564c079ece1a9065d19add36b2635bb8f.zip
LegacyCamera-82544b4564c079ece1a9065d19add36b2635bb8f.tar.gz
LegacyCamera-82544b4564c079ece1a9065d19add36b2635bb8f.tar.bz2
Remove unused resources and code.
Change-Id: I394352f9da02d2585b2635e07c96bfa1c942d070
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/detailsview.xml200
-rw-r--r--res/layout/on_screen_submenu_item.xml59
2 files changed, 0 insertions, 259 deletions
diff --git a/res/layout/detailsview.xml b/res/layout/detailsview.xml
deleted file mode 100644
index f799afd..0000000
--- a/res/layout/detailsview.xml
+++ /dev/null
@@ -1,200 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2008 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.
--->
-
-<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/scroll_view"
- android:orientation="vertical"
- android:layout_width="300dip"
- android:layout_height="match_parent">
-
- <LinearLayout android:orientation="vertical"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:paddingLeft="5dip"
- android:paddingRight="5dip"
- android:paddingBottom="10dp">
-
- <LinearLayout android:orientation="horizontal"
- android:gravity="center_vertical"
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
-
- <LinearLayout android:orientation="horizontal"
- android:gravity="center_vertical"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:background="@drawable/detail_photo_border">
- <ImageView android:id="@+id/details_thumbnail_image"
- android:layout_width="64dip"
- android:layout_height="64dip"/>
- </LinearLayout>
- <TextView android:id="@+id/details_image_title"
- android:layout_height="wrap_content"
- android:layout_width="wrap_content"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:paddingLeft="6dip"
- android:layout_weight="1"/>
-
- </LinearLayout>
- <TableLayout android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:paddingLeft="5dip"
- android:layout_marginTop="10dip">
-
- <TableRow>
- <TextView android:gravity="right"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:text="@string/details_file_size"/>
- <TextView android:id="@+id/details_file_size_value"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:paddingLeft="5dip"
- android:textColor="?android:attr/textColorPrimary"/>
- </TableRow>
-
- <TableRow android:id="@+id/details_resolution_row">
- <TextView android:gravity="right"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:text="@string/details_image_resolution"/>
- <TextView android:id="@+id/details_resolution_value"
- android:layout_height="wrap_content"
- android:layout_width="match_parent"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:paddingLeft="5dip"
- android:textColor="?android:attr/textColorPrimary"/>
- </TableRow>
- <TableRow android:id="@+id/details_make_row">
- <TextView android:gravity="right"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:text="@string/details_image_make"/>
- <TextView android:id="@+id/details_make_value"
- android:layout_height="wrap_content"
- android:layout_width="match_parent"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:paddingLeft="5dip"
- android:textColor="?android:attr/textColorPrimary"/>
- </TableRow>
- <TableRow android:id="@+id/details_model_row">
- <TextView android:gravity="right"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:text="@string/details_image_model"/>
- <TextView android:id="@+id/details_model_value"
- android:layout_height="wrap_content"
- android:layout_width="match_parent"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:paddingLeft="5dip"
- android:textColor="?android:attr/textColorPrimary"/>
- </TableRow>
- <TableRow android:id="@+id/details_whitebalance_row">
- <TextView android:gravity="right"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:text="@string/details_image_whitebalance"/>
- <TextView android:id="@+id/details_whitebalance_value"
- android:layout_height="wrap_content"
- android:layout_width="match_parent"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:paddingLeft="5dip"
- android:textColor="?android:attr/textColorPrimary"/>
- </TableRow>
- <TableRow android:id="@+id/details_latitude_row">
- <TextView android:gravity="right"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:text="@string/details_image_latitude"/>
- <TextView android:id="@+id/details_latitude_value"
- android:layout_height="wrap_content"
- android:layout_width="match_parent"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:paddingLeft="5dip"
- android:textColor="?android:attr/textColorPrimary"/>
- </TableRow>
- <TableRow android:id="@+id/details_longitude_row"> <TextView
- android:gravity="right"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:text="@string/details_image_longitude"/>
- <TextView android:id="@+id/details_longitude_value"
- android:layout_height="wrap_content"
- android:layout_width="match_parent"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:paddingLeft="5dip"
- android:textColor="?android:attr/textColorPrimary"/>
- </TableRow>
- <TableRow android:id="@+id/details_location_row">
- <TextView android:gravity="right"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:text="@string/details_image_location"/>
- <TextView android:id="@+id/details_location_value"
- android:layout_height="wrap_content"
- android:layout_width="match_parent"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:paddingLeft="5dip"
- android:textColor="?android:attr/textColorPrimary"/>
- </TableRow>
- <TableRow android:id="@+id/details_duration_row">
- <TextView android:gravity="right"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:text="@string/details_duration"/>
- <TextView android:id="@+id/details_duration_value"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:paddingLeft="5dip"
- android:textColor="?android:attr/textColorPrimary"/>
- </TableRow>
- <TableRow android:id="@+id/details_frame_rate_row">
- <TextView android:gravity="right"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:text="@string/details_frame_rate"/>
- <TextView android:id="@+id/details_frame_rate_value"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:paddingLeft="5dip"
- android:textColor="?android:attr/textColorPrimary"/>
- </TableRow>
-
- <TableRow android:id="@+id/details_bit_rate_row">
- <TextView android:gravity="right"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:text="@string/details_bit_rate"/>
- <TextView android:id="@+id/details_bit_rate_value"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:paddingLeft="5dip"
- android:textColor="?android:attr/textColorPrimary"/>
- </TableRow>
- <TableRow android:id="@+id/details_format_row">
- <TextView android:gravity="right"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:text="@string/details_format"/>
- <TextView android:id="@+id/details_format_value"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:paddingLeft="5dip"
- android:textColor="?android:attr/textColorPrimary"/>
- </TableRow>
- <TableRow android:id="@+id/details_codec_row">
- <TextView android:gravity="right"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:text="@string/details_codec"/>
- <TextView android:id="@+id/details_codec_value"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:paddingLeft="5dip"
- android:textColor="?android:attr/textColorPrimary"/>
- </TableRow>
- <TableRow android:id="@+id/details_date_taken_row">
- <TextView android:gravity="right"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:text="@string/details_date_taken"/>
- <TextView android:id="@+id/details_date_taken_value"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:paddingLeft="5dip"
- android:textColor="?android:attr/textColorPrimary"/>
- </TableRow>
- </TableLayout>
- </LinearLayout>
-</ScrollView>
diff --git a/res/layout/on_screen_submenu_item.xml b/res/layout/on_screen_submenu_item.xml
deleted file mode 100644
index 9e84241..0000000
--- a/res/layout/on_screen_submenu_item.xml
+++ /dev/null
@@ -1,59 +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.
--->
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:paddingLeft="10dp"
- android:paddingRight="5dp"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:minHeight="?android:attr/listPreferredItemHeight"
- android:gravity="center_vertical" >
- <ImageView android:id="@+id/icon"
- android:visibility="gone"
- android:layout_marginRight="5dp"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_weight="0" />
- <RelativeLayout android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:gravity="center_vertical"
- android:minHeight="?android:attr/listPreferredItemHeight">
- <TextView android:id="@+id/title"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:maxLines="2"
- android:textAppearance="?android:attr/textAppearanceLarge"
- android:ellipsize="end"
- android:fadingEdge="horizontal" />
- <TextView android:id="@+id/summary"
- android:visibility='gone'
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_below="@id/title"
- android:layout_alignLeft="@id/title"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:singleLine="true" />
- </RelativeLayout>
- <RadioButton android:id="@+id/radio_button"
- android:focusable="false"
- android:clickable="false"
- android:layout_weight="0"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content" />
-</LinearLayout>
-
-
-