| <?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> |