blob: 2cc1701102a28f92bbe2fa450e5edecab17ef7e0 [file] [log] [blame]
Yuli Huang5ac228e2011-10-18 12:42:50 +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<FrameLayout
18 xmlns:android="http://schemas.android.com/apk/res/android"
19 style="@style/ActionBarInner"
20 android:background="@drawable/photoeditor_actionbar_translucent_bottom">
21
22 <LinearLayout
23 android:id="@+id/toggles"
24 style="@style/EffectsMenuContainer">
25
Yuli Huange0f1afb2012-02-09 15:21:40 +080026 <com.android.gallery3d.photoeditor.ImageActionButton
Yuli Huang5ac228e2011-10-18 12:42:50 +080027 android:id="@+id/exposure_button"
28 style="@style/EffectsMenuActionButton"
Doris Liu81147432012-08-15 10:21:03 -070029 android:src="@drawable/photoeditor_exposure"
30 android:contentDescription="@string/photoeditor_exposure"/>
Yuli Huange0f1afb2012-02-09 15:21:40 +080031 <com.android.gallery3d.photoeditor.ImageActionButton
Yuli Huang5ac228e2011-10-18 12:42:50 +080032 android:id="@+id/artistic_button"
33 style="@style/EffectsMenuActionButton"
Doris Liu81147432012-08-15 10:21:03 -070034 android:src="@drawable/photoeditor_artistic"
35 android:contentDescription="@string/photoeditor_artistic"/>
Yuli Huange0f1afb2012-02-09 15:21:40 +080036 <com.android.gallery3d.photoeditor.ImageActionButton
Yuli Huang5ac228e2011-10-18 12:42:50 +080037 android:id="@+id/color_button"
38 style="@style/EffectsMenuActionButton"
Doris Liu81147432012-08-15 10:21:03 -070039 android:src="@drawable/photoeditor_color"
40 android:contentDescription="@string/photoeditor_color"/>
Yuli Huange0f1afb2012-02-09 15:21:40 +080041 <com.android.gallery3d.photoeditor.ImageActionButton
Yuli Huang5ac228e2011-10-18 12:42:50 +080042 android:id="@+id/fix_button"
43 style="@style/EffectsMenuActionButton"
Doris Liu81147432012-08-15 10:21:03 -070044 android:src="@drawable/photoeditor_fix"
45 android:contentDescription="@string/photoeditor_fix"/>
Yuli Huang5ac228e2011-10-18 12:42:50 +080046 </LinearLayout>
47
48</FrameLayout>