blob: 924190bbd9fb77f315173eadcf84e17fcd8ff4d0 [file] [log] [blame]
Yuli Huangefd1db02011-09-12 22:25:30 +08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2010 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
17<LinearLayout
18 xmlns:android="http://schemas.android.com/apk/res/android"
19 style="@style/EffectsContainer">
20
21 <com.android.gallery3d.photoeditor.actions.CropAction style="@style/Effect"
22 android:tag="@string/crop_tooltip">
Yuli Huange26a8c82011-12-02 19:55:05 +080023 <ImageView
Yuli Huangefd1db02011-09-12 22:25:30 +080024 style="@style/EffectIcon"
25 android:src="@drawable/photoeditor_effect_crop"/>
26 <TextView
27 android:id="@+id/effect_label"
28 android:text="@string/crop"
29 style="@style/EffectLabel"/>
30 </com.android.gallery3d.photoeditor.actions.CropAction>
31 <com.android.gallery3d.photoeditor.actions.RedEyeAction style="@style/Effect"
32 android:tag="@string/redeye_tooltip">
Yuli Huange26a8c82011-12-02 19:55:05 +080033 <ImageView
Yuli Huangefd1db02011-09-12 22:25:30 +080034 style="@style/EffectIcon"
35 android:src="@drawable/photoeditor_effect_redeye"/>
36 <TextView
37 android:id="@+id/effect_label"
38 android:text="@string/redeye"
39 style="@style/EffectLabel"/>
40 </com.android.gallery3d.photoeditor.actions.RedEyeAction>
Ruei-sung Lin576b8712011-09-19 14:33:17 +080041 <com.android.gallery3d.photoeditor.actions.FaceliftAction style="@style/Effect">
Yuli Huange26a8c82011-12-02 19:55:05 +080042 <ImageView
Ruei-sung Lin576b8712011-09-19 14:33:17 +080043 style="@style/EffectIcon"
44 android:src="@drawable/photoeditor_effect_facelift"/>
45 <TextView
46 android:id="@+id/effect_label"
47 android:text="@string/facelift"
48 style="@style/EffectLabel"/>
49 </com.android.gallery3d.photoeditor.actions.FaceliftAction>
Ruei-sung Lin6618fde2011-10-13 18:20:07 -070050 <com.android.gallery3d.photoeditor.actions.FaceTanAction style="@style/Effect">
Yuli Huange26a8c82011-12-02 19:55:05 +080051 <ImageView
Ruei-sung Lin6618fde2011-10-13 18:20:07 -070052 style="@style/EffectIcon"
53 android:src="@drawable/photoeditor_effect_facetan"/>
54 <TextView
55 android:id="@+id/effect_label"
56 android:text="@string/facetan"
57 style="@style/EffectLabel"/>
58 </com.android.gallery3d.photoeditor.actions.FaceTanAction>
Yuli Huangefd1db02011-09-12 22:25:30 +080059 <com.android.gallery3d.photoeditor.actions.StraightenAction style="@style/Effect"
60 android:tag="@string/straighten_tooltip">
Yuli Huange26a8c82011-12-02 19:55:05 +080061 <ImageView
Yuli Huangefd1db02011-09-12 22:25:30 +080062 style="@style/EffectIcon"
63 android:src="@drawable/photoeditor_effect_straighten"/>
64 <TextView
65 android:id="@+id/effect_label"
66 android:text="@string/straighten"
67 style="@style/EffectLabel"/>
68 </com.android.gallery3d.photoeditor.actions.StraightenAction>
69 <com.android.gallery3d.photoeditor.actions.RotateAction style="@style/Effect"
70 android:tag="@string/rotate_tooltip">
Yuli Huange26a8c82011-12-02 19:55:05 +080071 <ImageView
Yuli Huangefd1db02011-09-12 22:25:30 +080072 style="@style/EffectIcon"
73 android:src="@drawable/photoeditor_effect_rotate"/>
74 <TextView
75 android:id="@+id/effect_label"
76 android:text="@string/rotate"
77 style="@style/EffectLabel"/>
78 </com.android.gallery3d.photoeditor.actions.RotateAction>
79 <com.android.gallery3d.photoeditor.actions.FlipAction style="@style/Effect"
80 android:tag="@string/flip_tooltip">
Yuli Huange26a8c82011-12-02 19:55:05 +080081 <ImageView
Yuli Huangefd1db02011-09-12 22:25:30 +080082 style="@style/EffectIcon"
83 android:src="@drawable/photoeditor_effect_flip"/>
84 <TextView
85 android:id="@+id/effect_label"
86 android:text="@string/flip"
87 style="@style/EffectLabel"/>
88 </com.android.gallery3d.photoeditor.actions.FlipAction>
89 <com.android.gallery3d.photoeditor.actions.SharpenAction style="@style/Effect">
Yuli Huange26a8c82011-12-02 19:55:05 +080090 <ImageView
Yuli Huangefd1db02011-09-12 22:25:30 +080091 style="@style/EffectIcon"
92 android:src="@drawable/photoeditor_effect_sharpen"/>
93 <TextView
94 android:id="@+id/effect_label"
95 android:text="@string/sharpen"
96 style="@style/EffectLabel"/>
97 </com.android.gallery3d.photoeditor.actions.SharpenAction>
98
99</LinearLayout>