diff options
author | Mike Lockwood <lockwood@android.com> | 2011-01-06 09:25:43 -0500 |
---|---|---|
committer | Mike Lockwood <lockwood@android.com> | 2011-01-06 11:47:25 -0500 |
commit | 65d2a4cb5f10a3964f66628be859bc150ec8921e (patch) | |
tree | f067be3a50db704e1a6b2c04c798f35a227c0910 /media/tests/CameraBrowser/res | |
parent | 215b682b8a02ac51d820b8e301d50431bdd09b3d (diff) | |
download | frameworks_base-65d2a4cb5f10a3964f66628be859bc150ec8921e.zip frameworks_base-65d2a4cb5f10a3964f66628be859bc150ec8921e.tar.gz frameworks_base-65d2a4cb5f10a3964f66628be859bc150ec8921e.tar.bz2 |
Remove CameraBrowser test app
Change-Id: I7e04ef674746c5c2cdf421a2b9ec440d7ea831bd
Signed-off-by: Mike Lockwood <lockwood@android.com>
Diffstat (limited to 'media/tests/CameraBrowser/res')
-rw-r--r-- | media/tests/CameraBrowser/res/layout/object_info.xml | 169 | ||||
-rw-r--r-- | media/tests/CameraBrowser/res/layout/object_list.xml | 33 | ||||
-rw-r--r-- | media/tests/CameraBrowser/res/values/strings.xml | 46 | ||||
-rw-r--r-- | media/tests/CameraBrowser/res/values/styles.xml | 34 |
4 files changed, 0 insertions, 282 deletions
diff --git a/media/tests/CameraBrowser/res/layout/object_info.xml b/media/tests/CameraBrowser/res/layout/object_info.xml deleted file mode 100644 index a0499f2..0000000 --- a/media/tests/CameraBrowser/res/layout/object_info.xml +++ /dev/null @@ -1,169 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* -** Copyright 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. -*/ ---> -<TableLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/object_info" - android:layout_width="wrap_content" - android:layout_height="wrap_content"> - <TableRow> - <TextView android:id="@+id/name_label" - android:text="@string/name_label" - android:layout_gravity="right" - android:layout_marginRight="8dip" - style="@style/info_label" /> - - <TextView android:id="@+id/name" - style="@style/info_value" /> - </TableRow> - <TableRow> - <TextView android:id="@+id/size_label" - android:text="@string/size_label" - android:layout_gravity="right" - android:layout_marginRight="8dip" - style="@style/info_label" /> - - <TextView android:id="@+id/size" - style="@style/info_value" /> - </TableRow> - <TableRow> - <TextView android:id="@+id/format_label" - android:text="@string/format_label" - android:layout_gravity="right" - android:layout_marginRight="8dip" - style="@style/info_label" /> - - <TextView android:id="@+id/format" - style="@style/info_value" /> - </TableRow> - <TableRow> - <TextView android:id="@+id/thumb_width_label" - android:text="@string/thumb_width_label" - android:layout_gravity="right" - android:layout_marginRight="8dip" - style="@style/info_label" /> - - <TextView android:id="@+id/thumb_width" - style="@style/info_value" /> - </TableRow> - <TableRow> - <TextView android:id="@+id/thumb_height_label" - android:text="@string/thumb_height_label" - android:layout_gravity="right" - android:layout_marginRight="8dip" - style="@style/info_label" /> - - <TextView android:id="@+id/thumb_height" - style="@style/info_value" /> - </TableRow> - <TableRow> - <TextView android:id="@+id/thumb_size_label" - android:text="@string/thumb_size_label" - android:layout_gravity="right" - android:layout_marginRight="8dip" - style="@style/info_label" /> - - <TextView android:id="@+id/thumb_size" - style="@style/info_value" /> - </TableRow> - <TableRow> - <TextView android:id="@+id/width_label" - android:text="@string/width_label" - android:layout_gravity="right" - android:layout_marginRight="8dip" - style="@style/info_label" /> - - <TextView android:id="@+id/width" - style="@style/info_value" /> - </TableRow> - <TableRow> - <TextView android:id="@+id/height_label" - android:text="@string/height_label" - android:layout_gravity="right" - android:layout_marginRight="8dip" - style="@style/info_label" /> - - <TextView android:id="@+id/height" - style="@style/info_value" /> - </TableRow> - <TableRow> - <TextView android:id="@+id/depth_label" - android:text="@string/depth_label" - android:layout_gravity="right" - android:layout_marginRight="8dip" - style="@style/info_label" /> - - <TextView android:id="@+id/depth" - style="@style/info_value" /> - </TableRow> - <TableRow> - <TextView android:id="@+id/sequence_label" - android:text="@string/sequence_label" - android:layout_gravity="right" - android:layout_marginRight="8dip" - style="@style/info_label" /> - - <TextView android:id="@+id/sequence" - style="@style/info_value" /> - </TableRow> - <TableRow> - <TextView android:id="@+id/created_label" - android:text="@string/created_label" - android:layout_gravity="right" - android:layout_marginRight="8dip" - style="@style/info_label" /> - - <TextView android:id="@+id/created" - style="@style/info_value" /> - </TableRow> - <TableRow> - <TextView android:id="@+id/modified_label" - android:text="@string/modified_label" - android:layout_gravity="right" - android:layout_marginRight="8dip" - style="@style/info_label" /> - - <TextView android:id="@+id/modified" - style="@style/info_value" /> - </TableRow> - <TableRow> - <TextView android:id="@+id/keywords_label" - android:text="@string/keywords_label" - android:layout_gravity="right" - android:layout_marginRight="8dip" - style="@style/info_label" /> - - <TextView android:id="@+id/keywords" - style="@style/info_value" /> - </TableRow> - <TableRow> - <ImageView android:id="@+id/thumbnail" /> - </TableRow> - <TableRow> - <Button android:id="@+id/import_button" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:text="@string/import_label"> - </Button> - <Button android:id="@+id/delete_button" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:text="@string/delete_label"> - </Button> - </TableRow> -</TableLayout> - diff --git a/media/tests/CameraBrowser/res/layout/object_list.xml b/media/tests/CameraBrowser/res/layout/object_list.xml deleted file mode 100644 index 30c18bb..0000000 --- a/media/tests/CameraBrowser/res/layout/object_list.xml +++ /dev/null @@ -1,33 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2010 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:orientation="horizontal" - android:layout_width="fill_parent" - android:layout_height="fill_parent"> - - <ImageView android:id="@+id/thumbnail" - android:layout_width="wrap_content" - android:layout_height="wrap_content" /> - - <TextView android:id="@+id/name" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:textAppearance="?android:attr/textAppearanceLarge" - android:gravity="center_vertical" - android:paddingLeft="6dip" - android:minHeight="?android:attr/listPreferredItemHeight" /> -</LinearLayout> diff --git a/media/tests/CameraBrowser/res/values/strings.xml b/media/tests/CameraBrowser/res/values/strings.xml deleted file mode 100644 index 932aaec..0000000 --- a/media/tests/CameraBrowser/res/values/strings.xml +++ /dev/null @@ -1,46 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2010 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. ---> - -<resources> - <string name="app_label">Camera Browser</string> - - <!-- for object info --> - <string name="name_label">Name: </string> - <string name="size_label">Size: </string> - <string name="format_label">Format: </string> - <string name="thumb_width_label">Thumb Width: </string> - <string name="thumb_height_label">Thumb Height: </string> - <string name="thumb_size_label">Thumb Size: </string> - <string name="width_label">Width: </string> - <string name="height_label">Height: </string> - <string name="depth_label">Depth: </string> - <string name="sequence_label">Sequence: </string> - <string name="created_label">Created: </string> - <string name="modified_label">Modified: </string> - <string name="keywords_label">Keywords: </string> - - <!-- button labels --> - <string name="import_label">Import</string> - <string name="delete_label">Delete</string> - - <!-- toasts --> - <string name="object_saved_message">Object saved</string> - <string name="save_failed_message">Could not save object</string> - <string name="object_deleted_message">Object deleted</string> - <string name="delete_failed_message">Could not delete object</string> - <string name="start_activity_failed_message">Import succeeded, but could not display object</string> - -</resources> diff --git a/media/tests/CameraBrowser/res/values/styles.xml b/media/tests/CameraBrowser/res/values/styles.xml deleted file mode 100644 index c869985..0000000 --- a/media/tests/CameraBrowser/res/values/styles.xml +++ /dev/null @@ -1,34 +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. ---> - -<resources> - <style name="info_label"> - <item name="android:layout_height">wrap_content</item> - <item name="android:layout_width">wrap_content</item> - <item name="android:textSize">14sp</item> - <item name="android:textStyle">bold</item> - <item name="android:paddingRight">4dip</item> - </style> - - <style name="info_value"> - <item name="android:layout_height">wrap_content</item> - <item name="android:layout_width">wrap_content</item> - <item name="android:textSize">14sp</item> - <item name="android:textStyle">normal</item> - </style> - -</resources> - |