blob: a040ca74959db3fda82e6e22581a58e4be045050 [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<com.android.gallery3d.photoeditor.Toolbar
18 xmlns:android="http://schemas.android.com/apk/res/android"
19 android:id="@+id/toolbar"
20 android:layout_width="fill_parent"
21 android:layout_height="fill_parent">
22
23 <com.android.gallery3d.photoeditor.PhotoView
24 android:id="@+id/photo_view"
25 android:layout_width="fill_parent"
26 android:layout_height="fill_parent"/>
27
Yuli Huang5ac228e2011-10-18 12:42:50 +080028 <com.android.gallery3d.photoeditor.EffectsBar
29 android:id="@+id/effects_bar"
30 style="@style/EffectsBar">
Yuli Huangefd1db02011-09-12 22:25:30 +080031
Yuli Huang5ac228e2011-10-18 12:42:50 +080032 <com.android.gallery3d.photoeditor.EffectsMenu
33 android:id="@+id/effects_menu"
34 style="@style/ActionBarOuter"/>
Yuli Huangefd1db02011-09-12 22:25:30 +080035
Yuli Huangefd1db02011-09-12 22:25:30 +080036 </com.android.gallery3d.photoeditor.EffectsBar>
37
Yuli Huang5ac228e2011-10-18 12:42:50 +080038 <com.android.gallery3d.photoeditor.ActionBar
39 android:id="@+id/action_bar"
40 style="@style/ActionBarOuter"
41 android:layout_alignParentTop="true"/>
Yuli Huangefd1db02011-09-12 22:25:30 +080042
Yuli Huangefd1db02011-09-12 22:25:30 +080043</com.android.gallery3d.photoeditor.Toolbar>