summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorYuli Huang <yuli@google.com>2011-09-14 15:00:33 +0800
committerYuli Huang <yuli@google.com>2011-09-14 15:00:33 +0800
commitc1b2e954f031b0299ebd749b5e3b92e86dd79d18 (patch)
tree15b392cecd3cf0756c089a2798083025b316b7e5 /res/layout
parent0513a9e07c161a2abec9a3598935cd31c7824ecc (diff)
downloadandroid_packages_apps_Snap-c1b2e954f031b0299ebd749b5e3b92e86dd79d18.tar.gz
android_packages_apps_Snap-c1b2e954f031b0299ebd749b5e3b92e86dd79d18.tar.bz2
android_packages_apps_Snap-c1b2e954f031b0299ebd749b5e3b92e86dd79d18.zip
Fix b/5182741: Add 'Edit' title in the action-bar.
Change-Id: I3964bfcb23818f2f3f8364475f74b401f7eed097
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/photoeditor_main.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/res/layout/photoeditor_main.xml b/res/layout/photoeditor_main.xml
index dd7551ff6..ed4841ab3 100644
--- a/res/layout/photoeditor_main.xml
+++ b/res/layout/photoeditor_main.xml
@@ -63,7 +63,10 @@
<ImageView style="@style/ActionBarIcon"/>
</LinearLayout>
- <TextView android:id="@+id/action_bar_title" style="@style/ActionBarText"/>
+ <TextView
+ android:id="@+id/action_bar_title"
+ style="@style/ActionBarText"
+ android:text="@string/edit"/>
</LinearLayout>
<LinearLayout style="@style/ActionBarLinearLayout" android:layout_alignParentRight="true">