summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRuben Brunk <rubenbrunk@google.com>2012-12-06 15:13:20 -0800
committerRuben Brunk <rubenbrunk@google.com>2012-12-06 15:13:20 -0800
commit50890518e026decdc4e6086f5ee236d1fa919b64 (patch)
tree25a99f23d13ada2a06d2ff39d870b8e7bc479be1 /res
parentf6a07accd4127bab2b45cd42161f1d0b2482b830 (diff)
downloadandroid_packages_apps_Snap-50890518e026decdc4e6086f5ee236d1fa919b64.tar.gz
android_packages_apps_Snap-50890518e026decdc4e6086f5ee236d1fa919b64.tar.bz2
android_packages_apps_Snap-50890518e026decdc4e6086f5ee236d1fa919b64.zip
Removed extra layout resources from old photoeditor.
Bug: 7659953 Change-Id: I86fa9204498a36bb8c2ba190372efae95af0145a
Diffstat (limited to 'res')
-rw-r--r--res/layout/photoeditor_actionbar.xml67
-rw-r--r--res/layout/photoeditor_color_seekbar.xml19
-rw-r--r--res/layout/photoeditor_crop_view.xml19
-rw-r--r--res/layout/photoeditor_doodle_view.xml19
-rw-r--r--res/layout/photoeditor_effect_tool_fullscreen.xml20
-rw-r--r--res/layout/photoeditor_effect_tool_panel.xml30
-rw-r--r--res/layout/photoeditor_effects_artistic.xml85
-rw-r--r--res/layout/photoeditor_effects_color.xml96
-rw-r--r--res/layout/photoeditor_effects_exposure.xml58
-rw-r--r--res/layout/photoeditor_effects_fix.xml99
-rw-r--r--res/layout/photoeditor_effects_gallery.xml30
-rw-r--r--res/layout/photoeditor_effects_menu.xml48
-rw-r--r--res/layout/photoeditor_flip_view.xml19
-rw-r--r--res/layout/photoeditor_main.xml43
-rw-r--r--res/layout/photoeditor_rotate_view.xml19
-rw-r--r--res/layout/photoeditor_scale_seekbar.xml19
-rw-r--r--res/layout/photoeditor_touch_view.xml19
17 files changed, 0 insertions, 709 deletions
diff --git a/res/layout/photoeditor_actionbar.xml b/res/layout/photoeditor_actionbar.xml
deleted file mode 100644
index c82faca2f..000000000
--- a/res/layout/photoeditor_actionbar.xml
+++ /dev/null
@@ -1,67 +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.
--->
-
-<RelativeLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- style="@style/ActionBarInner"
- android:background="@drawable/photoeditor_actionbar_translucent">
-
- <LinearLayout style="@style/ActionBarLinearLayout">
-
- <LinearLayout
- android:id="@+id/action_bar_back"
- style="@style/ActionBarBackLinearLayout">
- <ImageView style="@style/ActionBarArrow"/>
- <ImageView style="@style/ActionBarIcon"/>
- </LinearLayout>
-
- <TextView
- android:id="@+id/action_bar_title"
- style="@style/ActionBarTitle"
- android:text="@string/edit"/>
- </LinearLayout>
-
- <LinearLayout style="@style/ActionBarLinearLayout" android:layout_alignParentRight="true">
-
- <com.android.gallery3d.photoeditor.ImageActionButton
- android:id="@+id/undo_button"
- style="@style/ImageActionButton"
- android:src="@drawable/photoeditor_undo"
- android:contentDescription="@string/photoeditor_undo"/>
- <com.android.gallery3d.photoeditor.ImageActionButton
- android:id="@+id/redo_button"
- style="@style/ImageActionButton"
- android:src="@drawable/photoeditor_redo"
- android:contentDescription="@string/photoeditor_redo"/>
-
- <ViewSwitcher
- android:id="@+id/save_share_buttons"
- android:layout_width="wrap_content"
- android:layout_height="fill_parent">
- <Button
- android:id="@+id/save_button"
- style="@style/TextActionButton"
- android:layout_width="fill_parent"
- android:text="@string/save"/>
- <com.android.gallery3d.photoeditor.ImageActionButton
- android:id="@+id/share_button"
- style="@style/ImageActionButton"
- android:layout_width="fill_parent"
- android:src="@drawable/ic_menu_share_holo_light"/>
- </ViewSwitcher>
-
- </LinearLayout>
-</RelativeLayout>
diff --git a/res/layout/photoeditor_color_seekbar.xml b/res/layout/photoeditor_color_seekbar.xml
deleted file mode 100644
index ca8509de1..000000000
--- a/res/layout/photoeditor_color_seekbar.xml
+++ /dev/null
@@ -1,19 +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.
--->
-
-<com.android.gallery3d.photoeditor.actions.ColorSeekBar
- xmlns:android="http://schemas.android.com/apk/res/android"
- style="@style/SeekBar"/>
diff --git a/res/layout/photoeditor_crop_view.xml b/res/layout/photoeditor_crop_view.xml
deleted file mode 100644
index bf5cacb07..000000000
--- a/res/layout/photoeditor_crop_view.xml
+++ /dev/null
@@ -1,19 +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.
--->
-
-<com.android.gallery3d.photoeditor.actions.CropView
- xmlns:android="http://schemas.android.com/apk/res/android"
- style="@style/FullscreenToolView"/>
diff --git a/res/layout/photoeditor_doodle_view.xml b/res/layout/photoeditor_doodle_view.xml
deleted file mode 100644
index c202f1431..000000000
--- a/res/layout/photoeditor_doodle_view.xml
+++ /dev/null
@@ -1,19 +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.
--->
-
-<com.android.gallery3d.photoeditor.actions.DoodleView
- xmlns:android="http://schemas.android.com/apk/res/android"
- style="@style/FullscreenToolView"/>
diff --git a/res/layout/photoeditor_effect_tool_fullscreen.xml b/res/layout/photoeditor_effect_tool_fullscreen.xml
deleted file mode 100644
index a6dd32365..000000000
--- a/res/layout/photoeditor_effect_tool_fullscreen.xml
+++ /dev/null
@@ -1,20 +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.
--->
-
-<FrameLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"/>
diff --git a/res/layout/photoeditor_effect_tool_panel.xml b/res/layout/photoeditor_effect_tool_panel.xml
deleted file mode 100644
index 4ffd52d90..000000000
--- a/res/layout/photoeditor_effect_tool_panel.xml
+++ /dev/null
@@ -1,30 +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:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:paddingTop="@dimen/effect_tool_panel_padding_top"
- android:paddingBottom="@dimen/effect_tool_panel_padding_bottom"
- android:background="@color/translucent_black"
- android:gravity="center_horizontal"
- android:orientation="vertical">
-
- <TextView
- android:id="@+id/effect_label"
- style="@style/EffectLabelInToolPanel"/>
-</LinearLayout>
diff --git a/res/layout/photoeditor_effects_artistic.xml b/res/layout/photoeditor_effects_artistic.xml
deleted file mode 100644
index 89cb88c49..000000000
--- a/res/layout/photoeditor_effects_artistic.xml
+++ /dev/null
@@ -1,85 +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"
- style="@style/EffectsContainer">
-
- <com.android.gallery3d.photoeditor.actions.CrossProcessAction style="@style/Effect">
- <ImageView
- style="@style/EffectIcon"
- android:src="@drawable/photoeditor_effect_crossprocess"/>
- <TextView
- android:id="@+id/effect_label"
- android:text="@string/crossprocess"
- style="@style/EffectLabel"/>
- </com.android.gallery3d.photoeditor.actions.CrossProcessAction>
- <com.android.gallery3d.photoeditor.actions.PosterizeAction style="@style/Effect">
- <ImageView
- style="@style/EffectIcon"
- android:src="@drawable/photoeditor_effect_posterize"/>
- <TextView
- android:id="@+id/effect_label"
- android:text="@string/posterize"
- style="@style/EffectLabel"/>
- </com.android.gallery3d.photoeditor.actions.PosterizeAction>
- <com.android.gallery3d.photoeditor.actions.LomoishAction style="@style/Effect">
- <ImageView
- style="@style/EffectIcon"
- android:src="@drawable/photoeditor_effect_lomoish"/>
- <TextView
- android:id="@+id/effect_label"
- android:text="@string/lomoish"
- style="@style/EffectLabel"/>
- </com.android.gallery3d.photoeditor.actions.LomoishAction>
- <com.android.gallery3d.photoeditor.actions.DocumentaryAction style="@style/Effect">
- <ImageView
- style="@style/EffectIcon"
- android:src="@drawable/photoeditor_effect_documentary"/>
- <TextView
- android:id="@+id/effect_label"
- android:text="@string/documentary"
- style="@style/EffectLabel"/>
- </com.android.gallery3d.photoeditor.actions.DocumentaryAction>
- <com.android.gallery3d.photoeditor.actions.VignetteAction style="@style/Effect">
- <ImageView
- style="@style/EffectIcon"
- android:src="@drawable/photoeditor_effect_vignette"/>
- <TextView
- android:id="@+id/effect_label"
- android:text="@string/vignette"
- style="@style/EffectLabel"/>
- </com.android.gallery3d.photoeditor.actions.VignetteAction>
- <com.android.gallery3d.photoeditor.actions.GrainAction style="@style/Effect">
- <ImageView
- style="@style/EffectIcon"
- android:src="@drawable/photoeditor_effect_grain"/>
- <TextView
- android:id="@+id/effect_label"
- android:text="@string/grain"
- style="@style/EffectLabel"/>
- </com.android.gallery3d.photoeditor.actions.GrainAction>
- <com.android.gallery3d.photoeditor.actions.FisheyeAction style="@style/Effect">
- <ImageView
- style="@style/EffectIcon"
- android:src="@drawable/photoeditor_effect_fisheye"/>
- <TextView
- android:id="@+id/effect_label"
- android:text="@string/fisheye"
- style="@style/EffectLabel"/>
- </com.android.gallery3d.photoeditor.actions.FisheyeAction>
-
-</LinearLayout>
diff --git a/res/layout/photoeditor_effects_color.xml b/res/layout/photoeditor_effects_color.xml
deleted file mode 100644
index a2a88b2ac..000000000
--- a/res/layout/photoeditor_effects_color.xml
+++ /dev/null
@@ -1,96 +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"
- style="@style/EffectsContainer">
-
- <com.android.gallery3d.photoeditor.actions.ColorTemperatureAction style="@style/Effect">
- <ImageView
- style="@style/EffectIcon"
- android:src="@drawable/photoeditor_effect_temperature"/>
- <TextView
- android:id="@+id/effect_label"
- android:text="@string/temperature"
- style="@style/EffectLabel"/>
- </com.android.gallery3d.photoeditor.actions.ColorTemperatureAction>
- <com.android.gallery3d.photoeditor.actions.SaturationAction style="@style/Effect">
- <ImageView
- style="@style/EffectIcon"
- android:src="@drawable/photoeditor_effect_saturation"/>
- <TextView
- android:id="@+id/effect_label"
- android:text="@string/saturation"
- style="@style/EffectLabel"/>
- </com.android.gallery3d.photoeditor.actions.SaturationAction>
- <com.android.gallery3d.photoeditor.actions.GrayscaleAction style="@style/Effect">
- <ImageView
- style="@style/EffectIcon"
- android:src="@drawable/photoeditor_effect_grayscale"/>
- <TextView
- android:id="@+id/effect_label"
- android:text="@string/grayscale"
- android:contentDescription="@string/accessibility_black_and_white"
- style="@style/EffectLabel"/>
- </com.android.gallery3d.photoeditor.actions.GrayscaleAction>
- <com.android.gallery3d.photoeditor.actions.SepiaAction style="@style/Effect">
- <ImageView
- style="@style/EffectIcon"
- android:src="@drawable/photoeditor_effect_sepia"/>
- <TextView
- android:id="@+id/effect_label"
- android:text="@string/sepia"
- style="@style/EffectLabel"/>
- </com.android.gallery3d.photoeditor.actions.SepiaAction>
- <com.android.gallery3d.photoeditor.actions.NegativeAction style="@style/Effect">
- <ImageView
- style="@style/EffectIcon"
- android:src="@drawable/photoeditor_effect_negative"/>
- <TextView
- android:id="@+id/effect_label"
- android:text="@string/negative"
- style="@style/EffectLabel"/>
- </com.android.gallery3d.photoeditor.actions.NegativeAction>
- <com.android.gallery3d.photoeditor.actions.TintAction style="@style/Effect">
- <ImageView
- style="@style/EffectIcon"
- android:src="@drawable/photoeditor_effect_tint"/>
- <TextView
- android:id="@+id/effect_label"
- android:text="@string/tint"
- style="@style/EffectLabel"/>
- </com.android.gallery3d.photoeditor.actions.TintAction>
- <com.android.gallery3d.photoeditor.actions.DuotoneAction style="@style/Effect">
- <ImageView
- style="@style/EffectIcon"
- android:src="@drawable/photoeditor_effect_duotone"/>
- <TextView
- android:id="@+id/effect_label"
- android:text="@string/duotone"
- style="@style/EffectLabel"/>
- </com.android.gallery3d.photoeditor.actions.DuotoneAction>
- <com.android.gallery3d.photoeditor.actions.DoodleAction style="@style/Effect"
- android:tag="@string/doodle_tooltip">
- <ImageView
- style="@style/EffectIcon"
- android:src="@drawable/photoeditor_effect_doodle"/>
- <TextView
- android:id="@+id/effect_label"
- android:text="@string/doodle"
- style="@style/EffectLabel"/>
- </com.android.gallery3d.photoeditor.actions.DoodleAction>
-
-</LinearLayout>
diff --git a/res/layout/photoeditor_effects_exposure.xml b/res/layout/photoeditor_effects_exposure.xml
deleted file mode 100644
index b3534891b..000000000
--- a/res/layout/photoeditor_effects_exposure.xml
+++ /dev/null
@@ -1,58 +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"
- style="@style/EffectsContainer">
-
- <com.android.gallery3d.photoeditor.actions.FillLightAction style="@style/Effect">
- <ImageView
- style="@style/EffectIcon"
- android:src="@drawable/photoeditor_effect_filllight"/>
- <TextView
- android:id="@+id/effect_label"
- android:text="@string/filllight"
- style="@style/EffectLabel"/>
- </com.android.gallery3d.photoeditor.actions.FillLightAction>
- <com.android.gallery3d.photoeditor.actions.HighlightAction style="@style/Effect">
- <ImageView
- style="@style/EffectIcon"
- android:src="@drawable/photoeditor_effect_highlight"/>
- <TextView
- android:id="@+id/effect_label"
- android:text="@string/highlight"
- style="@style/EffectLabel"/>
- </com.android.gallery3d.photoeditor.actions.HighlightAction>
- <com.android.gallery3d.photoeditor.actions.ShadowAction style="@style/Effect">
- <ImageView
- style="@style/EffectIcon"
- android:src="@drawable/photoeditor_effect_shadow"/>
- <TextView
- android:id="@+id/effect_label"
- android:text="@string/shadow"
- style="@style/EffectLabel"/>
- </com.android.gallery3d.photoeditor.actions.ShadowAction>
- <com.android.gallery3d.photoeditor.actions.AutoFixAction style="@style/Effect">
- <ImageView
- style="@style/EffectIcon"
- android:src="@drawable/photoeditor_effect_autofix"/>
- <TextView
- android:id="@+id/effect_label"
- android:text="@string/autofix"
- style="@style/EffectLabel"/>
- </com.android.gallery3d.photoeditor.actions.AutoFixAction>
-
-</LinearLayout>
diff --git a/res/layout/photoeditor_effects_fix.xml b/res/layout/photoeditor_effects_fix.xml
deleted file mode 100644
index 924190bbd..000000000
--- a/res/layout/photoeditor_effects_fix.xml
+++ /dev/null
@@ -1,99 +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"
- style="@style/EffectsContainer">
-
- <com.android.gallery3d.photoeditor.actions.CropAction style="@style/Effect"
- android:tag="@string/crop_tooltip">
- <ImageView
- style="@style/EffectIcon"
- android:src="@drawable/photoeditor_effect_crop"/>
- <TextView
- android:id="@+id/effect_label"
- android:text="@string/crop"
- style="@style/EffectLabel"/>
- </com.android.gallery3d.photoeditor.actions.CropAction>
- <com.android.gallery3d.photoeditor.actions.RedEyeAction style="@style/Effect"
- android:tag="@string/redeye_tooltip">
- <ImageView
- style="@style/EffectIcon"
- android:src="@drawable/photoeditor_effect_redeye"/>
- <TextView
- android:id="@+id/effect_label"
- android:text="@string/redeye"
- style="@style/EffectLabel"/>
- </com.android.gallery3d.photoeditor.actions.RedEyeAction>
- <com.android.gallery3d.photoeditor.actions.FaceliftAction style="@style/Effect">
- <ImageView
- style="@style/EffectIcon"
- android:src="@drawable/photoeditor_effect_facelift"/>
- <TextView
- android:id="@+id/effect_label"
- android:text="@string/facelift"
- style="@style/EffectLabel"/>
- </com.android.gallery3d.photoeditor.actions.FaceliftAction>
- <com.android.gallery3d.photoeditor.actions.FaceTanAction style="@style/Effect">
- <ImageView
- style="@style/EffectIcon"
- android:src="@drawable/photoeditor_effect_facetan"/>
- <TextView
- android:id="@+id/effect_label"
- android:text="@string/facetan"
- style="@style/EffectLabel"/>
- </com.android.gallery3d.photoeditor.actions.FaceTanAction>
- <com.android.gallery3d.photoeditor.actions.StraightenAction style="@style/Effect"
- android:tag="@string/straighten_tooltip">
- <ImageView
- style="@style/EffectIcon"
- android:src="@drawable/photoeditor_effect_straighten"/>
- <TextView
- android:id="@+id/effect_label"
- android:text="@string/straighten"
- style="@style/EffectLabel"/>
- </com.android.gallery3d.photoeditor.actions.StraightenAction>
- <com.android.gallery3d.photoeditor.actions.RotateAction style="@style/Effect"
- android:tag="@string/rotate_tooltip">
- <ImageView
- style="@style/EffectIcon"
- android:src="@drawable/photoeditor_effect_rotate"/>
- <TextView
- android:id="@+id/effect_label"
- android:text="@string/rotate"
- style="@style/EffectLabel"/>
- </com.android.gallery3d.photoeditor.actions.RotateAction>
- <com.android.gallery3d.photoeditor.actions.FlipAction style="@style/Effect"
- android:tag="@string/flip_tooltip">
- <ImageView
- style="@style/EffectIcon"
- android:src="@drawable/photoeditor_effect_flip"/>
- <TextView
- android:id="@+id/effect_label"
- android:text="@string/flip"
- style="@style/EffectLabel"/>
- </com.android.gallery3d.photoeditor.actions.FlipAction>
- <com.android.gallery3d.photoeditor.actions.SharpenAction style="@style/Effect">
- <ImageView
- style="@style/EffectIcon"
- android:src="@drawable/photoeditor_effect_sharpen"/>
- <TextView
- android:id="@+id/effect_label"
- android:text="@string/sharpen"
- style="@style/EffectLabel"/>
- </com.android.gallery3d.photoeditor.actions.SharpenAction>
-
-</LinearLayout>
diff --git a/res/layout/photoeditor_effects_gallery.xml b/res/layout/photoeditor_effects_gallery.xml
deleted file mode 100644
index 16a2366a0..000000000
--- a/res/layout/photoeditor_effects_gallery.xml
+++ /dev/null
@@ -1,30 +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.
--->
-
-<!-- The linear-layout is used to center content that cannot fill scroll-view -->
-<LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:background="@color/translucent_black"
- android:gravity="center_horizontal">
-
- <HorizontalScrollView
- android:id="@+id/scroll_view"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:scrollbars="none"/>
-</LinearLayout>
diff --git a/res/layout/photoeditor_effects_menu.xml b/res/layout/photoeditor_effects_menu.xml
deleted file mode 100644
index 2cc170110..000000000
--- a/res/layout/photoeditor_effects_menu.xml
+++ /dev/null
@@ -1,48 +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.
--->
-
-<FrameLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- style="@style/ActionBarInner"
- android:background="@drawable/photoeditor_actionbar_translucent_bottom">
-
- <LinearLayout
- android:id="@+id/toggles"
- style="@style/EffectsMenuContainer">
-
- <com.android.gallery3d.photoeditor.ImageActionButton
- android:id="@+id/exposure_button"
- style="@style/EffectsMenuActionButton"
- android:src="@drawable/photoeditor_exposure"
- android:contentDescription="@string/photoeditor_exposure"/>
- <com.android.gallery3d.photoeditor.ImageActionButton
- android:id="@+id/artistic_button"
- style="@style/EffectsMenuActionButton"
- android:src="@drawable/photoeditor_artistic"
- android:contentDescription="@string/photoeditor_artistic"/>
- <com.android.gallery3d.photoeditor.ImageActionButton
- android:id="@+id/color_button"
- style="@style/EffectsMenuActionButton"
- android:src="@drawable/photoeditor_color"
- android:contentDescription="@string/photoeditor_color"/>
- <com.android.gallery3d.photoeditor.ImageActionButton
- android:id="@+id/fix_button"
- style="@style/EffectsMenuActionButton"
- android:src="@drawable/photoeditor_fix"
- android:contentDescription="@string/photoeditor_fix"/>
- </LinearLayout>
-
-</FrameLayout>
diff --git a/res/layout/photoeditor_flip_view.xml b/res/layout/photoeditor_flip_view.xml
deleted file mode 100644
index 150b24e28..000000000
--- a/res/layout/photoeditor_flip_view.xml
+++ /dev/null
@@ -1,19 +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.
--->
-
-<com.android.gallery3d.photoeditor.actions.FlipView
- xmlns:android="http://schemas.android.com/apk/res/android"
- style="@style/FullscreenToolView"/>
diff --git a/res/layout/photoeditor_main.xml b/res/layout/photoeditor_main.xml
deleted file mode 100644
index a040ca749..000000000
--- a/res/layout/photoeditor_main.xml
+++ /dev/null
@@ -1,43 +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.
--->
-
-<com.android.gallery3d.photoeditor.Toolbar
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/toolbar"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent">
-
- <com.android.gallery3d.photoeditor.PhotoView
- android:id="@+id/photo_view"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"/>
-
- <com.android.gallery3d.photoeditor.EffectsBar
- android:id="@+id/effects_bar"
- style="@style/EffectsBar">
-
- <com.android.gallery3d.photoeditor.EffectsMenu
- android:id="@+id/effects_menu"
- style="@style/ActionBarOuter"/>
-
- </com.android.gallery3d.photoeditor.EffectsBar>
-
- <com.android.gallery3d.photoeditor.ActionBar
- android:id="@+id/action_bar"
- style="@style/ActionBarOuter"
- android:layout_alignParentTop="true"/>
-
-</com.android.gallery3d.photoeditor.Toolbar>
diff --git a/res/layout/photoeditor_rotate_view.xml b/res/layout/photoeditor_rotate_view.xml
deleted file mode 100644
index 0e85fd4a3..000000000
--- a/res/layout/photoeditor_rotate_view.xml
+++ /dev/null
@@ -1,19 +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.
--->
-
-<com.android.gallery3d.photoeditor.actions.RotateView
- xmlns:android="http://schemas.android.com/apk/res/android"
- style="@style/FullscreenToolView"/>
diff --git a/res/layout/photoeditor_scale_seekbar.xml b/res/layout/photoeditor_scale_seekbar.xml
deleted file mode 100644
index 15fc2346b..000000000
--- a/res/layout/photoeditor_scale_seekbar.xml
+++ /dev/null
@@ -1,19 +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.
--->
-
-<com.android.gallery3d.photoeditor.actions.ScaleSeekBar
- xmlns:android="http://schemas.android.com/apk/res/android"
- style="@style/SeekBar"/>
diff --git a/res/layout/photoeditor_touch_view.xml b/res/layout/photoeditor_touch_view.xml
deleted file mode 100644
index a6da07879..000000000
--- a/res/layout/photoeditor_touch_view.xml
+++ /dev/null
@@ -1,19 +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.
--->
-
-<com.android.gallery3d.photoeditor.actions.TouchView
- xmlns:android="http://schemas.android.com/apk/res/android"
- style="@style/FullscreenToolView"/>